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: 800px; /*Width of main container*/
height:auto;
margin: 0 auto; /*Center container on page*/
background-color:#fff;
z-index:1;
}

#topsection{
	background: #000000;
	background: url("../images/alw-world-globe-reflections.jpg") no-repeat;
*/
height: 295px; /*Height of top section*/
	text-align:right;
	position:relative;
	z-index: 0;
}


#topsection img{
	width:500px;
	height:30px;
	position:relative;
	padding:0;
	margin: 0 auto;
	top: 25px;
	left: -35px;
}

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

#contentwrapper{
float: left;
width: 100%;
position:relative;
top:50px;
background: #fff;
}
/*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 180px 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 140px 0 125px; /*Margins for content column. Should be "0, Right Column Width, 0, Left Column Width*/
}




#leftcolumn{
float: left;
width: 100px; /*Width of left column in pixel*/
margin-left: -785px; /*Set margin to that of -(MainContainerWidth) for matched edges or lees to move it in towards the middle*/
background: #fff;
position:relative;
top:50px;
border-right: 1px solid #999999;
}

#rightcolumn{
float: left;
width: 150px; /*Width of right column*/
margin-left: -165px; /*Set margin-left to -(RightColumnWidth + margin)*/
background: #ffffff;
position:relative;
top:50px;
border-left: 1px solid #999999;
}
#disclaimer{
	clear: left;
	width: 800px;
	background-color:#fff;
	text-align: left;
	padding: 4px 0;
	z-index:2;
	position:relative;
	top:51px;
	left: 35px;

}
#footer{
	clear: left;
	width: 800px;
	background-color:#fff;
	text-align: center;
	padding: 4px 0;
	z-index:2;
	position:relative;
	top:51px;

}

#footer a{
color:#000099;
}
