/* CSS Document */

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000066;
}


body{
margin:0;
padding:0;
background: #A6C9FF url(images/bg.jpg);
background-repeat:repeat-x;
}

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

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

#topsection{
background: url(images/header.jpg);
height: 137px; /*Height of top section*/
}


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

#contentcolumn{
margin-left: 85px; /*Set left margin to LeftColumnWidth*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
margin: 0 165px 0 100px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 85px; /*Width of left column*/
padding-left:5px;
margin-left:-799px 0px 0 0px; /*Set left margin to -(MainContainerWidth)*/;
}

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

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}

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

.heading {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000033;
font-weight:bold;
}

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

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 0px; /*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;
}

#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: #000033 ; /*Default menu color*/
border-bottom: 1px solid white;
}

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

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #DCE9F1 ; /*Brown color theme*/ 
border-color: #DCE9F1 ; /*Brown color theme*/ 
color: #000033;
}

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

.smallmenu {
font-family: Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
text-decoration:none;
}

.smallmenu:hover {
color:#0191D7;
}

