body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	height: inherit;
	width: inherit;
}

a {color:#FDC605; text-decoration:none;}
a:hover {text-decoration:underline;}
h1 {
	font-size:18px;
	font-weight:normal;
	color:#FDC605;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h2 {
	font-size:24px;
	font-weight:normal;
	margin:10px 0;
}
img {
	border:thick solid #FFFFFF;
}
br {line-height:10px;}

#container {
	width:1000px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo {
	height:auto;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#logo a {
	color:#FDC605;
	text-decoration:none;
	font-size:32px;
	text-transform:uppercase;
	background:url(images/logo.gif) no-repeat;
	padding:4px 0 0 50px;
	float:left;
}
#menu {
	padding-right:30px;
	height:50px;
}
#menu ul {padding:0; margin:0; float:right;}
#menu ul li {float:left; list-style:none;}
#menu ul li a {
	display:block;
	width:126px;
	height:22px;
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	background:url(images/menu_deact.gif) no-repeat;
	padding-top:8px;
}
#menu a:hover, #menu a.active {background:url(images/menu_act.gif) no-repeat; color:#180202;}
#main {
	color:#FFFFFF;
	font-size:14px;
	line-height:15px;
	padding: 0px;
}

#main ul {padding:0; margin:10px 0;}
#main li {margin-left:20px;}
#main img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
#main img:hover {
}

#text_top {
	font-size:24px;
	line-height: normal;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#text_bottom {
	width:940px;
	float:left;
	padding:30px 30px;
	left: auto;
	clip: rect(auto,auto,auto,auto);
}

#first_col {width:280px; float:left; margin-right:40px;}
#first_col h2 {color:#ff6f08; border-bottom:1px solid #5d5d5d; padding-bottom:10px;}
#second_col {width:280px; float:left; margin-right:40px;}
#second_col h2 {color:#94d223; border-bottom:1px solid #5d5d5d; padding-bottom:10px;}
#third_col {width:280px; float:left;}
#third_col h2 {color:#23abd2; border-bottom:1px solid #5d5d5d; padding-bottom:10px;}

#footer {
	clear:both;
	height:50px;
	font-size:11px;
	float: left;
	position: relative;
	max-width: 1000px;
}
#footer_left {
	float:left;
	padding:16px 300px 0 0;
}
#footer_right {float:right; padding:16px 30px 0 0;}
