@charset "utf-8";
/* CSS Document */

body	{ margin:0; 
		  padding:0; 
		  text-align:center; 
		  background-image:url(../images/bg.jpg); background-position:top;		   
		  background-repeat:no-repeat;
		  background-color:#000;
		  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		  font-size:11px;
		  color:#fff;
		  }

img		{ border:0px;}

h1 { font-family: Verdana, helvetica, Tahoma, sans-serif; font-size: 9px; font-style: normal; color:#333333; display:inline; }
	  
h2	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  font-size: 14px; 
	  font-style: normal; 
	  color:#ffffff; 
	  display: inline;
	  }
	  
h3	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  font-size: 11px; 
	  font-style: normal; 
	  color:#ffffff; 
	  display: inline;
	  }

h4	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  font-size: 9px; 
	  font-style: normal; 
	  color:#cccccc; 
	  display: inline;
	  }

.clr	{ clear:both;}

#wrap	{ width:900px;
		  margin:0 auto;
		  text-align:left;
		  padding:20px;
		  }

#head	{ width:900px; height:100px;}
#logo	{ float:left; width:200px; padding: 0px 0px 0px 18px;}
#menu	{ float:right; width:680px; text-align:right;}
.menu		{ font-size: 10px; 
			  font-style: normal; 
			  color:#ffffff;
			  text-transform:uppercase;
			  padding: 35px 0px 0px 10px;
			  }

.menu A:link	{ color:#ffffff; text-decoration: none;}
.menu A:visited	{ color:#ffffff; text-decoration: none;}
.menu A:hover	{ color:#cc0000; text-decoration: underline;}
.menu A:active	{ color:#ffffff; }

#content		{ width:900px;}
.hcontent		{ font-size: 12px; 
			  	  font-style: normal; 
			  	  color:#ffffff;
				  width:450px;
				  padding:18px;
			  	  }

.hcontent A:link		{ color:#ffffff; text-decoration: none; font-weight: bold;}
.hcontent A:visited	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.hcontent A:hover	{ color:#cc0000; text-decoration: underline; font-weight: bold;}
.hcontent A:active	{ color:#ffffff; font-weight: bold;}

.content		{ font-size: 12px; 
			  	  font-style: normal; 
			  	  color:#ffffff;
				  padding:18px;
			  	  }

.content A:link		{ color:#ffffff; text-decoration: none; font-weight: bold;}
.content A:visited	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.content A:hover	{ color:#cc0000; text-decoration: underline; font-weight: bold;}
.content A:active	{ color:#ffffff; font-weight: bold;}

#sites	{ text-align:center;}

#foot	{ width:900px; text-align:center;}
.foot		{ font-size: 8px; 
			  font-style: normal; 
			  color:#cc0000;
			  text-transform:uppercase;
			  padding: 10px 0px 0px 0px;
			  }

.foot A:link	{ color:#cc0000; text-decoration: none; font-weight: bold;}
.foot A:visited	{ color:#cc0000; text-decoration: none; font-weight: bold;}
.foot A:hover	{ color:#ffffff; text-decoration: underline; font-weight: bold;}
.foot A:active	{ color:#cc0000; font-weight: bold;}