@charset "utf-8";
/* CSS Document */

html, body { 
	width: 100%; 
	height: 100%; 
	min-height: 100%; 
	margin: 0; 
	padding: 0; 
}

html {
	background: #f1f1f1 url('images/leftback.jpg') left repeat-y;
}

body {
	background: url('images/headback.jpg') top left repeat-x;
}

a { 
	text-decoration: none; 
}

a img { 
	border: none; 
}






#logo { 
	width: 342px; 
	height: 136px; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

#leftArrow { 
	width: 258px; 
	height: 58px; 
	position: absolute; 
	top: 168px; 
	left: 0; 
	background: url('images/leftbackarrow.jpg'); 
}






#rightContent { 
	width: 660px; 
	padding: 198px 0 30px 300px; 
	font: 12px arial; 
	color: #000000; 
	line-height: 12px; 
	text-align: justify; 
}



p { 
	padding: 0px 0 5px 0;
	
}

h5 { 
	font: 22px verdana; 
	color: #000000; 
	margin: 0 0 25px -25px; 
	border-bottom: dashed 1px #2a338f;
	padding: 0px 0 5px 0; 
}



#contact { 
	width: 250px; 
	position: absolute; 
	top: 171px; 
	font: 11px verdana; 
	color: #FFFFFF; 
	text-align: right; 
	line-height: 24px; 
}

#contact a { 
	color: #f0ed00; 
	border-bottom: 1px dashed #f0ed00; 
}

#contact a:hover { 
	color: #000; 
}

#contact p { 
	padding-right: 20px; 
}

#footer {
	border-top: #000000 dashed 1px;
	margin: 25px 0 0 0;
}

#featured {
	float:right; 
	margin:15px 0 0 20px; 
	border-left:#CCCCCC dashed 1px; 
	padding-left: 15px;
	background-image: url('images/featured.jpg');
	width: 206px;
	min-height: 271px;
	background-repeat:no-repeat;

}

#links {
	width:220px;
	height: 200px;
	padding-top: 9px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links a {
	color: #000000;
	text-decoration: none;
	display: block;
	width:220px;
	padding:3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

#links a:hover {
	color: #000;
	background-color: #f0ed00;
	
}

#links li {
	margin-bottom: 3px;
 	
}

input,textarea{
width:250px;
}

.send{
width:125px;
}
