/************ Layout Elements ************/

body {
 background-image:url(../images/bg.jpg);
 text-align: center;
 margin: 0;
 padding: 0 0 6px;
 border: 0;
 color: #000;
 font: 11px/18px verdana, arial, "bitstream vera sans", sans-serif;
}

/** Primary layout divisions **/

div#wrapper {
 background: #ffffff url(../images/wbg.jpg);
 color: #000;
 width: 770px;
 margin: 0 auto;
 padding: 0;
 text-align: left;
}

div#menu {
 background-color:#eaeaea;
 margin: 0 9px 0 9px;
 padding: 8px;
 text-align: left;
 width: 734px;
 color: #000;
}


div#header {
 margin: 0 9px 0 9px;
 padding: 0;
 text-align: left;
 width: auto;
 color: #000;
}

div#maincontent {
 margin: 0 9px 0 9px;
 padding: 10px;
 text-align: left;
 width: auto;
 color: #000;
}

div#leftcontent {
 float:left;
 margin-left:9px;
 padding-top:8px;
 padding-right:8px;
 padding-bottom:8px;
 padding-left:8px;
 text-align: left;
 width: 335px;
 color: #000;
 border-top:1px solid #cccccc;
 display: inline;
 float:left;
 text-align: justify;
}

div#rightcontent {
 float:left;
 margin-left:0;
 padding:10.5em 0 0 2px;
 background-image:url(../images/right_content.jpg);
 background-repeat: no-repeat;
 text-align: left;
 width:396px;
 color: #000;
}

div#footer {
 clear:both;
 background-color:#eaeaea;
 margin: 0 9px 0 9px;
 padding: 8px;
 text-align: left;
 width: 734px;
 height: 65px;
 color: #000;
 border-top:4px solid #d9d9d9;
 border-bottom:1px solid #999999;
 
}

div#copyright {
 float:left;
 width:auto;
}

	
div#wifizone{
 float:right;
}

.clear {
 clear:both;
}

/** Primary layout divisions _END **/
