
/*
#container {
	display: table;
}

#row  {
	display: table-row;
}

#left, #right, #middle {
	display: table-cell;
}*/
body {
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#eee;
	margin:15px 0px;
	padding:0px;
	text-align:center;
}

h1 {
	text-decoration: underline;
	color:#0157C9;
}
h2 {
	color:#0157C9;
}
h3 {
	color:#0157C9;
}

.lineimg {
	border:1px dashed #333;
}

#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;}










#modernbricksmenu{
margin:0px auto;
padding: 0px;
width: 722px;
background: transparent;
}

#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;
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: gray; /*Menu hover bgcolor*/
}

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









#logo {
	margin:0px auto;
	text-align:center;
	padding:0px;
	background-color:#eee;
	width:720px;
}

#maincontent {
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px solid #4AA0E0;
	width:690px;
}


#footer {
	margin:0px auto;
	font-size:10px;
	text-align:left;
	padding:15px;
	border:0px;
	width:690px;
}