html {
	height: 101%;
}
body {
	background-color: #0D0D0B;
	padding: 0;
	font-family: Arial;
	color: #FFFFFF;
	min-width: 760px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
h1 {
	font-family: verdana, arial;
	font-size: 18px;
	font-weight: normal;
	color: #4D64B0;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-top: 0px;
	margin-bottom: 8px;
}
h2 {
	font-family: verdana, arial;
	font-size: 14px;
	color: #A6AC51;
	letter-spacing: .2em;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

a {
	color: #9AAD50;
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 22px;
}
a:hover {
	color: #4D64B0;
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 22px;
}

#pagecontainer {
	min-height: 388px;
	position: relative;
	width: 990px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	border: 1px solid #4D64B0;
	margin: auto;
	clear: both;
	text-align: left;
}

#pagewrapper_pages {
	background-image: url(images/links.jpg);
	background-repeat: repeat-y;
	background-position: right;
	min-height: 388px;
	position: relative;
	width: 980px;
	border: 1px solid #4D64B0;
	margin: auto;
	clear: both;
	text-align: left;
}
#content {
	width: 490px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	clear: both;
	padding-bottom: 4px;
	padding-left: 175px;
	font-size: 12px;
}

#content P {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}
#main_menu {
	position:absolute;
	width:165px;
	height:300px;
	z-index:1;
	left: 3px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #4D64B0;
}
#main_menu img {
	margin: 0px;
	padding: 0px;
}

#main_menu p {
	text-align: left;
	margin: 0px;
	padding: 2px;
	font-size: 12px;
}

#pagecontainer {
	position: relative; 
	height: 100%; 
	width: 985px;
	border: 1px dotted #006666;
	margin: 0 auto;
}
.keywords {
	font-size: 10px;
	color: #858585;
}
#footer {
	clear: both;
	font-size: 8px;
	text-transform: uppercase;
	color: #5F5F5F;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 180px;
}
#footer a {
	font-size: 8px;
	text-transform: uppercase;
	color: #5F5F5F;
	text-decoration: none;
}
#footer a:hover {
	text-transform: uppercase;
	color: #A6A6A6;
}
.sig {
	text-align: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ronphoto img {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Layer-overlay {
	position:fixed;
	width:770px;
	height:500px;
	z-index:1;
	margin-top: 90px;
	margin-left: 180px;
	background-image: url(images/overlay.gif);
}
