body {
	margin: 0px 0;
	padding: 0;
	background: #FFFFFF;
	/*font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font: normal 12px Arial, helvetica, sans-serif;	
		color:#FFFFFF;

}

#header {
	width: 850px;
	height: 200px;
	margin-left: auto;
  margin-right: auto;

}
#yellow_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FF0;
}

#menu {
	width: 850px;
	height: 45px;
	margin: 0 auto;
	background: #000000;
}


#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

.li {
	margin: 0px; padding: 0px;
}


#menu a {
	display: block;
	float: left;
	margin-left: 15px;
	height : 25px;
	padding: 15px 10px 0px 10px;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-color: #00D5D5;
}

#menu a:hover {
	border-bottom-color: #00D5D5;
	background: #00D5D5;
}

#menu .active a {
	border-bottom-color: #00D5D5;
	background: #00D5D5;
}

#content {
	width: 850px;
	margin: 0 auto;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #FFFFFF;
 
    background: #000000;
	
	/*background:#000000;*/
}

BODY {
 background-color: #000000;
 color: #FFFFFF;
}


#right {
	width: 540px;
	padding: 0px;
	margin-left:20px;
	float:right;
 /*background: #ff00ff;*/
	}


#left {
	width: 250px;	
	margin: 0 auto;
	float:left;
	padding:20px;
	padding-top:0px;
	

	/*background: #ff0000;*/
}

#footer {
	width: 850px;
	margin: 0px auto;
	padding: 0px 0px;
	height: 35px;
	border-top: 0px solid #FFFFFF;
    background: #000000;
   text-align: center;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #00D5D5;
}

#footer a {
	color: #00D5D5;
}

#footer a:hover {
	color: #ffffff;
}


 h1,h2 {
 color:#FFFFFF;font-family: "Trebuchet MS",arial, helvetica, sans-serif;font-weight:bold;font-size:18px;padding-left:12px;
 background: url(images/removed_arrow.gif) no-repeat left center;

 }
 
.blue {
color:#C0BBCD;
font-weight: 800;
 font-size: 15px;
}

.light_blue {
color:#00D5D5;
font-weight: 800;
 font-size: 14px;
}

.bluesquare {
 color:#00D5D5;
 font-weight: 800;
 padding-left:12px;
 font-size: 16px;
 background: url(images/square.gif) no-repeat left center;
}


a {
color:#3f71b6;
}

a:hover {
color:#3f71b6;
text-decoration :none;
}

hr {
width:100%;
height: 1px;
color:#00D5D5;
background-color:#00D5D5;

}
 
#resol {
left:1280px;
text-align:left;
position:fixed!important;
position:absolute;
width:300px;
margin:0 auto;
background:transparent;

} 
#resol h1 {
background:none;
font-size:1.5em;
letter-spacing:12px;
padding:0px;margin:0px;
}
#resol h2 {
font-size:0.8em;letter-spacing:1px;
padding:0px;margin:0px;
background:none;
}
#copyrightkit {
width:850px;
margin-left: auto;
margin-right: auto;
text-align:right;
}
#copyrightkit, #copyrightkit a {
color:#000000; 
}

#copyrightkit a:hover {
text-decoration:underline;
color:#000000; 

}

img.floatLeft { 
    float: left; 
    margin: 8px; 
}
img.floatRight { 
    float: right; 
    margin: 8px; 
}
