body {
	background: #FFF url('images/bg.jpg') repeat-y center;
}

#page {
	background: #ffffff;
	margin: 0 auto; 
	width: 700px;
}

#header {	
	width: 700px;
	float: left;

}

#menu {
	background: #ffffff no-repeat top center;
	clear: left;
	width: 133px; 
	float: left;

}

#content {
	background: #ffffff;
	float: left;
	width: 450px;
	margin-left: 49px;
}

#contenthp {
	background: #ffffff;
	float: left;
	width: 550px;
	height: 350px;
}


#contentlrg {
	background: #ffffff;
	float: left;
	width: 550px;
}

#leftpane{
	clear: left;
	float: left;
	width: 272px;
	margin-right: 3px;
}

#rightpane{
	float: left;
	width: 272px;
	margin-left: 3px;
	
}

#rightpaneborder{
	float: left;
	width: 272px;
	margin-left: 1px;
	border-left: #C00 solid 1px;
	
}

#leftpane1{
	clear: left;
	float: left;
	width: 220px;
	margin-right: 5px;
}

#rightpane1{
	float: left;
	width: 220px;
	margin-left: 5px;
	
}


.clearing {
	clear: both;
	font-size: 10pt;
}

#footer {
	margin: 0 auto;
	clear: both;
	text-align: center;
	margin-top: 100px;
	width: 650px;
	border-top: solid 1px #CCC;
}

p{
	font: normal 10pt arial;
	color: #000;
	margin-left: 5px;
}

.smallprint {
	font: normal 8pt arial;
	color: #333;
	margin-left: 5px;
}

#menu p{
	font: normal 16pt arial;
	color: #000;
	text-align: center;
}

.scroller {
	font: normal 10pt arial;
	color: #cccccc;
	text-align: center;
	margin: 0;
}

.scrollerred {
	font: normal 10pt arial;
	background-color: #cc0000;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
}

.copyright {
	font: normal 8pt arial;
	color: #666;
	text-align: center;
}

.skip {
	float: right;
	font: normal 8pt arial;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	font: normal 10pt arial;
}

ol {
	font: normal 10pt arial;
}

li {

	list-style-position: outside;
	line-height: 1.1;
	margin-bottom: 3px;
}

h1 {
	font: normal bold 16pt arial;
	color: #666666;

}

h2, h3, h4, h5 {
	font: normal bold 14pt arial;
	color: #333;
	margin-left: 5px;
	text-align: center;
}

a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}


.scrollerred a:link {	
	color: #fff;
	text-decoration: none;
}

.scrollerred a:visited {
	color: #fff;
	text-decoration: none;
}


#menu a:link {	
	color: #000;
	text-decoration: none;
}

#menu a:visited {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #333333;
	text-decoration: none;
}

#menu a:active {	
	color: #333333;
	text-decoration: none;
}

input, textarea, select {
	border: 1px solid #CCCCCC;
	background-color: #999999;
	color: #000;
}

#leftpane img, #rightpane img, #rightpaneborder img{
	margin-top: 6px;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {	
	height: 300px;
	width: 550px;
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0; 
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: -1px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #f00;
}
.paging a.active {
	color: #fff;
	font-weight: bold;
	background: #f00;
	border: 0px solid #000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
