body {
	background: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Verdana, Arial, serif;
	font-size: 10px;
	color: #2d2d2d;
	}
	
p {
	line-height: 16px;
	text-align: justify;
	}
	
hr {
	border-top: 1px dotted #c78539;
	border-bottom: 1px dotted #f2e3d1;
	margin-bottom: 18px;
	}

a { text-decoration: none; }
p a, blockquote a { color: maroon; text-decoration: underline; }
	
img{
	behavior: url("pngbehavior.htc");
}

blockquote {
	margin: 15px 30px 15px 30px;
	line-height: 16px;
	font-style: italic;
	}
	
/* For internet explorer */
h1 {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bullet.png',sizingMethod='scale'); */
	padding-left: 5px;
	font-family: Times;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 7px 0 8px 0;
	text-indent: 20px;
	
	}
	
/* For real browsers */
html>body h1 {
	background: url(images/bullet.png) no-repeat 0px 1px;
	padding-left: 5px;
	font-family: Times;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 7px 0 8px 0;
	text-indent: 20px;
	}
		
h2 {
	font-family: Times;
	font-size: 12px;
	text-transform: uppercase;
	margin: 7px 0 3px 0;
	}
	
.header {
	font-size: 10px;
	margin-top: 3px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #5d554b;
	}
		
.subheader {
	font-size: 10px;
	margin-top: -5px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #5d554b;
	}
	
.author {
	
	}
	
.datestamp {
	font-weight: normal;
	position: absolute;
	right: 15px;
	}
	
h2.center {
	text-align: center;
	}
	
.pagination {
	margin: -7px 0 0 14px;
	}
	
.pagination a {
	color: maroon;
	}
	
.pagination a:hover {
	text-decoration: underline;
	}
	
ul {
	font-style: Arial, Verdana, serif;
	font-weight: bold;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	}
	
ul.links li:hover {
	background-color: #4a0000;
	color: #dab07f;
	width: 235px;
	margin-left: -15px;
	padding-left: 15px;
	}
	
ul.widelinks li:hover {
	background-color: #4a0000;
	color: #dab07f;
	width: 335px;
	margin-left: -15px;
	padding-left: 15px;
	}
	
li {
	list-style-type: none;
	padding: 8px 0 8px 0;
	border-bottom: 1px dotted #5d554b;
	margin-left: 0px;
	}
	
li:hover a { color: #dab07f; }
li a { color: #2d2d2d; }
	
#right {
	width: 250px;
	margin: auto auto auto 590px;
	position: absolute;
	top: 18px;
	}

#both {
	width: 600px;
	margin: auto auto auto 220px;
	position: absolute;
	top: 18px;
}

#middle {
	width: 350px;
	margin: auto auto auto 220px;
	position: absolute;
	top: 18px;
	}
	
#center {
	width: 900px;
	margin: 0px auto;
	}

/* For Internet Explorer */
#artwork {
	background-image: url(images/artwork.png);
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/artwork.png',sizingMethod='scale'); */
	height: 526px;
	width: 199px;
	}

/* For real browsers */	
html>body #artwork {
	background: url(images/artwork.png);
	height: 526px;
	width: 199px;
	}
	
#nav {
	font-family: Verdana, Arial, serif;
	font-size: 11px;
	line-height: 30px;
	text-align: center;
	padding-top: 95px;
	}
	
#nav a { color: #dab07f; }

#nav a:hover { text-decoration: underline; }

/* For Internet Explorer */
.container {
	background-image: url(images/frame.png);
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/frame.png',sizingMethod='scale'); */
	width: 100%;
	margin-bottom: 19px;
	}
	
/* For real browsers */

html>body .container {
	background: url(images/frame.png);
	margin-bottom: 19px;
	}
	
.content {
	margin: 0 15px 0 15px;
	}
	
.container_top {
	background: url(images/frame_topright.gif) no-repeat top right;
	}
	
.container_bottom {
	background: url(images/frame_bottomright.gif) no-repeat top right;
	}
	
img.corner {
	width: 9px;
	height: 9px;
	border: none;
	display: block !important;
	}
	
/* Forms */

label { font-weight: bold; display: block; margin-bottom: 3px }
form { margin: 5px 0 2px 0; }
input, textarea { width: 100%; font-size: 10px; margin-bottom: 8px; padding: 5px; }