body {
	background : url('images/bg.gif');
	background-position: center;
	background-repeat: repeat-y;
	background-color : #B2C7B4;
	margin : 0px;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
}

td {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
}

h1 {
	font-size : 16px;
	color : #1A6636;
}

#header {
	background : url('images/header_bg.gif');
	background-position: center;
	background-repeat: no-repeat;
	height : 102px;
	margin-top : 20px;
}

#headerInner {
	text-align : left;
	width : 750px;
}

#footer {
	background : url('images/footer_bg.gif');
	background-position: center;
	background-repeat: no-repeat;
	height : 25px;
	margin-bottom : 20px;
}

#footer td {
	color : #fff;
	font-size : 10px;
}

#footer a {
	color : #fff;
	text-decoration : none;
}

#footer a:hover {
	text-decoration : underline;
}

#menu {
	color : #1A6636;
	font-weight : bold;
}

#menu a {
	text-decoration : none;
	color : #1A6636;
}

#menu a:hover {
	text-decoration : underline;
}
