﻿.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
body {
	margin: 0;
	background-color: #202020;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 10px;
	line-height: 20px;
	letter-spacing: .025em;
}
li {line-height: 20px;}
h5 {
	font-family: Georgia, Times New Roman, Times, Serif;
	color: #202020;
	margin: 10px;
}
h4 {
	font-family: Georgia, Times New Roman, Times, Serif;
	color: #202020;
	margin: 10px;
}
h3 {
	font-family: Georgia, Times New Roman, Times, Serif;
	color: #202020;
	margin: 10px;
}
h2 {
	font-family: Georgia, Times New Roman, Times, Serif;
	color: #202020;
	margin: 10px;
}
h1.homestyle {
	font-family: Georgia, Times New Roman, Times, Serif;
	color: #fff;
	margin: 10px;
	font-weight: normal;
	font-size: 20px;
}
h2.homestyle {
	font-family: Georgia, Times New Roman, Times, Serif;
	color: #fff;
	margin: 10px;
	margin-top: 20px;
	font-weight: normal;
	font-size: 18px;
}

h1 {
	font-family: Georgia, Times New Roman, Times, Serif;
	color: #202020;
	margin: 10px;
}
h1 {font-size: 18px; margin-left: 20px;}
h2 {font-size: 16px;margin-left: 20px;}
h3 {font-size: 14px;margin-left: 20px;}
h4 {font-size: 13px;margin-left: 20px;}
h5 {font-size: 12px;}
}
.center {
	text-align: center;
	margin: 0 auto;
}
#blackbar {
	width: 100%;
	margin-top:0;
	padding: 0;
	background-color: #000;
	border-bottom: 1px solid silver;
	height: auto;
	overflow: auto;
}
#headerimage {
	display: none;
}
#nav {
	display: none;
}
.homecontent {
margin: 20px;
	color: #000;
	width: 100%;
}
#hometable {
display: none;
	
}
#hometable td {
	color: #808080;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	width: 400px;
	text-align: right;

}
.subcontent {
	width:80%;
	margin: 0 auto;
	background: url('images/contentback3.jpg') #f1f2e7;
	padding: 0;
	padding-top: 10px;
	height: auto;
	overflow: auto;
}
.subcontent h1 {
rem	margin: 20px;
}
.subcontent p {
margin: 20px;
}
#copyright {
	text-align: center;
	font-size: 11px;
	color: #878787;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#center {
	text-align: center;
	font-size: 11px;
	color: #878787;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

img a {
	border: 0;
}
img {
	border: 0;
}
.photodiv {
display: none;
}
a:visited {
	color: #800000;
}
a:link {
	color: #800000;
}
a:hover {
	color: #202020;
}
a.ondark:visited {
	color: #808080;
}
a.ondark:link {
	color: #808080;
}
a.ondark:hover {
	color: #cc9;
}

#portfoliotable {
	width: 85%;
	padding: 0;
	margin: auto;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
}
#portfoliotable a:visited {
	color: #808080;
	}
#portfoliotable a:link {
	color: #808080;
	}
#portfoliotable a:hover
{
	color: #800000;
	padding-top: 2px;
}
#portfoliotable.portsmall {
	width: 25%;
	padding-bottom: 5px;
}
img.port {
	padding-bottom: 5px;
}
#portfolio-index {
	width: 80%;
	margin: 0 auto 20px auto;
	text-align: center;
}
.right {
	float: right;
}
.spacemargin {
	padding-top: 100px;
}