* { font-size: 100.01% }
html {
	height: 100%;
	font-size: 60%;
}
body {
	color: #fff;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	height: 100%;
	background-color: #000;
}
.noscript {
	font-size: 11px;
	margin: 10px 0 5px;
	text-align: center;
	display: none;
}
* html .noscript { display: block; }
.floatleft { float: left; }
.floatright { float: right; }
.hidden { display: none !important; }
.nobackground { background: none !important; }
.norightpadding { padding-right: 0 !important; }
.clearboth {
	clear: both;
	position: static;
}
a {
	color: #ccc;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
p {
	margin: 0 0 1.2em;
	line-height: 1.3em;
	padding: 0;
}
img { border: none; }
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, select, label, textarea { vertical-align: middle; }
input.text {
	padding: 1px 3px;
}
input.text, select, textarea {
	font: 11px Arial, Helvetica, sans-serif;
}
input.radio {
	padding: 0;
	margin: 0;
}
.container {
	margin: 21px auto 10px auto;
	width: 750px;
	border-top: 1px solid #808080;
}
h1 {
	width: 368px;
	height: 28px;
	font-size: 2em;
	display: block;
	margin: 27px 0 0 47px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
h1 .grey {
	color: #959394;
}
.headerimagecontainer {
	width: 100%;
	height: 101px;
	background-color: #000;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.headerimage {
	height: 100px;
	margin-top: 1px;
}
.headermenu {
	width: 750px;
	margin-top: 7px;
	margin-bottom: 4px;
	text-align: right;
}
.headermenu ul {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
}
.headermenu ul li {
	display: inline;
	margin: 0px;
	padding: 0 14px 0 16px;
	background-image: url(images/menu_separator.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
.headermenu ul li a {
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}
.headermenu ul li a:hover {
	color: #fff;
}
.contentcontainer {
	border-bottom: 1px solid #808080;
	backgorund-color: red;
}
.photoandcontent {
	width: 704px;
}
.photo {
	margin-top: 52px;
}
.content {
	width: 425px;
	padding: 75px 30px 75px 45px;
}
.gallery {
	width: 100%;
	padding: 20px 0px 20px 0px;
}
#flashcontent {
	width:750px;
	margin-left: auto;
	margin-right: auto;
}
.content p {
	font-weight: bold;
	color: #dddddd;
	line-height: 1.5em;
}
.copyright {
	width: 750px;
	color: #808080;
	text-align: right;
	padding-top: 5px;
	font-weight: bold;
}