@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/background.png);
	background-repeat: no-repeat;
	background-color: #23170C;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
	cursor: default;
	
}

#menu_decor {
	width: 68px;
	height: 39px;
	background-image: url(../img/menu_decor.png);
	float: right;
}

#menu {
	height: 38px;
	width: 550px;
	background-color: #090;
	border-bottom: 1px solid #10C510;
	float: right;
	line-height: 38px;
	letter-spacing: 2px;
	font-size: small;
	text-align: center;
	margin-bottom: 190px;
}

#menu ul{
	list-style: none;
	width: 100%;
	padding-left: 0px;
	margin: 0 auto;
	margin-left: 0px;
}

#menu li{
	width: 25%;
	display: block;
	float: left;
	background-image: url(../img/menu_divider.png);
	background-position: right;
	background-repeat: no-repeat;
}

#menu #lastLi{
	width: 25%;
	display: block;
	float: left;
	background-image:none;
	background-position: left;
	background-repeat: no-repeat;
}

#menu li a{
	color: white;
	text-decoration: none;
}

#menu li a:hover {
	color: black;
	cursor: pointer;
}

#container {
	width: 100%;
	height: 239px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #888;
	background-image: url(../img/content_background.png);
	clear: both;
}

#left {
	width: 50%;
	height: 138px;
	float:left;
	text-align: center;
	padding-top: 101px;
	background-image: url(../img/container_divider.png);
	background-position: right;
	background-repeat: no-repeat;
}

#right {
	width: 50%;
	height:170px;
	float: right;
	font-size: small;
	color: white;
	z-index:1;
	overflow:hidden;
	position:relative;
}

#content {
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
	height: 680px;
	position:relative;
	top:0px;
	z-index:0;

}

.page{
	height:170px;
}

.page *{
	margin-top: 0px;
}

h1 {
	color: white;
	font-size: xx-large;
	letter-spacing: 10px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	margin-top: 5px;
	font-weight: lighter;
	font-stretch: extra-condensed;
}

span {
	color: #73675C;
	font-size: smaller;
	font-family: Garamond, "Times New Roman";
	letter-spacing: 4px;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

span a {
	text-decoration: none;
	color: #73675C;
}

span a:hover {
	text-decoration: underline;
	color: #fff;
}