/* CSS Document */

body	{ margin:0px; 
			  padding:0px; 
			  text-align:center;
			  background-color: #efefef;
			  }

img			{ border:0px;}

h1			{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal; 
	  		  color:#efefef; 
	  		  display: inline;
	  		  }
h2			{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 18px; 
	  		  font-style: normal;
			  font-weight:normal; 
	  		  color:#333333; 
	  		  display: inline;
	  		  }
	  
h3			{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 18px; 
	  		  font-style: normal;
			  font-weight:normal; 
	  		  color:#ffffff; 
	  		  display: inline;
	  		  }
			  
hr 			{ border: 0;
			  color: #ffffff;
			  background-color: #efefef;
			  height: 1px;
			  width: 100%;
			  text-align: left;
			  }
			  
.clr		{ clear: both;}
.space		{ height: 20px;}

#wrapper	{ width:770px;
			  margin:0px auto;
			  text-align:left;
			  background-color:#ffffff;
			  }

#header		{ width:770px; height: 90px;}
#logo		{ float:left; position:relative; padding: 20px 0px 0px 30px;}
#nav		{ float:right; position:relative; padding: 52px 30px 0px 30px; text-align:right;}

.nav		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 14px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  color:#999999;
	  		  }
.nav A:link		{ color:#333333; text-decoration: none; font-weight:bold;}
.nav A:visited	{ color:#333333; text-decoration: none; font-weight:bold;}
.nav A:hover	{ color:#333333; text-decoration: underline; font-weight:bold;}
.nav A:active	{ color:#333333; font-weight:bold;}

#main		{ width:710px; padding: 20px 30px 0px 30px; text-align:left;}
#mainleft	{ float:left; position:relative; width:351px;}
#mainright	{ float:right; position:relative; text-align:right; width:491px;}

.textbox	{ background-color:#ffffff; text-align:left; }
.textbox		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 12px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  color:#333333;
	  		  }
.textbox A:link		{ color:#333333; text-decoration: none; font-weight:bold;}
.textbox A:visited		{ color:#333333; text-decoration: none; font-weight:bold;}
.textbox A:hover		{ color:#333333; text-decoration: underline; font-weight:bold;}
.textbox A:active		{ color:#333333; font-weight:bold;}

.advert		{ background-color:#ff3366; text-align:left; }
.advert		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 12px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  color:#ffffff;
			  padding: 10px;
	  		  }
.advert A:link		{ color:#ffffff; text-decoration: none; font-weight:bold;}
.advert A:visited		{ color:#ffffff; text-decoration: none; font-weight:bold;}
.advert A:hover		{ color:#ffffff; text-decoration: underline; font-weight:bold;}
.advert A:active		{ color:#ffffff; font-weight:bold;}

#foot		{ width:710px; padding: 30px 30px 30px 30px; text-align:left; background-color:#ffffff;}
#footleft	{ float:left; position:relative;}
#footright	{ float:right; position:relative; text-align:right;}
.foot		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  color:#999999;
	  		  }
.foot A:link		{ color:#999999; text-decoration: none; font-weight:bold;}
.foot A:visited		{ color:#999999; text-decoration: none; font-weight:bold;}
.foot A:hover		{ color:#999999; text-decoration: underline; font-weight:bold;}
.foot A:active		{ color:#999999; font-weight:bold;}

.form		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 11px; 
			  font-style: normal; 
			  color:#333333; 
			  }

.form A:link	{ color:#333333; text-decoration: none;}
.form A:visited	{ color:#333333; text-decoration: none;}
.form A:hover	{ color:#cccccc; text-decoration: none;}
.form A:active	{ color:#333333;}

input, select, textarea {	background: #ffffff;
				font-family: Verdana, helvetica, Tahoma, sans-serif;
				color:#333333;
				font-size: 11px;
				font-weight: bold;
				border: solid 1px #666666;
				padding:1px;
				}
				
#social	{ padding:10px 0;}
