    * {margin:0 auto; padding:0;}

body {
	background-color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div, td, table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

#body {
    width: 900px;
}

#top {
    margin: 0 auto;
    font-size: 10px;
}

#header {
    margin: 0 auto;
    font-size: 10px;
}

#footer {
    margin: 0 auto;
    font-size: 10px;
}

#display {
	width: 170px;
	height: 380px;
	border: solid 1px #333;
	padding: 5px 5px 5px 5px;
	overflow: auto;
}

#album_display {
	width: 170px;
	height: 400px;
	border: solid 1px #333;
	padding: 5px 5px 5px 5px;
	overflow: auto;
}

#img {
	padding: 5px 5px 5px 5px;
}

	#item_name {
	color: #333;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	padding: 5px 5px 2px 5px;
	}
	
	#info {
	color: #333;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	}
	
	.red {
	color: #660000;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	padding: 2px 2px 2px 2px;
	}
	
	#posted {
	color: #940000;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 3px 5px 10px 5px;
	border-bottom: dotted 1px #333;
	}

.copyright {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #940000;
	text-decoration: none;
}

/*********************************************
		Link Styles
*********************************************/
a {
	color: #940000;
	text-decoration: none;
}
a:hover { color: #940000; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #fff;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 0px 0px 0px 15px;
	padding: 0px 45px 0px 50px;
	background: url(images/quote.gif) no-repeat;
	font-style: italic;
	color: #999;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}

/*********************************************
		Header Styles
*********************************************/
h1,h2,h3,h4 {
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	color: #ffffff;
}
h5,h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #ffffff;
}
h1 { /* This style used as title on single posts and pages */
	font-size: 25px;
	margin: 0px; padding: 0px;
}
h2 { /* This style used as header in the sidebars */
	font-size: 22px
}
h3 { /* This style used as the post titles on homepage/archive */
	font-size: 20px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: none;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 18px;
	margin: 0px; padding: 0px;
}
h5 {
	font-size: 16px;
}
h6{
	font-size: 14px;
}