body {
	text-align: center;
	background-color: #666;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	color: black;
	margin: 0;
}
				
		
body a {
	color: black;
}

body, p, td, li, dt, dd {
	font-size: 12px;
	font-family: Arial, Verdana;
}
h1, h2, h3, h4, h5, h6 { 
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
}
h1 { font-size: 190%; color: #000; font-weight: bold; }
h2 { font-size: 145%; background: #AD5C85; color: white; padding: 5px; display: block; margin-bottom: 5px; }
h3 { font-size: 165%; color: #7D7D9D;}
h4 { font-size: 140%; color: #000;}
dt {font-weight: bold;}
dd {margin-bottom: 10px;}	


#container {
	background: white;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	border-left: 1px solid #AD5C85;
	border-right: 1px solid #AD5C85;
}

#header {
	width: 770px;
	height: 140px;
	background-image: url('/images/header.gif'); 
	border-bottom: 1px solid #AD5C85;
	text-indent: -1000em;

}

#header a {
	display: block;
	width: 900px;
	height: 158px;
}
		
.content {
	padding: 5px;
	margin: 5px;
}	

.input {
	font-size: 18px;
}

#footer {
	display: block;
	padding: 4px;	
	background: #AD5C85;
	color: white;
}

#footer a {
	font-weight: bold;
	color: white;
}
