/* CSS Document */

body {

      margin:0;
      padding:0;
      height:100%;
      border:none;
	  text-align:center;
	  /*background-color:#82784d;*/
	  background-color:#aa7f00;
	  font:Arial, Helvetica, sans-serif;
	  color:#000000;
   
}


.container {
	position:relative;
	height:660px;
	width:950px;
	margin-left:auto;
	margin-right:auto;

}

.top {
	position:absolute;
	left:0;
	height:140px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/MStrain.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.content {
	position:absolute;
	left:56px;
	top:203px;
	height:420px;
	width:659px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	overflow:auto;
	
	
}


.content a:link {
	color:#AA7f00;
	font-weight:bold;
	text-decoration: underline;
}

.content a:visited {
	color:#AA7f00;
	font-weight:bold;
	text-decoration: underline;
}
.content a:active {
	color:#FF0000;
	font-weight:bold;
	text-decoration: underline;
}
.content a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration: underline;
}


.contentbg {
	position:absolute;
	left:0;
	top:140px;
	height:520px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/contentbg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}


object a {
display: none;
} 
object {
margin-left: auto; 
		margin-right: auto; 
		display block;}

/* MENU ROLLOVERS */

  .cssnav
{
position: relative;
top:125px;
font-family: arial, helvetica, sans-serif;
background: no-repeat;
white-space: nowrap;
display: inline;
width: 100px;
height: 30px;
margin: 0;
padding: 0;
float:left;
margin-left:5px;
z-index:1;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 100px;
height: 30px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 100px;
height: 30px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
top: 100px;
margin: 0px;
padding: 0px;
cursor: pointer;
}
