body {
	background:url(/Images/page_bg.jpg) top left repeat-x #33FF66;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}

img
{
 border-style: none;
} 

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:100px;
	background:url(/Images/header_bg.jpg) top left repeat-x #a0da2b;
	border-bottom:10px solid #77a13d;
}

#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#content {
	width:580px;
	padding:5px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#333;
	font-size:12pt;
}

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#77a13d;
	color:#fff;
	font-size:8pt;	
}

a {
	color:#060;
	font-weight:normal;
    text-decoration:none;
}

a:hover {
	background:#FFFFDD;
}
