﻿body {
	margin: 0;
	padding: 0;
	background: #0D0D0D url("../images/img1.gif") repeat-y center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:  #707070;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #D7863E;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #D7863E;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #D7863E;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }
ul { line-height: 20px; }
ol { line-height: 20px; }
p { line-height: 20px; }
blockquote { line-height: 20px; }
strong { color: #8D8C8C; }
a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #BFBFBF;
}
a:hover { border: none; }

/* Posts */
.post {
	margin-bottom: 9px;
	padding: 20px 40px 20px 60px;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	background: url("../images/img1.gif") repeat-y -150px 0px;
}
.post h3 { margin-left: -40px; }
.post h2 { margin-left: -40px; }
.post p { background-position: -150px 0px;
	margin-top: -15px;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.post img {
	padding-right: 15px;
	padding-bottom: 5px;
	vertical-align: top;
	float: left;
}
.scope {
	color: #BFBFBF;
	margin-top: -15px;
}
.albumpic {
	margin-bottom: 9px;
	padding: 30px 20px 20px 60px;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	background: url("../images/img1.gif") repeat-y -150px 0px;
}
.albumpic h3 { margin-left: -40px; }
.albumpic h2 { margin-left: -40px; }
.albumpic p { margin-top: -15px; }
.albumpic img {
	/* display: block; */
	border: 2px double #808080;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 20px */
	/* margin-left: -30px; */
}

/* Top Stuff */
#topimage {
	width: 780px;
	height: 304px;
	margin: 20px auto 0 auto;
/*	background: #0D0D0D url("../images/rollout2.jpg"); */
}
#logo {
	width: 780px;
	height: 116px;
	margin: 0 auto;
	background: url("../images/logo.jpg");
}
#header h1 {
	margin: 0;
	padding: 0 0 10px 40px;
	font-size: 36px;
}
#header h2 {
	margin: 0;
	text-align:right;
	padding: 0 15px 10px 0px;
	font-size: 28px;
}
#header a {
	border: none;
	letter-spacing: -1px;
	color: #FFFF52;
}

/* Navigation */
#topnav {
	width: 780px;
	height: 25px;
	margin: 0 auto;
	background: black;
	background: #0D0D0D url("../images/img1.gif") repeat-y center top;
}

/* Content */
#content {
	width: 740px;
	margin: 0 auto;
	padding: 20px;
}
#colone {
	float: left;
	width: 210px;
}
#colone ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#coltwo {
	float: right;
	width: 490px;
}

/* Footer */
#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding-top: 20px;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}
#footer * { color: #333333; }

