body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFF;
	color: #333333;
	margin: 0px;
}
h1 {
	font-size: 1.7em;
	color: #F00;
	letter-spacing: 0.2em;
	text-transform: none;
}
h2 {
	font-size: 1.2em;
	color: #333;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1.1em;
	color: #666666;
	line-height: 1.1em;
	letter-spacing: 0.1em;
}
#banner {
	height: 75px;
}
#bannerpagetitle {
	text-align: center;
	float: right;
	margin-right: 25px;
}

#nav {
	margin-top: 10px;
}
#nav a {
	display: block;
	text-decoration: none;
	float: left;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#nav a:hover ,#nav a:focus,#content a:hover, #content a:focus{
	text-decoration: none;
	color: #00F;
}
#content a:hover, #content a:focus {
	text-decoration: none;
	color: #00F;
}
.imagecaptionbox a.thickbox {
	text-decoration: none;
}

.descboxright {
	float: right;
	width: 300px;
	margin-left: 15px;
	border-left: 1px solid #CCC;
	color: #999;
	letter-spacing: 0.1em;
	font: .7em "Courier New", Courier, monospace;
}
.descboxright h1 {
	color: #CCC;
}

.descboxright p {
	margin-top: 25px;
	margin-bottom: 50px;
}





#content {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-left: 50px;
	clear: both;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 25px;
}
#content p {
	line-height: 1.5em;
}
a:link {
	color: #F00;
}
a:visited {
	color: #933;
}


a img {
	border-width: 0px;
	border-style: none;
}
.imagecaptionbox {
	text-align: center;
	color: #666;
	letter-spacing: .1em;
	font: .8em "Courier New", Courier, monospace;
	margin: 10px;
}
#bizcardimage {
	width: 300px;
	height: 172px;
	position: absolute;
	top: auto;
	right: auto;
	border-right: 1px solid #FFF;
	padding-top: 50px;
	border-bottom: 1px solid #FFF;
}
#bizcardimage img {
	border-top: 1px solid #FFF;
}
.thickbox img {
	margin: 5px;
}
.clearleft {
	clear: left;
}
.clearall {
	clear: both;
}
.textsmall {
	font-size: 0.7em;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
.textmed {
	font-size: 0.85em;
}

#footer {
	text-align: center;
	clear: both;
	font-size: 0.7em;
	letter-spacing: 0.2em;
	color: #999;
}
#footer a {
	text-decoration: none;
}
.floatrt {
	float: right;
	margin-left: 10px;
	margin-right: 25px;
}

.hrborder {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #CCC;
}
