html {
	background-image: url(http://booizzy.com/images/bkgd.gif);
	background-repeat: repeat-x;
	background-color: #930;
	background-attachment: fixed; 
	text-align: center;
	margin: 0;
}

body {
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	width:740px; 
	text-align: left;	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
}

a 	  { color: #600; text-decoration: none; font-weight:normal; } 
a:link    { color: #600; text-decoration: none; } 
a:visited { color: #930; text-decoration: none; } 
a:active  { color: #600; } 
a:hover   { color: #600; text-decoration: underline;  }

h1 {
	margin-top: 0;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	color: #600;
	text-decoration: none;
}

#prev, #next {
	display:block;
	padding:5px;
	border:1px solid #bbb;
	/*-moz-border-radius:5px;*/
	background:#ddd;
	text-decoration:none;
	margin:20px 10px 10px;
}

html body div #prev:hover, html body #next:hover {
	border-color:#666;
	background:#ccc;
	color:#600;
}

#prev {
	float:left;
}

#next {
	float:right;
}

#image {
	text-align:center;	
}

.imgwrapper {
	float: left;
	margin: 0 0 4px 8px;
	padding: 2px;
}

.imgwrapper span {
	display:block;
	font:9px verdana, sans-serif;
	text-align:center;	
}

.imgwrapper img {
	background-color: #fff;
	padding: 2px 2px 2px 2px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
}

.imgwrapper a:visited img {
	background-color:#fff;	
}

.imgwrapper a:hover img, .imgwrapper a:focus img {
	background-color: #ccc;
}

.imgwrapper a:hover, .imgwrapper a:focus {
	color:#ccc;
}

#single {
	padding: 2px;
	margin: 20px 0 200px 0;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
}

#desc {
	border-color:#ddd;
	border-style:solid;
	border-width:1px;
	text-align:center;
	clear:both;
	margin:5px 40px;
	padding:5px;
}

#credit {
	background:#fff;
	color:#666;
	text-align:center;
	margin:10px 0 0;
	padding:3px 0;
	clear:both;
}
#directories, #breadcrumb {
	margin:0;
}
#breadcrumb {
	background:#fff;
	color:#666;
	margin-top:10px;
}
#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:active {
	color:#666;
}
#dirdesc {
	margin: 10px 0 0 0;
}
#gallery {
	margin:10px 5px 5px;
}
#directories ul {
	list-style:none;
	padding-bottom:5px;
}
#directories li {
	margin:2px 0;
}

#directories h3 {
	font-size: 110%;
	font-weight:bold;
	margin: 15px 0 5px 0;
}

#header {
	background-color: #996;
	margin: 0;
	padding: 0;
	border-left: 1px solid #663;
	border-right: 1px solid #663;
	height: 150px;
	}

#menu {
	background: url(http://booizzy.com/images/header_bkgd.gif);
	background-color: #996;
	padding: 10px;
	border: 1px solid #663;
	text-align: center;
	}

.menu {
	background-color: #996;
	padding: 5px;
	border: 1px solid #663;
	text-align: center;
	}

#menu a {
	padding: 0 20px;
	border-width: 0;
	}

#footer{
	background: url(http://booizzy.com/images/header_bkgd.gif);
	background-color: #996;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #663;
	border-left: 1px solid #663;
	border-right: 1px solid #663;
	}

#footer a {
	padding: 0 20px;
	border-width: 0;
	}
	
#content {
	background: url(http://booizzy.com/images/shadow.gif) top left repeat-x;
	background-color: #fff;
	margin: 0;
	padding: 10px 5px;
	border-left: 1px solid #663;
	border-right: 1px solid #663;
	}