﻿body {
	margin: 0;
	background: url(images/head_bckg.jpg) repeat-x center top #000000;
	margin-left: 10px;
}

a {
}
a:hover {text-decoration:underline;}
h1 {font-size:24px; font-weight:normal; color:#FFFFFF; margin:15px 0 10px 0;}
h2 {
	font-weight: normal;
	margin: 10px 0;
}
img {
}

br {line-height:10px;}



#container {
	margin: 0 auto;
}

#logo {
	margin: 39px 30px 0px 30px;
}
#logo a {
	color: #EDECEC;
	text-decoration: none;
	font-size: 35px;
	text-transform: uppercase;
	background: url(images/logo.gif) no-repeat;
	padding: 4px 0 0 80px;
	float: left;
}

#menu {
	padding-right: 30px;
}
#menu ul {padding:0; margin:0; float:right;}
#menu li {float:left; list-style:none;}
#menu a {display:block; width:126px; height:50px; font-size:12px; text-decoration:none; color:#ABABAB; text-align:center; background:url(images/menu_deact.gif) no-repeat; padding-top:6px;}
#menu a.active {background:url(images/menu_act.gif) no-repeat; color:#180202;}

#menu a:hover {background:url(images/menu_act.gif) no-repeat; color:#180202;}

#main {
}



#main ul {padding:0; margin:10px 0;}

#main li {margin-left:20px;}
#main img {
	border: 6px solid #FFFFFF;
}
#main img:hover {border-color:#D6D6D6;}

#text_top {
	padding: 0 40px 20px 30px;
}

#text_bottom {
	background: url(images/main_bckg.jpg) repeat-x #919191;
	float: left;
	padding: 20px 40px 40px 38px;
}



#first_col {
	float: left;
	margin-right: 0px;
}

#first_col h2 {color:#ff6f08; border-bottom:1px solid #5d5d5d; padding-bottom:10px;}

#second_col {
	float: left;
	margin-right: 20px;
}

#second_col h2 {color:#94d223; border-bottom:1px solid #5d5d5d; padding-bottom:10px;}
#third_col {
	float: left;
}
#third_col h2 {color:#23abd2; border-bottom:1px solid #5d5d5d; padding-bottom:10px;}
#fourth_col {
	float: left;
}
#fourth_col h2 {color:#f4f400; border-bottom:1px solid #5d5d5d; padding-bottom:10px;}

#footer {
	clear: both;
	background: url(images/footer_bckg.jpg) no-repeat;
	color: #ffffff;
	font-size: 11px;
}
#footer_left {float:left; padding:16px 0 0 40px;}
#footer_right {float:right; padding:16px 40px 0 0;}




