body {
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#7E7E7E;
	margin:0px 0px;
	padding:0px;
	text-align:center;
}

h1 {
	text-decoration: underline;
color:#E3D000;
}
h2 {
color:#E3D000;
}
h3 {
color:#E3D000;

}


#menu {
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	width:690px;
}

#menu td {
	text-align:center;
}

#menu td a:link {
	font-size:16px;
	color: #000000; text-decoration: none;
}

#menu td a:active {color: #000000; text-decoration: none; } 
#menu td a:visited {color: #000000; text-decoration: none;}
#menu td a:hover {color: blue; text-decoration: underline;}

#logo {
	margin:0px auto;
	text-align:center;
	padding:0px;
	background-color:#505050;
	width:1025px;
}

#maincontent {
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:0px solid #4AA0E0;
	width:1025px;
	color:#eee;
}

#maincontenttext {
text-align:left;
width:1000px;
margin: 0px 12px;
}




#footer {
	margin:0px auto;
	font-size:12px;
	text-align:center;
	padding:15px;
	border:0px;
	width:1025px;
	background-color:#505050;
	color:#D7D7D7;
}






/* MENU */


#modernbricksmenu{
margin:0px auto;
padding: 0px;
width: 420px;
background: transparent;
}

#modernbricksmenu ul{
font: bold 14px 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;
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: #505050; /*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: #CABD9F; /*Brown color theme*/ 
border-color: #CABD9F; /*Brown color theme*/ 
}