html
{
	margin: 0;
	padding: 0;
	background-color:#000000;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'helvetica neue', verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	background-color:#000000;
	color: #333333;
}

a {
	color: #917262;
	text-decoration: none;
}

a:link {
}
a:visited {
}
a:hover {
	color: #cc6600;
	text-decoration: underline;
}
a:active {
}

blockquote {
	color: #cc6600;
	margin-left: 200px;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.frontpage {
	font-size: 14px;
}

#container {
	background-attachment: fixed;
	background-image: url('../graphics/background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	
	position: relative;
	margin: 0 auto; /* center on everything else */
	text-align: left;
	
	width: 1024px;
	height:768px
}

#container-inner {	
	position: absolute;
	width: 1024px;
	height:768px;
}

#pics #container {
	background-attachment: fixed;
	background-image: url('../graphics/background_blurred.jpg');
	background-repeat: no-repeat;
	background-position: center top
} 



#header{
}

#nav {
	margin-left: 38px;
	font-size: 14px;
	margin-top: 15px;
}

.here {
	background-image: url('../graphics/blackdot.png');
	color: #8D8D8D;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom
}

#nav a {
	color: #FDFDFD;
	text-decoration: none;
	padding-bottom: 18px;
}
#nav a:link {
}
#nav a:visited {
}
#nav a:hover {
	color: #cc6600;
	text-decoration: underline;
}
#nav a:active {
}

#nav a.here, #home #nav a.home, #biog #nav a.biog, #news #nav a.news, #dates #nav a.dates, #music #nav a.music, #pics #nav a.pics, #contact #nav a.contact, #myspace #nav a.myspace {
	color: #8D8D8D;
	text-decoration: none;
	background-image: url('../graphics/blackdot.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position:  
               center bottom;
}

#bodytext {
	color: #333333;
	background-image: url('../graphics/background_faded.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:  
               center top;
	width: 471px;
	height:590px;
	text-align: left;
	margin-left: 38px;
	overflow: auto;
	margin-top: 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px
}

#pics #bodytext {
	background-image: url('../graphics/background_blurred_faded.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top
}

a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;	
	clear: both;
	float: none;
}

ul {
	color: #666666;
	padding: 0px;
	list-style-image: url('../graphics/reddot.png');margin-left:18px; margin-right:18px; margin-top:18px; margin-bottom:0px
}
li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.line	{
	float: right;
}

.clr {
	clear: both;
	float: none;
}

#photodisplay {
	top: 150px;
	right: 30px;
	float: right;
	position: relative;
	width:411px;
}


#datestable {

}

#datestable .month {
	border-top: 1px solid #666666;
}



#datestable th {
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;
	color: #333333;
}

#toprow th {
	font-size: 12px;

}


#datestable td {
	text-align: left;
	font-size: 11px;
	color: #333333;
}

.album td {
	text-align: left;
	vertical-align: top;
}

.album ul {
	color: #333333;
	list-style-type: square;
}
.album li {
	padding:0px;
	
	list-style-type: square;
}

.thumbnails img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#photodisplay {
	text-align: center;
	
}

#photodisplay img {
border: 3px solid #FFFFFF;
}