body {
	margin: 0 auto;
	padding: 0;
	font: 10pt Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #f4f4f4 url(bg.png) top center repeat-y;
	color: #c6c6c6;
}

#myGallery
{
	width: 760px !important;
	height: 230px !important;
}

#wrap {
	background: #ffffff;
	color: #595959;
	margin: 0 auto;
	width: 760px;
	height: auto;
}

#header {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	height: 45px;
}

#header h1 {
	width: 250px;
	margin: 0 0 10px 0;
	float: left;
}

#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: inherit;
}

#frontphoto {
	margin: 0 0 10px 0;
	border: 0;
}

#avmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: .85em;
}

#avmenu ul {
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
}

#avmenu li {
	margin-bottom: 1px;
	background: url(navback.png) -5px;
}

#avmenu li.here {
	background: url(navback.png) -368px;
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #e6c797;
	display: block;
	padding: 6px 0 0 22px;
	border-left: 4px solid #000;
}

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 22px;
	border-left: 4px solid #f2f2f2;
	border-color: #f2f2f2;
}

#avmenu li a:hover {
	background: url(navback.png) -188px;
	color: #fff;
	border-left: 4px solid #000;
	padding: 6px 0 0 24px;
	text-decoration: none;
	border-bottom-style: none;
}

#avmenu li.here a:hover {
	background: url(navback.png) -364px;
	color: #f2f2f2;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
	line-height: 1.4em;
}

.announce p {
	margin: 0 0 0 0;
}

.announce h3 {
	color: #505050;
	background-color: #eaeaea;
	line-height: 1.4em;
	margin-bottom: .8em;
}

#extras {
	float: right;
	width: 116px;
	margin: 0 0 10px 0;
	padding: 8px 8px 0 8px;
	font-size: 0.85em;
	line-height: 1.4em;
	background-color: #f2f2f2;
}

#extras h3 {
	background-color: #eaeaea;
}

#extras p {
	margin: 0 0 8px 0;
	clear: left;
}

#content {
	margin: 0 135px 20px 160px;
	border-left: 1px solid #f0f0f0;
	padding: 0 20px 0 10px;
	line-height: 1.6em;
	text-align: left;
}

#content p {
	margin: 0em;
	padding: 0em;
}

#content h2 {
	margin: 0 0 0.5em 0;
	font: bold 1.5em Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}

#content img {
	display: inline;
	border: 4px solid #f0f0f0;
	margin: 0px 12px 5px 0px;
	padding: 0;
	float: left;
}

#content ul {
	overflow: auto;
	margin-top: 0;
	margin-bottom: 12px;
	list-style-type: disc;
	list-style-image: url(manbullet2.png);
	list-style-position: outside;
	font-size: 90%;
}

#content ul li {
	margin-bottom: 4px;
}

#content .clean {
	margin: 0 0 10px 0;
	overflow: auto;
	display: block;
	float: left;
	clear: none;
	height: 100%;
}

#content .clean2 {
	margin: 0 0 25px 0;
}

h3 {
	font-size: 1.1em;
	margin: 0 0 5px 0;
	color: #262626;
}

h4 {
	font-size: 1em;
	color: #262626;
}

a {
	text-decoration: none;
	color: #286ea0;
}

a:hover {
	color: #286ea0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a img {
	border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 1.5em 0 2.5em 0;
	border-top: 3px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #a6a6a6;
	font-size: 0.85em;
	line-height: 1.8em;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content img.mini {
	margin: 0 5px 10px 0;
	float: left;
	display: block;
}

.left {
	margin: 10px 0 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}