@charset "utf-8";
/* CSS Document */
/* 
#D0CD33 - yellow
#724A1D - brown
#3E64AB - Blue
#A4B5B5 - Light Blue
#99CA3C - Green
*/
body {
	background:url(checkers.gif) repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#page {
	width:800px;
	margin:10px auto;
}
#header {
	width:800px;
	height:200px;
	background: url(banner.png) no-repeat;
	border:1px solid #FFF;
}
#body {
	width:760px;
	min-height: 100px;
	margin: 10px 0;
	border:1px solid #99CA3C;
	background:#FFF;
	padding:20px;
}
h1 {
	color:#3E64AB;
	padding:0;
	margin:0 0 5px;
}
h2 {
	font-size:14px;
	color:#3E64AB;
	padding:0;
	margin:0 0 5px;
}
p {
	margin:0;
	padding:0;
}
a:link {
	color: #3E64AB;
}
a:visited {
	color: #3E64AB;
}
a:hover {
	color: #99CA3C;
}
a:active {
	color: #99CA3C;
}