body{	
	background-color: #DDDDDD;	
	overflow: scroll;	
	background-image: url(fond.png);	
	background-position: center;	
	background-repeat: repeat-y;
}

h3 a:link{
	font-size: 20px;
	color: #cc3300;
	padding-left: 10px;
}

.header{
	padding-top: 85px;	
	background-image: url(img/logo.gif);	
	background-position: center;	
	background-repeat: no-repeat;		
}

.content{	
	width: 770px;	
	position: relative;
}

a.menu{	
	color: black;font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
	text-decoration: none;	
}

a:hover.menu{	
	color: #cc3300;
	font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
}

a.menu1{	
	color: black;font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
	text-decoration: none;	
}

a:hover.menu1{	
	color: #720675;
	font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
}

a.menu2{	
	color: black;
	font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
	text-decoration: none;	
}

a:hover.menu2{		
	color: #00D51B;
	font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
}

a.menu3{	
	color: black;
	font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
	text-decoration: none;	
}

a:hover.menu3{	
	color: #720000;	
	font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
}

a.menu4{	
	color: black;	
	font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
	text-decoration: none;	
}

a:hover.menu4{		
	color: #FF9900;
	font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
}

a.menu5{	
	color: black;	
	font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
	text-decoration: none;	
}

a:hover.menu5{	
	color: #01ABEB;	
	font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
}

a.menu6{	
	color: black;	
	font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
	text-decoration: none;	
	line-height: 25px;	
	padding-left: 700px;
}

a:hover.menu6{	
	color: silver;	
	font-size: 14px;	
	font-family: sans-serif;	
	font-weight: bold;	
	line-height: 25px;	
	padding-left: 700px;
}

p{	
	font-size: 13px;	
	font-family: sans-serif;	
	text-align: justify;	
	margin-left: 10px;
	margin-right: 10px;
}

a{	
	font-weight: bold;	
	text-decoration: none;	
	color:black;}a:hover{	
	font-weight: bold;	
	text-decoration: none;	color:#b00000;
}

#testimonial {
	margin-left: auto;
    	margin-right: auto;
	margin-bottom: 15px;
	width: 690px;
	padding: 4px;
	background-color: #ebebeb;
}


/* Contact Form */

#contact-area {
	width: 450px;
	margin-top: 10px;
	margin-left: 300px;
	padding-left: 10px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 20px 5px;
	border: 2px solid #666;
}

#contact-area select {
	padding: 1px;
	width: 180px;
	font-size: 1em;
	margin: 0 0 20px 0;
	border: 2px solid #ccc;
}	

#contact-area textarea {
	height: 120px;
}


#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #6b161d;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 110px;
	border: 2px solid black;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 75px;
	padding-top: 5px;
	font-size: 1em;
}
	

