body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color: #FFF;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/backgroundtile.png);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	height: 125px;
	background-color: #FFF;
}
#headercontent a img {
	border-width: 0px;
	border-style: none;
}

#headercontent {
	width: 950px;
	background-image: url(images/headerbackground.png);
	margin-right: auto;
	margin-left: auto;
	height: 125px;
}



#headerquote {
	float: right;
	margin-top: 15px;
	width: 673px;
	font-size: 14px;
	line-height: 25px;
	color: #F33;
}
#headerquote a {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/contentbackground.png);
	background-repeat: no-repeat;
}
#nav {
	padding: 10px;
	float: left;
	width: 180px;
	font-size: 0.9em;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 4px 4px 3px;
	font-size: 1em;
	font-weight: bold;
}
#nav a.shortlink {
	font-size: 1em;
}

#nav a:hover, #nav a:focus {
	background-color: #F00;
	font-size: .8;
}

#content {
	margin-left: 200px;
	padding: 10px 35px 10px 20px;
	min-height: 475px;
	font-size: .9em;
}
#content p {
	line-height: 1.6em;
}

#content h1 {
	text-align: center;
	color: #FFF;
	letter-spacing: 0.3em;
	font-size: 2em;
}
#content h2 {
	font-size: 1.5em;
	color: #FCC;
	letter-spacing: 0.1em;
	padding-left: 5px;
}
#content h3 {
	font-size: 1.2em;
}

#content a {
	color: #CCF;
	font-size: 1.1em;
	font-weight: bold;
}
#content a:link {
	color: #CCF;
}
#content a:visited {
	color: #CFF;
}

#content a:hover, #content a:focus ,#headerquote a:hover,#headerquote a:focus{
	background-color: #F00;
	color: #FFF;
}

a#navemail {
	font-weight: normal;
	font-size: 1em;
	display: inline;
	padding: 0px;
	text-decoration: underline;

}
.textsmall {
	font-size: 0.8em;
}
.photoright {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #333;
}
div.photoright {
	width: 300px;
}
.photoleft {
	float: left;
	margin-bottom: 5px;
	border: 1px solid #333;
	margin-right: 10px;
}
.photocenter {
	border: 1px solid #333;
}

.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
