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

.body{
	font-size:65.2%;
	}
.site{
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background: url(images/bgd.jpg) no-repeat 100% 0% #FFFFFF;
	}
/*header1*/
.header1{
	width:800px;
	}
.header1 a, .header1 a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#CCCCCC;
	text-decoration:none;
	margin:0 20px 0 0;
	}
.header1 a:hover{
	color:#999999;
	}
.header1 img {
	border:none;
	}

/*header1 end*/

.logo {
	width:800px;
	}

/*content*/
.content{
	width:800px;
	display:block;
	clear:both;
	padding:30px 0 0 0;
	}
.menu{
	width:300px;
	background: url(images/menu_edge.jpg) no-repeat 0% 0%;
	float:right;
	padding:0 0 0 20px;
	}
.text{
	width:476px;
	float:left;
	}
.text p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#666666;
	}
.text a, .text a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666666;
	text-decoration:underline;
	}
.text a:hover{
	text-decoration:none;
	color:#999999;
	}
.text ul{
	float:left;
	margin:0;
	padding:0;
	}
.text li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#666666;
	list-style:none;
	background:url(images/hr.jpg) no-repeat 0% 100%;
	width:148px;
	line-height:2.2em;
	padding:0 0 0 22px;
	}
.text img{
	border:none;
	margin:0 3px 3px 0;
	float:left;
	}
.comments{
	width:459px;
	display:block;
	background:url(images/coment2.jpg) repeat-y 0% 0%;
	}
.commentsTop{
	background:url(images/coment1.jpg) no-repeat 0% 0%;
	}
.commentsBotom{
	background:url(images/coment3.jpg) no-repeat 0% 100%;
	}
	.commentsBotom hr{
		width:380px;
		}
.comments p{		
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#FFFFFF;
	padding: 40px 40px 40px 40px;
	
	}
/*form*/
.form input, .form textarea {
	
	margin:0 30px 0 0 ;
	padding:0;
	}
.form p {
	float:right;
	margin:5px 10px 0 0;
	padding:0;
	}
/*form end*/

/*content end*/
.clear{
	clear:both;
	}
.footer{
	width:800px;
	display:block;
	}
.footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#666666;
	float:right;	
	}