body{
	background:url(../images/body_topline.jpg) top repeat-x;
	margin:0;
	padding:0;
	line-height: 1.5em;
}
p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%
}
h1 {
	color: #5e2d0f;
	font:  bold 140% Arial, Helvetica, sans-serif
}
h2 {
	color: #8b522e;
	font:  bold 120% Arial, Helvetica, sans-serif
}
h3 {
	color: #9c5f3a;
	font:  bold 100% Arial, Helvetica, sans-serif
}
a {
	text-decoration: none;
	color: #627325
}
a:hover {
	text-decoration: underline
}

a.boxed {
	text-decoration: none;
	border: 1px solid #5e2d0f;
	color: #627325;
	padding: 5px;
	font-size: 120%
}

a.boxed:hover {
	background-color: #5e2d0f
}


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

#topsection{
	height: 120px; /*Height of top section*/
}

#midsection{
	height: 200px; /*Height of top section*/
	background: url(../images/midsection_home.jpg) no-repeat
}

.midtext {
	padding-top: 10px;
	margin-left: 20px;
	color: white;
	font-weight: bold;
	font-size: 110%;
}

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

#contentwrapper{
	float: left;
	width: 100%;
}
#flags {
	width: 100%;
	margin-top: 2px;
	height: 30px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
	font-weight: bold;
}
#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	margin-top: 30px;
	padding: 0 30px
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
	clear: left;
	width: 100%;
	color: #5e2d0f;
	text-align: center;
	padding: 15px 0;
}

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

#logoarea {
	float: left;
	margin-top: 30px;
	margin-left: 10px
}

#iconarea {
	float: right;
	margin-right: 15px;
	width: 141px;
	height: 44px;
	background: url(../images/topicon-new2.jpg) no-repeat
}

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

#modernbricksmenu ul{
	font: bold 11px Arial;
	margin:0;
	margin-left: 25px; /*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: #627325; /*Default menu color*/
	border-bottom: 1px solid white;
}

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

#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #5e2d0f;
	border-color: #5e2d0f 
}

#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #5e2d0f 
}