

BODY {
	margin-top:		20px;
	margin-left:		0px;
	margin-bottom:		0px;
	margin-right:		0px;
	background:		url(../images/bg.jpg) top center;
	text-align:		center;
}

div#master {
	text-align:		left;
	width:			800px;
	margin:			0 auto;
}

div#header {
	width:			800px;
	height:			98px;
	background-image:	url(../images/header.gif);
}


div#page {
	width:			700px;
	_width:			800px;
	background:		white url(../images/pagebg.jpg) repeat-y;
	font-family:		Verdana;
	font-size:		11px;
	line-height:		180%;
	padding:		0px 50px;
}

div#menu {
	width:			160px;
	float:			left;
	font-size:		16px;
	font-family:		Arial;
	font-weight:		bold;
	line-height:		180%;
}

div#menu img {
	margin-bottom:		20px;
}

div#menu a {
	color:			#707f5e;
	text-decoration:	none;
}

div#menu a:hover, div#footer a:hover {
	text-decoration:	underline;
}

div#content {
	width:			520px;
	float: 			right;
	margin-bottom:		50px;
}

div#content h1 {
	font-family:		Arial;
	font-size:		18px;
	font-weight:		bold;
	color:			a7b4e7;
	margin:			0 0 15 0;
}


div#content h2 {
	font-family:		Arial;
	font-size:		12px;
	font-weight:		bold;
	margin:			0px;
}

div#content ul {
	margin:			0 0 15 0;
}

div#content p {
	margin:			0 0 15 0;
}

div#footer {
	margin-top:		20px;
	font-family:		verdana;
	font-size:		9px;
	color:			5c71c3;
	text-align:		center;
}


div#footer a {
	color:			5c71c3;
	text-decoration:	none;
}


