@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #003466;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}

.wwg #container { 
	width: 46em;  
	background: #003466;
	margin: 0 auto; 
	text-align: left; 
} 

.wwg #sidemenu {
	float: left; 
	width: 194px;
	height:494px;
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
	padding-top:130px;
	text-align:center;
}
.wwg #sidemenu h3, .wwg #sidemenu p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.wwg #sidemenu a {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}
.wwg #sidemenu a:hover {
	color: #09C;
	font-size:11px;
}

.wwg #mainContent {
 	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/******* Footer *******/

.footer, .footer p, .footer a {
text-align:center;
color:#FFFFFF;
font-size:9px;
} 