/* Start of CMSMS style sheet 'zanki' */
body
	{
	font: 10pt Arial;
	background: url(images/bkg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	}

a
	{
	color: #0000FF;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6
	{
	margin: 0px;
	font-family: "Adobe Garamond Pro";
	text-transform: uppercase;
	font-weight: normal;
	}

.title
	{
	color: #533329;
	}

#outer-container
	{
	width: 814px;
	margin: 0px auto;
	}

#header
	{
	width: 814px;
	height: 281px;
	background-image: url(images/banner.jpg);
	}

#inner-container
	{
	padding: 0px 7px;
	padding-right: 6px;
	background: url(images/body_bg.png);
	}

#content
	{
	padding: 10px 30px;
	}

#nav
	{
	height: 39px;
	background-image: url(images/menu_bg.jpg);
	border: 1px solid #000000;
	border-width: 0px 0px 1px 0px;
	}

#nav a
	{
	display: block;
	padding: 0px 15px;
	font-size: 13pt;
	color: #533329;
	padding-top: 9px;
	height: 30px;
	float: left;
	}

#nav a:hover
	{
	background: url(images/menu_hover.jpg);
	color: #FFFFFF;
	}

#footer
	{
	height: 30px;
	background: url(images/footer.jpg);
	font-size: 9pt;
	padding: 0px 30px;
	padding-top: 56px;
	}

#footer a
	{
	padding: 0px 5px;
	color: #533329;
	}
	
#copyright
	{
	float: right;
	display: none;
	}

#jagStuff
	{
	text-align: center;
	font-size: 8pt;
	}
/* End of 'zanki' */

