body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

h1{
	font-size:18px;
	margin:0px;
	line-height:40px;
}
h3{
	font-size:14px;
	color:#264E72
}

#header{
	background:#000;
	padding:135px 0 10px 0; 
}
#menu a{
	color:#fff;
	margin:0 30px;
}

#content{
	padding:0 15px;
	width:990px;
	color:#3d3d3d;
}

.font-page{
	text-align:center;
}

#footer{
	background:#000;
	height:100px;
}

#contact-form{
	background:url(../Images/home-page.jpg) right no-repeat;
	height:388px;
}

#contact label{
	displaY:block;
	line-height:20px;
}

#contact .input input, #contact textarea{
	width:260px;
}

#buttons{
	margin:10px 0 0 100px;
}