/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
									 - GLOBAL RESET -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	border:0;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
										   - LAYOUT -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

html {
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 12px;
	background-color: #161616;
}
#wrappershow {
	width:800px;
	background-color: #000000;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 25px;
}
.showtitle {
	color: #666666;
	font-size: 20px;
	font-variant: small-caps;
}
.showsubheading {
	color: #666666;
	font-size: 14px;
}
#showtext {
	color: #FFFFFF;
}
.showphotoright {
	float: right;
	border: solid #161616 1px;
	margin-left: 15px;
	display: inline;
}
.showphotoleft {
	float: left;
	border: solid #161616 1px;
	margin-right: 15px;
	display: inline;
}
#back {
	float: left;
}
ul.backbutton {
}
ul.backbutton li {
	display: inline;
}
ul.backbutton li a {
	height: 16px;
	padding: 7px 0 9px 0;
	width: 160px;
	display: block;
	float: left;
	text-align: center;
	background-color: #161616;
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 0 0 2px;
}
ul.backbutton li a:visited {
	height: 16px;
	margin: 0 0 0 2px;
	padding: 7px 0 9px 0;
	color: #fff;
	text-decoration: none;
}
ul.backbutton li a:hover {
	height: 16px;
	margin: 0 0 0 2px;
	padding: 7px 0 9px 0;
	background-color: #333333;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
										- COMMON -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

p {
	margin-bottom: 15px;
	line-height: 24px;
}

h1, h2, h3, h4 {
	margin-bottom: 15px;
	line-height: 20px;
	color: #009900;
	font-variant: small-caps;
	font-size: 18px;
	letter-spacing: 1px;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
.highlight {
	color: #666666;
}
