* {
	margin: 0;
	padding: 0;
}


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


img {
	border: none;
}

div.slideshow {
	width: 900px;
	height: 450px;
	position: relative;
	margin: 0 auto 0;
	margin-top: 0px;
}

div.slideshow ul {
	list-style: none;
}

div.slideshow li {
	float: left;
	display: inline;
	height: 82px; width: 122px;
	padding: 5px 0 0 5px;
}

div.slideshow li img {
	border: 1px solid white;
}

.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:10px;
	left:-10px;
}

.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;margin-top:5px;background-image:url(../siteGFX/headerFooter.png);background-repeat:x-repeat;border:solid 1px black;clear:both
}
