body {
	margin: 0 0 0 0;
	font-family: arial, helvetica;
	font-size: .8em;
}

/* Default links */
a:link { color: #FD0200; text-decoration: underline;}
a:hover { color: #1D81D2; text-decoration: none;}
a:visited { color: #973738; text-decoration: underline;}
a:visited:hover { color: #1D81D2; text-decoration:none;}

#shadow {
	position: relative;
	background: url(/images/shadow_bg.jpg) center repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#background {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background: url(/images/image_bg.jpg) center top no-repeat;
}
#top_nav {
	position: absolute;
	top: 28px;
	right: 0px;
	font-size: .9em;
	font-weight: bold;
	padding: 5px 30px 5px 30px;
	opacity:.80;
	filter:alpha(opacity=80);
	background-color: #ffffff;
}
#top_nav ul {
	margin: 0;
	padding: 0;
}
#top_nav ul li {
	display: inline;
	padding: 0 11px 0 11px;
}
#top_nav ul li a {
	text-decoration: none;
	color: #222;
}
#top_nav ul li a:hover {
	text-decoration: underline;
	color: #ff0000;
}
#logo {
	position: absolute;
	top: 56px;
	left: 420px;
}
#contact {
	position: absolute;
	top: 460px;
	left: 100px;
	color: #eeeeee;
	font-size: .9em;
	line-height: 1.5em;
}
#content {
	position: relative;
	padding: 154px 105px 45px 338px;
	line-height: 1.5em;
	text-align: justify;
	min-height: 450px;
}
#bottom_bar {
	background-color: #855A38;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0 8px 340px;
	text-align: left;
	color: #cccccc;
	font-size: .8em;
}
.rotate {
	margin-top: 20px; 
	padding-right: 103px; 
	background-color: #B4BFCF;
}

.portfolio_photo {
	border: 4px solid #B4BFCF; 
}

.portfolio_header {
	font-size: 1.1em;
	font-weight: bold; 
}

.community_table {
    border-spacing: 0px;
    margin:0; 
    border-collapse:collapse; 
}

.community_table td {
    vertical-align: top;
    padding: 10px 0px 10px 0px;
}

#minHeight
{
	height: 415px;
	float: left;
	width: 1px;
}
