body 	{
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 10px;
	background-color: #051b57;
	background:#051b57;
	background-image:url(../scripts/MP900401486.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
		}
		
#container {
	margin: 0 auto;
	width: 1280px;
}

#container2 {
	border: 1px solid #0000ff;
}

#container3 {
	float: left;
	width: 1280px;
	border: 1px solid ff0000;
}

#ad-space	{
	width: 1280px; 
	height: 138px; 
	z-index: 1;
}

#header {
	width: 1280px; 
	height: 191px; 
	z-index: 2;
}



#sidebarLT {
	margin: 0px;
	float: left;
	width: 290px;
	border: 3px solid ff0000;
}

#sidebarLT2 {
	margin-left: 16px;
	float: left;
	width: 540px;
	border: 3px solid ff0000;
}

#sidebarRT {
	float: right;
	width: 290px;
	border: 3px solid ff0000;
/*	margin: 0 10px;	*/
}

#content {
	float: left;
	width: 670px;
	border: 1px solid 333333;
	margin: 0 10px;
}

#top_navlist {
	text-align: right;
	border: 1px solid 003333;
	width: 1280px;
	background-color: #F00;
	height: 100px;
}

#pushbottom {
	clear: both;
}

#footer {
	width: 1280px;
	height: 130px;
	z-index: 6;
	background-color: #FFF;
}

#footer h3 {
	display: none;
}

#footerRight {
	text-align: center;
	float: right;
	width: 35%;
	height:inherit;
}

#footerLeft {
	text-align: left;
	float: left;
	width: 55%;
	height:inherit;
	margin-left:16px;
}


/*////////// FONT STYLES //////////*/


h1		{
	font-size: 260%;
	line-height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}

h2		{
		font-size:220%;
		line-height:120%;
		font-family:Georgia, "Times New Roman", Times, serif;
		}

h3		{
	font-size:180%;
	line-height:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		}

		
h4		{
		font-size:120%;
		line-height:100%;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		
a		{
		text-decoration:none;
		font-weight:bold;
		color:090;
		}
		
a:visited
		 { 
		background-color:000033;
		 } 		
		
a:hover	{
		text-decoration:underline;
		}

p		{
		margin-bottom: 5%;
		}


/*////////// FORM STYLES //////////*/

textarea {
	height: 200px;
	width: 430px;
	border: 1px solid #999;
}
input {
	width: 230px;
	border: 1px solid #333;
	background-color: #fff;
}
#submit, #searchsubmit {
	color: #fff;
	background-color: #999;
	width: 150px;
	border: 1px solid #333;
}


/*////////// OPACITY STYLES //////////*/


#box-one {
    position: relative;
    width: inherit; height: 300px;
}


#block  {
    background: #CCC;
    filter:alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Mozilla */
    opacity: 0.6; /* CSS3 */
    position: absolute;
    top: 0; left: 0;
    height: 100%; width:100%;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;

}
#text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: normal;
}

#red-container {
    position: relative;
    width: 800px; height: 150px;
}
#red-block  {
    background: #F00;
    filter:alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Mozilla */
    opacity: 0.6; /* CSS3 */
    position: absolute;
    top: 0; left: 0;
    height: 100%; width:100%;
}


.page-title	{
	width:500px;
	margin-bottom:64px;
	background-color:#F00;
	color:#FF0;
	padding:1px 0px 1px 16px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;

	
}



.fade {
  position: absolute;
  top: 100px
  left: 100px
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
