@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

#header {
	width: 571px;
	height: 73px;
	margin: 10px auto;
	padding: 0px;
	background-image: url('../images/header.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

#subheader {
	width: 779px;
	height: 23px;
	margin: 0px auto;
	padding: 7px 0px 0px 0px;
	background-image: url('../images/subheader.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

#main {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
}

#admin {
	width: 780px;
	margin: 10px auto 90px auto;
}

#left_col {
	width: 138px;
	height: 100%;
	margin: 0px;
	padding: 10px;
	float: left;
}

#right_col {
	width: 602px;
	min-height: 280px;
	margin: 0px;
	padding: 15px 0px 15px 20px;
	background-image: url('../images/sep_vert.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	float: left;
}

#nav a {
	display:block;
	width:115px;
	height:20px;
	margin: 1px 0px;
	padding: 7px 0px 0px 22px;
	background-image:url('../images/menu_out.gif');
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	background-image:url('../images/menu_over.gif');
}

/*#nav a {
	margin: 0px 0px 0px 22px;
}*/

#flash {
	width: 602px;
	height: 180px;
	margin: 0px 0px 15px 0px;
}

#box {
	margin: 0px 0px 0px 0px;
	width: 316px;
	background-image: url('../images/box_fill.gif');
	background-repeat: repeat-y;
	background-position: -10px 0px;
	float: right;
}

#about #box {
	margin: 5px 10px 5px -10px;
	float: none;
}

#box #box_top {
	width: 316px;
	height: 11px;
	background-image: url('../images/box_top.gif');
	background-repeat: no-repeat;
	background-position: -10px 0px;
}

#box #content {
	padding: 0px 6px 0px 30px;
	background-image: url('../images/sep_vert.gif');
	background-repeat: repeat-y;
	background-position: 15px 0px;
}

#box #box_bot {
	width: 316px;
	height: 11px;
	background-image: url('../images/box_bot.gif');
	background-repeat: no-repeat;
	background-position: -10px 0px;
}

#footer {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}

#footer #address {
	width: 138px;
	height: 80px;
	margin: -85px 0px 0px 15px;
	float: left;
	z-index: 1;
}

#footer #hr {
	width: 780px;
	height: 3px;
	margin: 10px auto;
	padding: 0px;
	background-image: url('../images/hr_780.jpg');
}