html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}


#roundel {
	z-index: 50;
	position: absolute;
	top: 38px;
}

/*---header---*/
#header {
	z-index: 20;
	position: relative;
	width: 100%;
	height: 158px;
	background: url(../images/header_bg.jpg) repeat-x;
}

#header h1 {
	position: absolute;
	left: 190px;
	top: 102px;
	padding:0;
	margin: 0;
	width: 690px;
	height: 44px;
	background: url(../images/h1.gif) no-repeat;
}

#header h1 span {
	display: none;
}

/*---end header---*/
/*---navigation---*/
#corner_filler {
	position: absolute;
	z-index: 30;
	top: 148px;
}

#navigation {
	position: absolute;
	z-index: 0;
	background: url(../images/nav_bg.gif) repeat-y;
	height: auto;
	width: 186px;
	padding-top: 70px;
	font: Arial, Helvetica, sans-serif;
	color: #ffd65a;
}

a {
	color: #ffd65a;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}

#navigation ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#navigation li {
	margin: 0 0 0 15px;;
	padding: 0;
}


#navigation dl {
	margin: 0 0 6em 15px;
}


#navigation #theme {
	margin-left: 8px;
}

/*.relative {
	position: relative;
}*/

/*#nav_blend {
	float: left;
	margin: 0;
	padding: 0;
}*/

/*---end navigation---*/
/*---content---*/

#content {
	position: absolute;
	left: 196px;
}

#footer {
	position: relative;
	clear: both;
	}

.float_right {
	float: left;
	margin: 10px;
}

.noborder {
	border: 0px solid #000000;
}

