@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat;
	margin: 0;
	color: #eee;
}

html,body {
	min-height: 100%;
}

body {
	height: 100%;
}

/* PSD specs
#container {
	position: relative;
	width: 765px;
	height: 1091px;
}
*/

#supercontainer {
	position: relative;
	width: 850px;
	height: 100%;
	margin: 0 auto;	
}

#container {
	position:relative;
	width: 665px;
	height:1450px;
	/*border: thin black solid; /* temp */
	margin: 0 auto;
	margin-top:40px;
	background-color:#2b2d7f;
}


#masthead {
	float: left;
	width: 665px;
	height: 238px;
	background-image:url(images/masthead.png);
	/*border: thin red solid; /* temp */
}

#flashbox {
	position: relative;
	width:325px;
	height:238px;
	left: 320px;	
}

#nav {
	float: left;
	width: 665px;
	height: 31px;
	background-image:url(images/navbg.jpg);
	background-repeat:repeat-x;
	border-top: thin solid #2b2d7f;
	border-bottom: 20px solid #2b2d7f;
	/*border: thin yellow solid; /* temp */
}

#nav li {
	display:inline;
	float: left;
	padding-bottom: 0.3em;
	padding-right: 0.8em;
	padding-left: 0.8em;
	color: #eee;
	vertical-align: middle;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav li a {
	text-decoration:none;
	width: auto;
	color: #eee;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav li a:hover {
	width:auto;
	color: #b3d66f;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav li a:visited {
	width:auto;
	color: #eee;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#nav ul {
	margin-left:15px;
	margin-top: 7px;
	padding:0;
}

#heading1 {
	position: relative;
	float:left;
	background-image:url(images/headingbg.jpg);
	width:406px;
	height:18px;
	/*border: thin orange solid; /* temp */
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight:bold;
}

#content {
	position: relative;
	float:left;
	width: 420px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 20px 20px 20px 20px;
	/*border: thin green solid; /* temp */
}

#content li {
	padding-bottom: 0.15em;
}

#content ul {
	margin-left:15px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding:0;
}


#content a {
	text-decoration:none;
	color:#FFFF00;
	font-weight:bold;
}

#content a img {
border:none;
}


#lady {
z-index:99;
margin:0;
padding:0;
position: fixed;
bottom: 0px;
left: 900px;

}
/*
.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} */