body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(artwork/bg.png) repeat;
}

#wrapper {
	width: 900px;	
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #1c1c1c;
	padding-left: 7px;
	padding-right: 7px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#leftcol {
	width: 195px;	
	background-color: #111;
	position: absolute;
	display: block;
	border: 2px solid #333;
	top: 170px;
	padding: 5px 5px 12px;
}

#rightcol {

	overflow: hidden;
	width: 660px;
	margin-left: 230px;
}

#rightcoltext {
	width: 320px;
	line-height: 1.3em;
	color: #fff;
	font-size: 100%;
	left: 0;

	float: left;
}

.rigthcolphoto {
	width: 300px;
	border: 2px solid #666;
	float: right;
	margin-bottom: 10px;
	margin-top: -15px;
	margin-left: 17px;
}

.h1 {
	font: 105%/1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #66c0ae;
	letter-spacing: .01em;
	top: 20px;
	clear: both;
}

.h2 {
	text-align: left;
	font: bold 150%/1.1 Times, "Times New Roman", Georgia, serif;
	color: #ffffff;
	left: 230px;
	display: block;
	position: relative;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.h3 {
	text-align: left;
	font: bold 130%/1.4 Times, "Times New Roman", Georgia, serif;
	color: #ffffff;
}

.h4 {
	font: bold 115%/1.4 Times, "Times New Roman", Georgia, serif;
	color: #ffffff;
}

.h5 {
	text-align: left;
	font: 100%/1.4 Times, "Times New Roman", Georgia, serif;
	color: #ffffff;
}

h1 {
	text-align: center;
	font: normal 150%/1.1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h2 {
	text-align: center;
	color: #ffffff;
	line-height: 125%;
	font-size: 200%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	text-align: center;
	color: #ffffff;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}

h4 {
	text-align: center;
	color: #ffffff;

	margin-top: 10px;
	font-size: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

h5 {
	text-align: center;
	font-size: 90%  Georgia, Times, Times New Roman, Times, serif;
color: #ffffff;
	line-height: 1.25;
}

h6 {
	text-align: left;
	color: #ffffff;
	font-size: 125%;
	margin-bottom: 0;
	margin-left: 235px;
	margin-top: 0;
}

p {
	text-align: left;
	color: #ffffff;
	left: 0px;
}

p.leftcolumn {
	width: 195px;
	margin-left: 7px;
	font: 75%/2em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 9px;
}

p.rightcolumn {
}

p.bottom {
	text-align: center;
	vertical-align: bottom;
	position: relative;
	clear: both;
	display: block;
	padding-top: 8px;
	width: 300px;
}

.italic {
	font-style: italic;
}

.hr-top {
	width: 660px;
	margin-top: 0;
}

.hr-bottom {
	width: 660px;
	margin-top: 20px;
	clear: both;
	margin-bottom: 7px;
}

.italicbold {
	font-weight: bold;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #06a5d0;
}
a:visited {
	text-decoration: none;
	color: #06a5d0;
}
a:hover {
	text-decoration: none;
	color: #69fcfc;
}
a:active {
	text-decoration: none;
	color: #fff;
	border-bottom-color: #f5be23;
}

/* side menu */

a.side:link {
	color: #fff;
	background-color: #111;
	width: 194px;
	height: 16px;
	display: inline-block;
	padding-bottom: 9px;
	padding-left: 11px;
	text-decoration: none;
	margin-left: -12px;
	padding-top: 1px;
}

a.side:visited {
	text-decoration: none;
	color: #fff;
	width: 194px;
	height: 16px;
	display: inline-block;
	padding-bottom: 9px;
	padding-left: 11px;
	text-decoration: none;
	margin-left: -12px;
	padding-top: 1px;	
}

a.side:hover {
	text-decoration: none;
	color: #fff;
	background-color: #333;
	width: 194px;
	height: 16px;
	display: inline-block;
	padding-bottom: 9px;
	padding-left: 11px;
	text-decoration: none;
	margin-left: -12px;
	padding-top: 1px;	
}

a.side:active {
	text-decoration: none;
	color: #fff;
	border-bottom-color: #f5be23;
	width: 194px;
	height: 16px;
	display: inline-block;
	padding-bottom: 9px;
	padding-left: 11px;
	text-decoration: none;
	margin-left: -12px;
	padding-top: 1px;	
}


/* info link */

.button {
	color: #fff;
	background-color: #51998b;
	text-align: center;
	border: 1px solid #fff;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	float: left;
	margin-right: 6px;
	clear: left;
	padding: 3px 5px;
	margin-top: 12px;
}

a.button:link {
	color: #fff;
}

a.button:visited {
	color: #fff;
}

a.button:hover {
	color: #000;
}

a.button:active {
	color: #fff;	
}


/* second info button */

.button2 {
	color: #fff;
	background-color: #51998b;
	text-align: center;
	border: 1px solid #fff;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	float: left;
	padding: 3px 5px;
	margin-top: 12px;
}

a.button2:link {
	color: #fff;
}

a.button2:visited {
	color: #fff;
}

a.button2:hover {
	color: #000;
}

a.button2:active {
	color: #fff;	
}


/* nav menu */

.menu {
	background: #999;
	display: block;
	color: #fff;
	height: 25px;
	text-decoration: none;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	margin-top: 10px;
	font: 70%/25px Verdana, Arial, Helvetica, sans-serif;
}

a.menu:link {
	background: #ffffff;
	display: block;
	color: #000000;
	height: 25px;
	text-decoration: none;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font: 70%/25px Verdana, Arial, Helvetica, sans-serif;
}

a.menu:visited {
	background: #ffffff;
	display: block;	
	color: #111;
	height: 25px;
	text-decoration: none;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font: 70%/25px Verdana, Arial, Helvetica, sans-serif;
}

a.menu:hover { 
	background: #3f3f3f;
	text-decoration: none;
	display: block;	
	color: #fff;
	height: 25px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font: 70%/25px Verdana, Arial, Helvetica, sans-serif;
}

a.menu:active {
	text-decoration: none;
	background: #e6e6e6;
	display: block;
	color: #0f0e6f;
	height: 25px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font: 70%/25px Verdana, Arial, Helvetica, sans-serif;
}

/* image */

#snipe {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: -125px;
	top: 214px;
}



.photocaptionleft {
	color: #1b7eff;
	text-align: left;
	float: left;
	margin-left: 0;
	padding-left: 0;
	font: .75em Arial, Helvetica, Geneva, sans-serif;
	margin-right: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.photocaptionright {
	color: #1b7eff;
	text-align: left;
	float: right;
	margin-right: 0;
	padding-right: 0;
	font: .75em Arial, Helvetica, Geneva, sans-serif;
	margin-left: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.photocaptioncenter {
	color: #1b7eff;
	font: .60em Arial, Helvetica, Geneva, sans-serif;
	padding-top: 3px;
	float: left;
	clear: both;
	text-align: left;
}
	