body {
	background-color: #656565;
	font-family: Verdana, Arial, Helvetica, sans-serif;#	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

form {
	display: inline;
}

hr {
	border: none;
	border-top: 1px solid gray;
}

#body, #body_compact {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#body_compact {
	width: 450px;
}

#top {
	background-image: url(img/top.jpg);
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	height: 38px;
}

	#top_left {
		position: absolute;
		left: 0;
		width: 38px;
		height: 38px;
		background-image: url(img/top_left.jpg);
		background-repeat: no-repeat;
	}
	
	#top_right {
		position: absolute;
		right: 0;
		width: 38px;
		height: 38px;
		background-image: url(img/top_right.jpg);
		background-repeat: no-repeat;
	}
	
	
#bottom {
	background-image: url(img/bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	width: 100%;
	height: 38px;
}

	#bottom_left {
		position: absolute;
		left: 0;
		width: 38px;
		height: 38px;
		background-image: url(img/bottom_left.jpg);
		background-repeat: no-repeat;
	}
	
	#bottom_right {
		position: absolute;
		right: 0;
		width: 38px;
		height: 38px;
		background-image: url(img/bottom_right.jpg);
		background-repeat: no-repeat;
	}
	
#middle {
	background-image: url(img/right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0px 7px 0px 8px;
}

#left {
	background-image: url(img/left.jpg);
	background-repeat: repeat-y;
}

#content {
	padding: 30px;
}

#header {
	background-image: url(img/colors.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100px;
	margin: 0px 16px;	
	font-size: 14px;
	font-weight: bold;
	padding-left: 14px;
}

#main_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/menu_background.jpg);
	background-repeat: repeat-x;
	height: 49px;
}

	#main_menu a, #main_menu a:link, #main_menu a:active, #main_menu a:visited {
		text-decoration: none;
		color: white;
		font-size: 14px;
		font-weight: bold;
		display: block;
		padding: 17px;
		float: left;
	} 
	
	#main_menu a:hover {
		background-image: url(img/menu_background_hot.jpg);
		background-repeat: repeat-x;
		color: black;
	}
	
#main_menu_selected {
	background-image: url(img/menu_background_selected.jpg);
	background-repeat: repeat-x;
	color: black;
}

#main_menu a#main_menu_selected {
	color: black;
}

#copyright {
	padding: 5px 40px;
	font-size: 9px;
	text-align: right;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}