body{
margin:0;
padding:0;
background-image: url("../images/Green-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:#FFFFCC;
background-image:  url("../images/sidebars.gif");
z-index:1;
}

#topsection{
background: #EAEAEA;
background: url("../images/landscape-banner.jpg") no-repeat;
height: 274px; /*Height of top section*/
text-align:right;
}
#topsection img{
	width:50px;
	height:50px;
	z-index:1;
	position:relative;
	padding:0;
	margin: 0 auto; /*Center container on page*/
	left: -550px;
	top:-30px;
}

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

#contentwrapper{
float: left;
width: 100%;
}
/*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: 150px; /*Width of left column in pixel*/
margin-left: -720px; /*Set margin to that of -(MainContainerWidth) for matched edges or lees to move it in towards the middle*/
background: #C8FC98;
border:1 solid blue;
}

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

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

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

#footer a{
color:#FFFF33;
}
