/* CSS Document */

body {
	background-color:#636466;
	text-align:center;
	font-size:62.5%;
	behavior:url("csshover.htc");
}

#wrapper {
	position:relative;
	margin:0px auto 0px auto;
	width:955px;
	max-width:955px;
	text-align:left;
}

#header {
	margin:0 40px 20px 40px;
	height:130px;
}

#nav {
	clear:both;
	float:left;
	width:280px;
	margin:0 0 0 40px;
	padding:0;
	display:block;
}

#nav ul {
	list-style:none;
	margin:0 0 0 0;
}
#nav li a {
	width:200px;
	background-color:#BCBEC0;
	border:4px double #333333;
	text-align:center;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:2.5em;
	display:block;
	text-decoration:none;
	margin:0;
	margin-bottom:10px;
	margin-top:10px;
}
#nav li a:hover{
	background-color:#666666;
	color:#FFFFFF;
	margin:0;
	margin-bottom:10px;
	margin-top:10px;
}

#content {
	float:left;
	margin:0;
	padding:10px;
	width:545px;
	height:430px;
	color:#967348;
	background-color:#BCBEC0;
	border:8px double #333333;
	overflow:auto;
	display:block;
}

#content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#333333;
	line-height:1.5em;
	margin:0 0 1.3em 0;
	min-height:10px;
}

#content a, #content a:visited {
	color:#333333;
	text-decoration:none;
	border-bottom:1px dotted #967348;
}

#content a:hover {
	color:#ff0000;
}

#content a img, #content a:hover img, #content a:visited img {
	background-color:transparent;
	border:0;
}

#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#333333;
	font-weight:bold;
	line-height:1.5em;
	margin:0 0 2em 0;
	border-bottom:1px dotted #ff0000;
}

#navbar {
	position:absolute;
	top:300px;
	left:15px;
	width:285px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	z-index:16;
}