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

img
{
 border-style: none;
} 

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

#header {
	height:110px;
	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:16pt;
	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:7pt;	
}

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

a:hover {
	background:#FFFFDD;
}
