/* CSS Document */

html {
background:#FAE2A1;
}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}
	
#contentleft {
	width:200px;
	height:480px;
	padding:0px;
	float:left;
	background:#FDDA45;
}

#contentcenter {
	width:600px;
	padding:0px;
	float:left;
}

#contentheader {
	background-image:url(../Images/BannerComplex.jpg);
	background-repeat:no-repeat;
	background-color:#DA8D00;
	height:110px;
}

#blanc {
	margin: 0px;
	padding: 0px;
	float: left;
	background: #FDDA45;
	height: 160px;
	width: 200px;
	border-top: white thin solid;
	border-bottom: white thin solid;
	position:relative;
	left: 0px;
	top: 0px;
}

#footer {
	margin: 0;
	padding: 0;
	float: left;
	background: #FDDA45;
	height: 160px;
	width: 200px;
	border-width: 0px;
	position:relative;
	left: 0px;
	top: 0px;
}

#footer p {
	font-size: 0.7em;
	color: #DA8D00;
	font-weight: bold;
	text-align: center;
}

#footer a {
	color: #DA8D00;
	text-decoration:none;
}

#footer a:hover {
	color: #FFF;
	text-decoration:none;
}

#navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	background: #FDDA45;
	height: 160px;
	width: 200px;
	border-width: 0px;
	position:relative;
	left: 0px;
	top: 0px;	
    font-size: 12px;
}

#navigation .nav {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 190px;
}

#navigation .nav:hover {
	background-color: #DA8D00;
}

/*
#mtscroller {
	position:relative; // mandatory
	background: #FDDA45;
	height:160px;
	width:200px;
	overflow:hidden; // mandatory
	border:solid 1px; margin:5px; // optional
}

#mtscroller p {
	font-size: 0.7em;
	color: #DA8D00;
	font-weight: bold;
	text-align: left;
}

#mtscroller a {
	color: #FFFFFF;
	text-decoration:none;
}

#mtscroller a:hover {
	color: #FFF;
	text-decoration:none;
}
*/
#psscroller {
	background: #FDDA45;
	height:160px;
	width:200px;
}

#psscroller p {
	font-size: 0.7em;
	color: #DA8D00;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}

#psscroller h1 {
	font-size: 1em;
	color: #DA8D00;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}

#psscroller a {
	color: #FFFFFF;
	text-decoration:none;
/*	font-size: 0.7em;
*/	font-weight: bold;
	text-align: left;
/*	padding-left: 5px;
*/}

#psscroller a:hover {
	color: #FFF;
	text-decoration:none;
/*	font-size: 0.7em;
*/	font-weight: bold;
	text-align: left;
/*	padding-left: 5px;	
*/
}

.someclass{ //class to apply to your scroller(s) if desired
}