body
{
	font-family:Palatino Linotype, Arial;
}

.navi:link
{
	color:white;
	text-decoration:none;
	padding:11px;
}

.navi:visited
{
	color:white;
	text-decoration:none;
	padding:11px;
}

.navi:active
{
	color:white;
	text-decoration:none;
	background-image:url(../siteGFX/navHover.png);
	background-repeat:repeat-x;
	padding:11px;
}

.navi:hover
{
	color:white;
	text-decoration:none;
	background-image:url(../siteGFX/navHover.png);
	background-repeat:repeat-x;
	padding:11px;
}

.logo:link
{
	text-decoration:none;
}

.logo:visited
{
	text-decoration:none;
}

.logo:active
{
	text-decoration:none;
}

.logo:hover
{
	text-decoration:none;
}

.nav
{
	position:relative;
	top:-5px;
	left:-50px;
}

.container
{
	width:900px;
	margin:0px auto;
}

.header
{
	width:900px;
	height:100px;
	background-image:url(../siteGFX/headerTop.png);
	background-repeat:x-repeat;
	border:solid 1px black;
	margin-bottom:5px
}

.headerInner
{
	padding-top:0px;padding-left:10px
}

.headerTitle
{
	float:left;
}

.headerLogo
{
	float:right;
}

.navigation
{
	width:900px;
}

.navigationInner
{
	width:900px;height:40px;background-image:url(../siteGFX/nav.png);background-repeat:x-repeat;margin-bottom:5px;border:solid 1px black;
}

.leftBar
{
	width:300px;height:450px;float:left;background-color:white;
}

.leftTop
{
	border:solid 1px black;width:300px;height:225px;background-image:url(../siteGFX/box.png);background-repeat:x-repeat;margin-bottom:7px
}

.leftBottom
{
	border:solid 1px black;width:300px;height:225px;background-image:url(../siteGFX/box.png);background-repeat:x-repeat
}

.mainCon
{
	height:450px;width:570px;border:solid 1px black;padding:10px 10px 0px 10px;background-image:url(../siteGFX/con.png);background-repeat:x-repeat;float:right;margin-bottom:5px;color:white
}

.footer
{
	width:900px;height:50px;background-image:url(../siteGFX/headerFooter.png);background-repeat:x-repeat;border:solid 1px black;clear:both
}
