body{
margin:0;
padding:0;
background-image:     url("../images/black_gradiant.gif");
font-family:Verdana, Arial, Helvetica, sans-serif;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 774px; /*Width of main container*/
height:auto;
margin: 0 auto; /*Center container on page*/
background-color:#000000;
background-image:     url("../images/sidebars.gif");
z-index:1;
}

#topsection{
background: #000000;
/*background: url("/images/landscape-banner.jpg") no-repeat;*/
height: 274px; /*Height of top section*/
text-align:right;
}
#topsection img{
	width:786;
	height:186;
	z-index:1;
	position:relative;
	padding:0;
	margin: 0 auto;
}

#topsection h1{
margin: 0;
padding-top: 0px;
padding-left:175px;
}

#contentwrapper{
float: left;
width: 100%;
background: #000000;
}
/*Use Content Column Only for a singel whole page column */
#contentcolumnonly{
margin: 0 50px 0 50px; /*Margins for content column. Should be "0, Right Column Width, 0, Left Column Width*/
}
/*Use Content Column Left for a two column layout with a small lefthand column */
#contentcolumnleft{
margin: 0 50px 0 225px; /*Margins for content column. Should be "0, Right Margin Width, 0, Left Column Width*/
}
/*Use Content Column Right for a two column layout with a small righthand column */
#contentcolumnright{
margin: 0 240px 0 50px; /*Margins for content column. Should be "0, Right Column Width, 0, Left Margin Width*/
}
/*Use Content Column Three for a three column layout with a small righthand and lefthand columns */
#contentcolumnthree{
margin: 0 240px 0 225px; /*Margins for content column. Should be "0, Right Column Width, 0, Left Column Width*/
}




#leftcolumn{
float: left;
width: 190px; /*Width of left column in pixel*/
margin-left: -760px; /*Set margin to that of -(MainContainerWidth) for matched edges or lees to move it in towards the middle*/
background: #666666;

}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -215px; /*Set left margin to -(RightColumnWidth)*/
background: #666666;
}

#footer{
clear: left;
width: 100%;
background-color:#000000;

text-align: center;
padding: 4px 0;
z-index:2;
}

#footer a{
color:#FFFF33;
}

