/* CSS Document */
body
{
	padding : 0;
	margin : 0;
	backgound-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	color : #7C4531;
	font-size : 12px;
}

body a
{
	color : #7C4531;
}

#subNav
{
	display : block;
	width : 160px;
	height : 436px;
	background-color : #D2C68A;	
}

#subNav p
{
	margin-top : 8px;
	margin-bottom : 12px;
	margin-left : 15px;
}

#subNav a
{
	font-size : 12px;
	font-weight : bold;
}

#pageTitle
{
	font-family : "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size : 16px;
	font-weight : bold;
	margin-top : -425px;
	margin-left : 175px;
}

#footer
{
	position : absolute;
	top : 440px;
	left : 7px;
	font-size : 10px;
	font-weight : normal;
}