* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background: #000000;
}
#header-nav, #header-top, #header-middle, #header-bottom {
	float: left;
	display: block;
}
#header-nav {
	width: 161px;
	height: 230px;
	background: url(images/header1.jpg) 0 0 no-repeat;
}
#header-top {
	width: 780px;
	height: 33px;
	background: url(images/header2.jpg) 0 0 no-repeat;
}
#header-top .text {
	margin: 1px 0 0 20px;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	display: block;
}
#header-middle {
	width: 780px;
	height: 135px;
	background: url(images/header3.jpg) 0 0 no-repeat;
}
#header-bottom {
	width: 780px;
	height: 62px;
	background: url(images/header4.jpg) 0 0 no-repeat;
}
#page {
	background: url(images/mainborder.gif) 0 0 repeat-y #1A1A1A;
	float: left;
	display: block;
}
#nav {
	width: 161px;
	float: left;
	display: block;
}
#nav .menue {
	margin: 0 0 0 20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FD4F4F;
	list-style: none;
}
#nav .main {
	margin: 10px 0 0 10px;
	padding: 0;
	color: #FD4F4F;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a.act {
	color: #FD4F4F;
	text-decoration: underline;
}
#nav a:hover {
	color: #FD4F4F;
	text-decoration: underline;
}
#nav a.act:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main {
	width: 780px;
	float: left;
	display: block;
}
#main .text {
	margin: 0 20px 20px 20px;
	padding: 0;
	text-align: justify;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
h1 {
	margin: 25px 0 0 20px;
	padding: 0;
	font-size: 16px;
	color: #FD4F4F;
}
h2 {
	margin: 0 20px 0 20px;
	padding: 0;
	text-align: justify;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
h3 {
	margin: 25px 0 0 20px;
	padding: 0;
	font-size: 14px;
	color: #FD4F4F;
}

#iframe {
	width: 750px;
	height: 1350px;
	text-align: center;
}
#small {
	margin: 20px 20px 0 20px;
	color: #CCCCCC;
	font-size: 10px;
	text-align: justify;
}
#footer {
	width: 941px;
	height: 33px;
	background: url(images/footer.gif) 0 0 no-repeat;
}
#footer .text {
	margin: 10px 0 0 430px;
	color: #666666;
	font-size: 11px;
	float: left;
	display: block;
}