
html, body {
	background-color: #333;
	color: #ebecee;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #030303;
	scrollbar-arrow-color: #666666;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
a:link 		{color: #ebecee; font-weight: bold; text-decoration: underline;}
a:visited 	{color: #ebecee; font-weight: bold; text-decoration: underline;}
a:hover 		{color: #ffffff; font-weight: bold; text-decoration: underline;}
a:active 	{color: #b8d5eb; font-weight: bold; text-decoration: underline;}
img {
	border: 0px;
}
#page {
	width: 800px;
	float: center;
	text-align: center;
	margin: 0em auto;
	padding: 0em;
}
#header {
	float: left;
}
#navbar {
	width: 750px;
	height: 35px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #d7d7d7;
}

#navcontainer {
display: inline;
padding: 0 0 0 0;
/*text-align: center;*/
}
#navcontainer ul {
width: 554px;
border: 0;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: block;
float: left;
text-align: center;
padding: 0 0 0 0;
margin: 0px 0px 0px 0px;
}
#navcontainer ul li a {
background: #333;
width: 78px;
height: 26px;
/*border-top: 1px solid #666;*/
border-left: 1px solid #666;
border-bottom: 1px solid #666;
border-right: none;
padding: 0 0 0 0;
margin: 0px;
color: #999;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
#navcontainer ul li a:hover {
color: #FFF;
}
#navcontainer a:active {
background: #333;
color: #CCC;
}
#navcontainer li#active a, #navcontainer li#activemain a {
background: *#4F4F4F;
color: #ccc;
}
#subcontainer {
display: inline;
padding: 0 0 0 0;
}

#content {
	width: 800px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	color: #ebecee;
	font-size: 12px;
	line-height: 18px;
}
#content_home {
	width: 800px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #ebecee;
	font-size: 12px;
	line-height: 18px;
}
#footer {
	text-align: center;
	font-size: 10px;
	color: #797979;
}

	

h2 {
	font-family: 'MS Trebuchet', Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a2d39c;
}
blockquote {
	margin:15px 12px 15px 12px;
	padding:8px 10px 8px 10px;
	border-left:8px solid #a2d39c;
}
.portfolio_image {
	float: left;
	text-align: center;
	background: #f9f9f9;
	width: 220px;
/*	height: 170px;*/
	padding: 10px;
	margin-top: 0px;
	margin-right: 40px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.portfolio_image_paint {
	float: left;
	text-align: center;
	background: #ffffff;
	padding: 10px;
	margin-top: 10px;
	margin-right: 40px;
	margin-left: 0px;
	margin-bottom: 10px;
	vertical-align: middle;
}
#FrontPageQuote {
	border: 1px solid #808080;
	background: #666;
	padding: 10px;
	text-align: left;
}