@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:20px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-style: inherit;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:FFFFFF;
}
.oneColFixCtrHdr #header {
	height:150px;
	padding-bottom:10px;
	text-align:center; 
	
}
.oneColFixCtrHdr #modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid  #FFFFFF; 
background: transparent;
voice-family: inherit;
}

.oneColFixCtrHdr #modernbricksmenu2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.oneColFixCtrHdr #modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.oneColFixCtrHdr #modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: #000000;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #FFFFFF;  
}

.oneColFixCtrHdr #modernbricksmenu2 a:hover{
background-color: #CCCCCC;  
color:#999999;
}

.oneColFixCtrHdr #modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #FFFFFF;
color: #000000;
border-color: #FFFFFF;  
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
	
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
.oneColFixCtrHdr #footer_p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size:x-small;
}
h1 {font-size:80%; color:#000000; font-weight:bold;}
h2 {font-size:130%; color:#000000; font-weight:bold;}
h3 {font-size:130%; color:#000000; font-weight:bold;
}
