html{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.container-head {
    width: 1000px;
	margin-right: auto;
	margin-left: auto;

}
.container {
    width: 970px;
	margin-right: auto;
	margin-left: auto;
	/*border:1px solid #f0f0f0;*/
}

.row {
  margin-right: 15px;
  margin-left: 15px;
}



#wrapper{
	background-color:white;
	border:1px sloid blue;
	width:1000px;
	margin:0 auto;
	padding: 10px;  
}
#headder{ height:100px; width:100%; }
#top-left{
	float:left;
	width:500px;
	margin:0 5px 0px;
	
}
#top-right{
	float:right;
	width:200px;
	
}
#top-left img{
	height:95px;
}
#top-right img{
	margin:10px 0 0 15px;
}
#top-right img:hover{
	margin:10px 0 0 15px;
	opacity:0.8;
}
#top-right ul li{
	float:right;
	height:40px;
	width:100px;
	margin:0 0 10px 10px;
	text-align:center;
	line-height:40px;
	
}
#top-right ul li a:hover{
	margin-left:5px;
	
}
#top-right ul li a{
	text-decoration:none;
	
}
#navbar{
	background-color:#228B22;
	height:35px;
}
#navbar ul{
	list-style-type:none;	
}
#navbar ul li{
	
	width:110px;
	float:left;
	text-align:center;
	line-height:35px;
	font-size:16px;
}
#navbar ul li:hover{
	background-color:#333;
	font-size:17px;
}
#navbar ul li a{
	text-decoration:none;
	color:white;
}
#slider{
	width:100%;
	margin:0 0 0 -10px;	
}
#main{
	margin:10px;
	
	background-image: url('images/bg.png');
}
#main input{ width:250px; border-radius:5px; font-size:17px; border:.5px solid #C8C8C8; padding:8px; margin:2px;}
#main textarea{ width:250px; border-radius:5px; font-size:17px; border:.5px solid #C8C8C8; padding:8px; margin:2px;}
#main input,textarea:focus{border:1px solid #66FFFF;}
#main input[type=submit]{height:35px; width:120px; line-height:0px; color:#fff; background-color:#228B22;}
#main input[type=submit]:hover{background-color:#101010;}
#main-content{
	margin:10px;
	min-height:400px;
	width:100%;
}
/*input, textarea{width:250px; height:30px; padding: 12px 20px;}*/
table,td, th {
	border:1 px solid black; 
    padding: 4px;
	font-size:17px;
   
}
#result{margin:50px 0 0 100px;
	background-image: url('../images/bg.jpg');
	background-position:10px;
	
	background-repeat:no-repeat;
}

#content{
	float:left;
	width:75%;
}
#content h3{
	
	color:#22BB11;
}
#content p{
	color: #333;
	line-height:1.5;
}
.heading{
	font-size:18px;
	color:#22BB11;
}
#sidebar{
	float:right;
	width:24%;
}

#sidebar ul{
	list-style-type:none;
}
#sidebar ul li{
	color:#1E90FF;
	text-align:center;
	margin-top:7px;
	font-size:17px;
	border-bottom:1px solid #c8c8c8;
}
#sidebar ul li a{
	text-decoration:none;
}
#sidebar ul li a:hover{
	
	color:	#0000CD;
}
#footer{
	color:white;
	text-align:center;
	line-height:35px;
	height:35px;
	background-color:#002200;	
}
.left{float:left;}
.right{float:right; margin-right:250px;}
.clear{clear:both;}	

