* {
	padding: 0; 
	margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #2F2C2C;
	color: #ACACAC;
}

a img {
	border: none;
}

a {
  outline: none;
}



#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 30px 15px 0 15px;
	background: #464646;
	border-left: 1px solid #1C1C1C;
	border-right: 1px solid #1C1C1C;
}


#banner {
	height: 195px;
	text-align: center;
	border-bottom: 1px solid #1C1C1C;
}

#banner h1 {
	display: none;
}

#navbar {
	height: 25px;
	padding-top: 10px;
	border-bottom: 1px solid #1C1C1C;
	padding-left: 25px;
}

#content {
	width: 800px;
	position: relative;
	min-height: 575px;
}

/*debug min-height for IE6*/
*html #content {
	height: expression('575px');
}

#textarea {
	padding: 20px 100px 40px 100px;
}

#textarea h1, #content h1 {
	font-size: 13px;
	text-align: center;
	margin-bottom: 30px;
}

#content h1 {
	padding-top: 20px;
	margin-bottom 15px;
}

h2 { 
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}

#textarea p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #8F8F8F;
}

#textarea a, #info a {
	color: #ACACAC;
	text-decoration: none;
	border-bottom: 1px dotted #ACACAC;
}

#textarea a:hover, #info a:hover {
	color: #7f7f7f;	
}

#footer {
	font-size: 10px;
	text-align: center;
	width: 300px;
	border-top: 1px solid #1C1C1C;
	margin: 0 auto 0 auto;
	padding: 5px 0 20px 0;
	color: #8F8F8F;
}


.bottompad {
	padding-bottom: 15px;
}

.trio {
	margin-left: 20px;
	margin-right: 20px;
}

.picborder {
	border: 1px solid #2f2c2c;
}

a img {
	border: none;
}

/*BEGIN contentslide styles ******/

.contentslide{
	height: 450px;
	width: 515px;
	margin: 0 auto 0 auto;
	position: relative;
}

	.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;

}

.contentslide .contentdiv{
	display: none;
	text-align: center;
}

.pagination{
	text-align: center;
	width: 100%;
	line-height: 20px;
	padding: 3px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.pagination a{
	font-size: 12px;
	padding: 0 3px 3px 3px;
	margin-right: 5px;
	text-decoration: none; 
	color: #7f7f7f;
}

.pagination a:hover, .pagination a.selected {
	color: #ACACAC;
}

p.caption {
	padding-top: 20px;
	font-size: 11px;
	font-variant:small-caps;
	color: #8f8f8f;
}

.horz {
	margin-top: 50px;
}

#info {
	font-size: 10.5px;
	text-align:center;
	padding: 30px 0 30px 0;
	color: #8f8f8f;
}

/*BEGIN ARCHIVE STYLES ********/

table#thumbs {
	text-align: center;
	float: left;
	padding-left: 20px;
}

table#thumbs td {
	padding: 3px;
	vertical-align: baseline;
	text-align: center;
}

table#thumbs a {
	font-size: 14px;
	text-decoration: none; 
	color: #ACACAC;
}

table#thumbs a:hover {
	color: #7f7f7f;
}

#mainpic {
	text-align: center;
}

#subnav {
	background: #5f5f5f;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#subnav a {
	color: #2f2c2c;
	padding-left: 20px;
	padding-right: ;
	font-size: 12px;
	text-decoration: none;
}

#subnav a:hover, #subnav a.selected {
	color: #0F0E0E
}

#content h1.ljust {
	text-align: left;
	padding-left: 50px;
}
	
table#thumbs td#counter {
	height: 35px;
}

table#thumbs img, #mainpic img {
	border: 1px solid #2f2c2c;
}