body {
	margin: 0 0 0 78px;
	background: white url(images/vertbar.jpg) repeat-y;
	font-family: verdana, arial, sans-serif;
	color: #333;
	font-size: 11px;
}
#mainPanelHome {
	margin-top: -9px;
	width: 692px;
	height: 649px;
	position:relative;
	background: url(images/homecontent_bkgrd2.jpg);
}
#mainPanel {
	margin-top: -7px;
	width: 692px;
	height: 424px;
	position:relative;
	background: url(images/content_bkgrd.jpg);
}
#contentArea {
	width: 430px;
	height: 240px;
	padding: 20px;
	padding-top: 35px;
}

#bulletArea {
	width: 430px;
	height: 500px;
	padding: 20px;
	padding-top: 35px;
}
#bulletHome {
	width: 400px;
	height: 500px;
	padding: 20px;
	padding-top: 35px;
}
#navService {
	position:absolute;
	left: 576px;
	top: 204px;
	margin-top: 20px;
	background: url(images/nav_bkgrd.gif) repeat-x;
}
.navButton {
	margin: 1px 3px;
}
.navPortfolioButton {
	margin: 1px 5px;
}
#navPortfolio {
	position:absolute;
	left: 576px;
	top: 206px;
	height: 321px;
	margin-top: 20px;
	background: url(images/bkgrd_portfolio.jpg) no-repeat;
}
div.portButton {
	position:absolute;
	top:270px;
}
h1 {
	margin: 8px 0;
	margin-left: 30px;
	font-size: 15px;
	color: #9a3831;
}
h1.portfolio {
	margin: 18px 0 0 0;
	font-size: 12px;
	color: #4e6669;
}
p {
	margin: 12px 0;
	line-height: 140%;
}
div.divider {
	background: url(images/divider.gif) repeat-x; 
	height:3px;
}
a {
	text-decoration:underline;
	color: #9A3831;
}
a:hover {
	text-decoration:underline;
	color: #9A3831;
}
img { border: none; }

img.portfolio {
	margin-left:10px;
}
input, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
.alert {
	color:#86322d;
	font-weight:bold;
}