/* CSS Document */
body 
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, "Times New Roman", Times, serif;
	background-color:#000000;
	color:#FFFFFF;
}

h1
{
height: 26px;
font-size: 26px;
letter-spacing: -1px;
color:#358CE8;
padding-bottom: -10px;
}

h2
{
	margin-top: -20px;
	heigh:20px;
	padding-top: 0px;
	font-size: 16px;
	letter-spacing: 9px;
	color:#EFECCA;
	padding-bottom: -15px;
	}

	
hr
{
	
	height: 3px;
	background-color:#358CE8;
}

a
{
	
	color: #ACE8CD;
	font-style: normal;
}

a:hover
{
	font: underline;
	}
	
a:visited
{
	color: #F9E2ff;
	}

#promo
{
	margin-top: 20px;
	font-size: 12px;
	float: right;
	color:#EFECCA;
}

#content_contact
{
	height: 600px;
	background-image: url(../../Images/contactbg.jpg);
	background-repeat: no-repeat;
	
}

#content_tools
{
	height: 600px;
	background-image: url(../../Images/toolsbg.jpg);
	background-repeat: no-repeat;
	
}


#content_info
{
	height: 600px;
	background-image: url(../../Images/infobg.jpg);
	background-repeat: no-repeat;
	
}

#content_folio
{
	height: 600px;
	background-image: url(../../Images/portfoliobg.jpg);
	background-repeat: no-repeat;
	
}

.flickr
{
	font-size: 26px;
	font: bold;
	color:#358CE8;
	

}



.content 
{
	height: 600px;
	background-image:url(Images/Spacer.gif);
	background-repeat: repeat-x;
}

.content h3
{
	letter-spacing: 7px;
	font: bold;
	color:#BDC0DB;
	}

.footer
{
	margin-top: 5px;
	font-size: 10px;
	font: bold;
	color:#FFFFFF;
	letter-spacing: 4px;
	
	}


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

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*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 black;
}

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

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

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #358CE8; /*Brown color theme*/ 
}

/*
#myform{ 
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}
*/
