#logo{
		position: fixed;
		right: 0px;
		bottom: 0px;
		width:96px;
		height:250px;
		background: url(logo.jpg);
}



#quote{
		position: relative;
		text-align: left;
		/*top: 135px;*/
		font-weight:bold;
		font-style: italic;
		top: 125px;
		left: 10px;
		}


h1 {
		font-size: 24px;
		line-height: 44px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
		}
h2 {
		color: #ffffff;
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 5px;
		}
h3 {
		color: #ffffff;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
		}
h4 {
		font-size: 14px;
		line-height: 26px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
		}
h5 {
		font-size: 12px;
		line-height: 22px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
		}
h6 {
		font-size: 10px;
		line-height: 18px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
		}




body {
		text-align:center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: verdana, arial, helvetica, sans-serif;
		color: #C0C0C0;
		font-size: 12px;
		background-color: #524c3f; 
		}
a {
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
		color:  #ccc;
		outline: none;
		}
a:visited {
		color:  #ccc;
		}
a:active {
		color:  #ccc;
		}
a:hover {
		color: #ccc;
		text-decoration: underline;
		}
	
	#frame {
		width:827px;
		margin-right:auto;
		margin-left:auto;
		margin-top: 0px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:150px;
		height: 50px;
		padding:0px;
		margin-right: 10px;
		margin-top: 150px;
		float:left;
		}
	
	#contentcenterhead {
		width:507px;
		height: 150px;
		padding:0px;
		float:left;
		background: url(head.jpg);
		}
	#contentcentermenu {
		width:497px;
		padding: 5px;
		padding-top: 3px;
		padding-bottom: 3px;
		float:left;
		background:#000000;
		}
	#contentcenter {
		width:487px;
		padding:10px;
		padding-top:0px;
		float:left;
		background: #3e392d;
		}
	
	#contentright {
		width:150px;
		padding:0px;
		margin-top: 0px;
		margin-left: 10px;
		float:left;
		}
	
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}


/* ------ OLD STUFF ------ */
#sideboxtitle{
		width: 150px;
		background: #000000;
		margin-bottom: 5px;
		text-align: center;
		}

#sideboxele{
		background: #3e392d;
		width: 150px;
		margin-bottom: 10px;
		text-align: left;
		overflow: auto;
		}

/* Boxes for portraits */
#portbox {
	width:200px;
	float: left;
}
#portbox2 {
	width:200px;
	float: right;
}

#newsitem {
	margin-left: 20px;
}

#gbookitem
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width:400px;
	max-height: 150px;
	overflow: auto;
	border: dotted;

}

#gbookname
{
	margin: 5px;
	font-weight: bold;
}

#gbooktext
{
	margin-left: 10px;
	margin-right: 5px;
}

#gbookdet
{
	margin:5px;
	font-size: 10px;
}

img {
margin-right:5px;
margin-bottom:5px;
border:1px solid #C0C0C0;
float:left;
}

img.full {
display: block;
margin-right:auto;
margin-bottom:auto;
border:1px solid #C0C0C0;
}

p {
font-size: 12px;
line-height: 22px;
margin-top: 8px;
margin-bottom: 8px; 
}

#author{
font-style: italic;
font-size: 10px;
text-align: right;
}


#cdleft{
width: 20px;
float: left;
text-align: right;
margin-right:4px;
}


