body  {
	font: 85% Georgia, Times, "Times New Roman", serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #000000;
	background-color: #999999;
	background-image: url(../images/bmd_backtile.png);
}
a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus { text-decoration: underline; }
h1, h2, h3 { font-family: Helvetica, Arial, sans-serif; }


#container {
	background-image: url(../images/wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: left;
	border: solid #000000 2px;
	border-bottom-width: 20px;
	background-color: #FFFFFF;
}
#header {
	background-color: #999999;
	color: #FFFFFF;
	border-bottom: solid #838383 1px;
}
#header object {
	display: block;
	border-bottom-style: solid;
	border-bottom-color: #838383;
	border-bottom-width: 2px;
}



#header  img { display: block; }






#mainContent h1 {
	color: #FF9900;
	border-bottom: 2px solid #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 5px 0;
	font-size: 28px;
}

#mainContent h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #FF9900;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 20px;
}
#mainContent p { margin-bottom: 5px; 
}
.contact {
	font-weight: bold;
	color: #FF6600;
}

.porfolioThumb {
	padding: 5px;
	float: right;
	border: 1px solid #333333;
	margin: 20px;
	margin-top: 0;
}

.portfolioLarge {
	padding: 5px;
	border: 1px solid #333333;
	margin-left: 7px;
}




/* sidebar 1 */

#sidebar1  p {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font: bold 10px Helvetica, Arial, sans-serif;
}
#sidebar1  a {
	text-decoration: none;
	color: #333333;
}
#footer {
	color: #FFFFFF;
	border-top: solid #666666 1px;
	background-color: #FF9900;
	font: bold 12px Helvetica, Arial, sans-serif;
}


a img {
	border-style: none;
}
