body {
	background-color:#000000;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:0px;
	background-image:url(../img/design/massive_background.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
.headline {
	color:#62623A;
	font-size:18px;
	font-weight: bold;
}
.lead_in {
	color:#666666;
	font-size:14px;
	line-height: 20px;
}
a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:none;
}
.footer_link a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.footer_link a:hover {
	color:#999999;
	text-decoration:underline;
}
.footer_link a:active {
	color:#999999;	
	text-decoration:underline;
}
.footer_link a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#container {
	width:800px;
	margin:0 auto;
}
#header {
	width:800px;
}
#content {
	width:770px;
	background-color: #FFFFFF;
	background-image: url(../img/design/content_bg_tile.jpg);
	background-repeat: repeat-x;
	padding-top:35px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}
#body_text {
	width:500px;
	float:right;
}
#left_column {
	width:242px;
	float:left;
}
.column_box {
	width:226px;
	padding:8px;
	margin-bottom: 20px;
}
#nav {
	background-image: url(../img/design/box_nav_bg.jpg);
	height:115px;
	background-repeat: no-repeat;
	font-size: 14px;
}
#about {
	background-image: url(../img/design/box_about_bg.jpg);
	height:192px;
	background-repeat: no-repeat;
}
.box_headline {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.nav_spacer {
	line-height:23px;
	margin-top:18px;
	width: 150px;
}
.about_spacer {
	margin-top:18px;
	width:169px;
}
#footer {
	width:800px;
	font-size: 9px;
	padding-top:10px;
	color: #FFFFFF;
}
.border{

padding-top:10px;
padding-bottom:10px;
border-top:#333333 2px dotted;
border-bottom:#333333 2px dotted;
font-size:14px;
font-weight:bold;
}
.galleryLeft IMG
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    MARGIN: 5px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px;
    vspace: 5;
    hspace: 5
}