/* reset browser default styles 
--------------------------------------------- */
* { margin: 0; padding: 0; font-size: 1em; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, address { margin: 1em 0 1em 0 ; }
li, dd { margin-left:5%; }
select option { padding: 0 10px 0 2px; }

/* structure styles 
--------------------------------------------- */

body {
	behavior:url("csshover.htc");
	font-family: arial, helvetica, verdana, sans-serif;
	background: url(images/bg.jpg) #000000 top left repeat-x;
	font-size:62.5%;
	color: #FFFFFF;
}

#topbar {
	height: 25px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #000000;
	background-color: #C5C5C5;
}

#topbar div {
	width: 770px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	font-family: verdana, sans-serif;
}

#topbar div a {
	color: #000000;
}

#topbar div a:hover {
	color: #BE0000;
}

#content {
	width: 770px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#top {
	margin-left: auto;
	margin-right: auto;	
}

#top a {
	color: #FFFFFF;
}

#top a:hover {
	color: #FDEEF1;
}

#lightbox {
	float: right;
	width: 220px;
	height: 35px;
	background: url(images/search_bg.jpg) top left no-repeat;	
}

#lightbox div {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	line-height: 35px;
	font-size: 1.2em;
	text-align: center;
}

#lightbox div strong {
	color: #000000;
}

#logo {
	float: left;
	margin: 15px 0 0 0;
}

#middle {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 0 10px;
	min-height: 491px;
	padding: 40px 0 0 0;
}

#middle_left {
	float: left;
	width: 250px;
}

#middle_right {
	float: right;
	width: 500px;
}

#bottom {
	clear: both;
	text-align: center;
	font-size: 1em;
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
	padding-top: 50px;
	clear: both;
}

#bottom a {
	font-size: 1em;
	color: #BE0000;
	text-decoration: none;
	font-weight: bold;
}

#bottom a:hover {
	color: #FFFFFF;
}

#adminlink a {
	color: #FF0000;
}

#adminlink a:hover {
	color: #FFFFFF;
}

#slideshow {
	float: right;
	width: 366px;
	padding-top: 20px;
}

#leftcol {
	float: left;
	width: 380px;
	padding-top: 20px;
}

