<style type="text/css">

/*Author: Rob Mattson Jr.*/
/*February, 2008*/

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

#modernbricksmenu ul{
font: 18 Cambria;
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 1px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: B30D14; /*Very Light Gray*/
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: white; /*White*/
border-bottom: 1px solid white; /*White*/
}

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


#bottomnavbar a{
font: 16 Cambria;
float: right;
display: block;
color: black; 
margin: 0 1px 0 0; 
padding: 0px 5px;
text-decoration: none;
letter-spacing: 1px;
background-color: white; 
border-bottom: 1px solid white; 
}

#bottomnavbar a:hover{
color:B30D14;
}

#bottomnavbar #current a{ 
color: black;
background-color: D0D0D0;  
border-color: D0D0D0;  
}


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

#modernbricksmenu #current a{ /*currently selected tab*/
color: black;
background-color: D0D0D0; /*Light Gray*/ 
border-color: D0D0D0; /*Light Gray*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: D0D0D0; /*Light Gray*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#bodytext{
padding: 0;

background: transparent;
font-weight: italics;
voice-family: "\"}\"";
voice-family: inherit;
font: 13 Cambria;

display: block;
color: B30D14; 
text-decoration: none;
letter-spacing: 1px;
background-color: white; 
border-bottom: 1px solid white; 
}


#footer{
padding: 0;
width: 100%;
background: transparent;
font-weight: italics;
voice-family: "\"}\"";
voice-family: inherit;
font: 12 Cambria;
float: left;
display: block;
color: black; 
margin: 0 1px 0 0; 
padding-left: 30px;
text-decoration: none;
letter-spacing: 1px;
background-color: white; 
border-bottom: 1px solid white; 
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

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


#gallery a{
font: 16 Cambria;
}


#gallery a:visited{
color: green;
}

#gallery #current a{
border-color: red;
}


#slogan {
	font-family: Cambria;
	color:#CC0000;
	font-size: 36px;
	font-style: italic;
	font-weight: lighter;
}
</style>