body{
margin:0;
padding:0;
line-height: 1.25em;
background-color: #ececd7;
font-family: arial;
font-size: 14px;
}

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

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-color: #606000;
height: 146px; /*Height of top section*/
color: #ffffff;
line-height: 1em;
font-size: 12px;
text-align: center;
}

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

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 195px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn h1{border: 1px dotted #000000;}
#contentcolumn h2{border: 1px dotted #000000;}
#contentcolumn h3{border: 1px dotted #000000;}
#contentcolumn h4{border: 1px dotted #000000;}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
background: #ffffff;
font-size: 12px;
text-align: justify;

}

#leftcolumn h3{
background: url(../images/worldbookback2.jpg);
height: 30px;
color: #ffffff;
text-align: center;
padding-top: 5px;
margin-top: 0px;
}

#rightcolumn{
float: left;
width: 195px; /*Width of right column*/
margin-left: -195px; /*Set left margin to -(RightColumnWidth)*/
background: #ffffff;
font-size: 12px;
text-align: justify;

}

#footer{
clear: left;
width: 100%;
background: #000000;
color: #ffffff;
line-height: 1em;
font-size: 10px;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}

.innertuber{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}

.rightcontent{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}

.innertubel{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}

.leftcontent{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #606000; /*Menu hover bgcolor*/
}

#modernbricksmenu .current a{ /*currently selected tab*/
background-color: #606000; /*Green color theme*/ 
border-color: #606000; /*Green color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #606000; /*Green color theme*/ 
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #606000; /*Green color theme*/ 
color: white;
}

#modernbricksmenu2 .current a{ /*currently selected tab*/
background-color: #606000; /*Green color theme*/ 
color: white;
border-color: #606000; /*Green color theme*/ 
}

#modernbricksmenuline2{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #606000; /*Green color theme*/ 
}