/************************************************
* General										*
************************************************/

body {
	margin: 0;
	padding: 10px;
	font-family: Arial;
	color: #666;
	font-size: 80%;
}

img {
	border: 0;
}

#container {
	width: 930px;
	margin: 0 auto;
	border: 1px #CCC solid;
	padding: 20px;
}

/************************************************
* Header										*
************************************************/

#header_left{
	float: left;
	width: 280px;
}

#header_middle{
	float: left;
	width: 320px;
	color: #CC6633;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 24px;
}

#header_right{
	float: left;
	width: 300px;
	font-weight: bold;
}

.highlight {
	color: #CC6633;
}
.text_margin {
	padding-left: 20px;
}

/************************************************
* Logo Image Replacement						*
************************************************/

#logo h1 {
	background: url(images/logo.jpg) no-repeat;
	width: 230px;
	height: 70px;
	border: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 30;
	float: left;
}

#logo h1 a {
	display: block;
	text-indent: -3000px;
	width: 230px;
	height: 70px;
	border: 0;
	text-decoration: none;
}

#logo h1 a:hover {
	border: 0;
	text-decoration: none;
}

/************************************************
* Footer										*
************************************************/

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	color: #AAA;
	font-size: 0.9em;
}

#footer_left{
	float: left;
	width: 345px;
	height: 100px;
	padding-top: 10px;
}

#footer_middle{
	float: left;
	width: 280px;
	height: 100px;
	color: #CC6633;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

#footer_right{
	float: left;
	width: 250px;
	height: 100px;
	padding-top: 10px;
	padding-left: 30px;
	text-align: left;
}

.footer_divider {
	float: left;
	width: 1px;
	height: 100px;
	background: #CCC;
}

/************************************************
* Links											*
************************************************/

.sublink {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	margin-right: 30px;
}
a.sublink:link {
	color: #666666;
	text-decoration: none;
}
a.sublink:visited {
	color: #666666;
	text-decoration: none;
}

/*---------------------------*/

.sublink_on {
	color: #CC6633;
	font-weight: bold;
	text-decoration: none;
	margin-right: 30px;
}
a.sublink_on:link {
	color: #CC6633;
	text-decoration: none;
}
a.sublink_on:visited {
	color: #CC6633;
	text-decoration: none;
}



/************************************************
* Menu											*
************************************************/

#menu {
	padding: 0px;
	background: #666;
}

#submenu{
	background: #EEE;
	padding: 5px;
	font-weight: bold;
}

/************************************************
* Body											*
************************************************/

#content {
	padding: 10px;
}

.clearboth {
	clear: both;
}