body
{
	margin:0px;
	background:url('../images/bgRepeat.jpg') repeat-x top left #532e36;
	font-family:"Trebuchet MS", "Century Gothic", Arial;
}
h5
{
	font-size:10pt;
	font-weight:bold;
	color:#990066;
	margin-top:0px;
}

#primaryDiv
{
	width:597px;
	height:768px;
	margin-left:auto;
	margin-right:auto;
	background:url('../images/body.jpg') no-repeat top;
}
#nav
{
	width:150px;
	padding:0px 15px 0px 15px;
	position:relative;
	top:150px;
	float:left;
	text-align:center;
}
#nav a:link, #nav a:active, #nav a:visited
{
	display:block;
	border-bottom:dotted 2px white;
	border-bottom-width:thin;
	color:#990066;
	font-size:11pt;
	padding:3px 0px 3px 0px;
	text-decoration:none;
}
#nav a:hover
{
	color:#CC6699;
	text-decoration:none;
}

#contentShell
{
	width:370px;
	padding:0px 15px 0px 30px;
	position:relative;
	top:150px;
	float:left;
	height:300px;
	font-size:10pt;
	overflow:auto;
	height:470px;
	text-align:left;
}
#contentShell a:link, #contentShell a:active, #contentShell a:visited
{
	color:#990066;
	text-decoration:none;
}
#contentShell a:hover
{
	color:#990066;
	text-decoration:underline;
}


