@charset "utf-8";
/* CSS Document */

html, body {
	/*position:absolute;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	text-align:center;
}
#wrapper {
	/*position:relative;*/
	width: 800px;
	margin: 0 auto;
	min-height:600px;
	border-style: solid;
	border:1px;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	text-decoration:none;
	text-align: left;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	/*position:absolute;*/
	width: 800px;
	height:140px;
	margin-top: 0;
	background-image:url(images/top_image.jpg);
	z-index:1;
	border-bottom:25px solid #FF0000;
}
#logo{
	position:absolute;
	width: 300px;
	margin-left: 40px;
	margin-top: 50px;
	z-index: 3;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-top: 25px;
}
#main_nav {
	/*position:absolute;*/
	letter-spacing: 4px;
	font-size:13px;
	padding:0;
	margin: 0;
	width: 260px;
	float:left;
}
#main_nav li {
	list-style-type:none;
	text-align:center;
	padding: 6px 0 6px 0;
}
#main_nav a:link, a:visited {
	padding: 6px 0 6px 0;
	color:#000000;
	background: #FFFFFF;
	text-decoration:none;
	border-style: solid;
	border-width: 1px;
	border-color:#FF0000;
	display:block;
	width: 260px;
	height: 15px;
}
#main_nav a:hover, a:active {
	padding:  6px 0 6px 0;
	color:#FFFFFF;
	background: #FF0000;
	text-decoration:none;
	display:block;
	border-style: solid;
	border-width: 1px;
	border-color:#FF0000;
	width: 260px;
	height: 15px;
}
#main_nav .current_page_item a {
	padding:  6px 0 6px 0;
	color:#FFFFFF;
	background: #FF0000;
	text-decoration:none;
	display:block;
	border-style: solid;
	border-width: 1px;
	border-color:#FF0000;
	width: 260px;
	height: 15px;
}
#main_pics {
	/*position:absolute;*/
	padding:0;
	width: 300px;
	margin-top: 0;
	z-index:3;
}
#main_pics li {
	margin-bottom: 5px;
	list-style-type:none;
	text-align:center;
	margin-top: 5px;
}
#address {
	/*position:absolute;*/
	font-size: 12px;
	width: 246px;
	height: 50px;
	text-align:center;
	margin: 0 0 0 45px;
	padding: 6px;
}
#content {
	/*position:relative;*/
	background-color:#FFFFFF;
	font-size:12px;
	width:400px;
	margin: 20px 0 0 325px;
	border-left:#666666 thin solid;
	padding:  10px 25px 10px 25px;
	line-height: 20px;
	list-style-type:square;

}
#content a {
	color: #FF0000;
	padding:0;
	border: 0;
	background:none;
	display:inline;
	text-decoration:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#bottom_black {
	/*position:absolute;*/
	color:#FFFF00;
	background-color: #000000;
	width: 790px;
	height: 25px;
	font-size:10px;
	padding: 5px;
	text-align:center;
	bottom:0;
	z-index:1;
}
#bottom_black a {
	color: #FFFFFF;
	padding:0;
	border: 0;
	background:none;
	display:inline;
	text-decoration:none;
}
