body {
	font-family: verdana, sans-serif;
	color: #000000;
	background-color:#062D66; 
	background-image: url('images/gradient.jpg'); 
	background-repeat: repeat-x;
}


#wrapper {
	text-align: left;
	margin: 40px auto;
	padding: 10px;
	border:30px solid #FFF;
	width: 900px;
	background: #4F75BE;
}

#header {
	
	background-color: #000;
	height: 100px;
	width: auto;
	padding: 5;
	background-image: url('images/top.jpg'); 
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #FFF;
}

#menu { align: center; width: 890px; height: 30px; border: 0px; padding-left: 5px; padding-top: 5px; }



#menu {
text-decoration:none;
font-weight:bold;
font-color:#0000FF;
background-color: #FFF;
}

#menu a:hover {
text-decoration:underline;
color:#FF0000;
border: 0px;

}


#holder { width: 900px;
	minimum-height: 400px;
	height: auto;
	background: #FFF;
	border: 1px #BE1604 solid;
}

#content { 

	width: auto;
	margin: 5px;
	padding: 10px;
	border: 1px solid #AAA;
	height: auto;
	line-height: 1.4em;
	background: #FFF;
}

h1 { font-size: 1em; color: #000; font-weight: strong; text-align: left; }
h2 { font-size: 1em; font-weight: strong; text-align: left; color:#000;}
h3 { font-size: 1em; font-weight: strong; color:#000;}
p.c1 {text-align: left;}
p.c2 {text-align: center;}
p.c3 {text-align: left; font-size: .9em; color: #000;}




#cleardiv {clear: both;
	height: 10px;}

#cleardiv2 {clear: both;
	height: 10px;}

#clear { clear: both;
	height: 5px;
	background: inherit;
}

#footer {
	clear: both;
	height: auto;
	padding: 2px;
	background: #4F75BE;
	text-align: center; font-size: 1em; color: #FFF;}
