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

html, body, div#wrapper, div#content {
	height: 100%;
}

body {
	background-color: #b1b7b5;
	background-image: url(/images/misc/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

.invisibleClear {
	height: 0;
	width: 0;
	
	clear: both;
}

ul, li {
	margin: 0;
	padding: 0;
}
li {
	margin-left: 20px;
	margin-bottom: 14px;
}

a img {
	border: none;
}

a:link, a:visited, a:active, a:hover {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover, a:active {
	color: #ffbe09;	
	outline: none;
}
a.now:link, a.now:visited, a.now:active, a.now hover {
	color: #ffbe09;	
}

div#wrapper {
	position: relative;
	
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
}

div#wrapper, div#navigation, div#content {

}


div#navigation, div#content {
	position: relative;
}

div#navigation {
	
	float: left;
	
	left: 0px;
	
	height: 320px;
	width: 250px;
}

div#navigation a#logo {
}


div#navigation ul {
	background-image: url(/images/misc/navigation.gif);
	background-repeat: repeat-y;
	
	list-style: none;
	
	margin-top: 40px;
	margin-bottom: 85px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 15px;
	padding-bottom: 5px;
	
}

div#content {
	float: right;
	
	right: 0;
	
	width: 700px;
}

