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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#FFFFFF;
	text-align:center;
	background-color:#FFFF00;
}


.wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	z-index: 2;
}

#main {
	background-color:#FFFF00;
	padding: 20px;
	width: 900px;
	height: 600px;
	border: 1px solid #000000;
}

#window {
	background-color:#FFFFFF;
	border: medium solid #000000;
	width: 890px;
	top: 250px;
	height: 360px;
	left: 20px;
	position:absolute;
}

#header {
position: absolute;
width: 600px;
top: 30px;
left: 230px;

}

#header2 {
	position: absolute;
	width: 500px;
	top: 100px;
	left: 350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


#header2 ul#primary {
	position: absolute;
	width: 500px;
	left: 2px;
	top: 90px;
	text-decoration: none;
	color: #000000;
	margin-right: 70px;
}

#header2 ul#primary li  {
	display: inline;
	list-style: none;
	
}


#header2 ul#primary a:hover{
	text-decoration: underline;
	color: #000000;
}


#header2 ul#primary a,#header ul#primary span,#header ul#primary a.current {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	margin-top: 1px;
	margin-right: 70px;
	color: #000000;
}


#content {
position:absolute;
left: 10px;
top: 30px;
width: 875px;
}


#contentleft {
position:absolute;
left: 10px;
top: 30px;
width: 350px;
}

#contentright {
position: absolute;
left: 420px;
top: 30px;
width: 450px;
}