.clear {
	clear: both;
}

a{
  font: 12px verdana;
  color: #333;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1{font: 18px verdana;}

h2{font: 16px verdana;}

h3{font: 14px verdana;}


td{
  font: 12px verdana;
  color: #444;
}

.title{
  border-bottom: 1px solid; 
  font: bold 14px verdana; 
  color: #555;
}

.item, .td{
  font: bold 12px tahoma;
  color: #555;
  padding: 0px 10px 10px 0px;
  border-bottom: #ddd 1px solid;
}

*.cont{
  font: 12px tahoma;
  color: #555;
  padding: 0px 10px 20px 10px;
  border-bottom: #ddd 1px solid;
}

*.input{
  border: #aaa 1px solid;
  font: 11px verdana; 
  width: 200px;
  height: 22px;
  color: #777;
  padding: 3px 5px 3px 5px;
}

*.input_big{
  border: #aaa 2px solid;
  font: 12px verdana; 
  width: 350px;
  height: 30px;
  color: #777;
  padding: 5px 5px 5px 5px;
}

*.button{
  border: 0px;
  font: bold 12px verdana;
  background: green;
  width: 35px auto;
  height: 25px;
  color: #fff; 
}

textarea{
  border: #555 1px solid;
  color: #000; 
  width: 400px;
  height: 50px auto;
  font: 12px arial;  
}

select{
  border: #aaa 1px solid;
  color: #777; 
  width: 100px;
  height: 17px;
  font: 11px verdana;  
}

body { 
  font: 12px verdana;
	text-align: center;
	background: #fff;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center;
	margin: 0px auto;
}

#wrapper{
  position: relative;
  margin: 20px auto;
  margin-top: 5px;
  width: 970px;
  border: 0px solid;
}

#top{
  position: relative;
  text-align: right;
  color: red;
  font: 12px verdana;
  width: 970px auto;
  height: 20px;
  border-bottom: #aaa 1px dashed;  
}

#top .nick{
  font: bold 12px verdana;
  color: red;
}

#header{
  position: relative;
  /*background: url(images/h.jpg) no-repeat;*/
  text-align: center;
  color: #555;
  font: 12px verdana;
  width: 970px auto;
  height: 90px;  
  border: 0px solid;
}

#header .logo{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 303px;
  height: 88px;  
  border: 0px solid;
}

#header .search{
  position: absolute;
  text-align: right;
  left: 370px;
  top: 20px;
  width: 355px;
  height: 30px;  
  border: #ccc 0px solid;
}

#nav{
  position: relative;
  border-bottom: #009D2E 3px solid;
  color: #444;
  width: 990px auto;
  height: 35px;  
}

#nav .content{
  padding: 2px 0px 0px 0px; 
}

#nav a{
	display: block; 
	float: left;
	width: 10px auto;
  height: 15px;
  padding: 7px 15px 9px 15px;
  text-decoration: none;
  font: bold 16px arial;
  background: #CFE3D4;
  color: #555;
  border-right: #fff 3px solid;
}

#nav a:hover{
  background: #009D2E;
  color: #fff;
}

#nav ul{  
	padding: 0 0 0 0px;
	margin: 0;
	list-style: none;
}

#nav ul li { 
	display: inline;
	white-space: nowrap;
}

#main{
  position: relative;
  text-align: left;
  width: 990px auto;
  height: 700px auto;
  border-top: #eee 0px solid;
  margin-top: 20px;
}

#left{
  float: left;
  margin: 0px;
  width: 655px;
  height: 350px auto;
  border: #eee 0px solid;
  
}

#left .content{
  font: 12px verdana;
  color: #333;
  padding: 0px 0px 0px 0px;
}

#left a{
  font: 12px verdana;
  color: #133B03;
}

#right{
  float: left;
  margin-left: 30px;
  width: 280px;
  height: 350px auto;
  border: 0px solid;
}

#right a{ 
  color: #133B03;
  font: 11px verdana;
}

#right_box{
  float: left;
  color: #999;
  width: 280px;
  height: 150px auto;
  margin-bottom: 30px;
  border: 0px solid;
}

#right_box .content{
  font: 14px verdana;
  color: #000;
  padding: 0px 0px 0px 0px;
  border: 0px solid;  
}

#right_box ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#right_box li{
  padding: 0px; 
}

#footer{
  position: relative;
  font: bold 12px verdana;
  text-align: left;
  color: #009D2E;
  width: 990px auto;
  height: 50px;
  line-height: 30px;
  border-top: 1px solid;
  margin-top: 50px;
}

#footer a{
  font: 12px verdana;
  color: #333;
}