/*style created by Philip Taylor 2005-2006*/

/*general element attributes*/
/*reset elements for good cross-browser rendering, taken from undothtml.css -- http://tantek.com/log/2004/undohtml.css */

:link,:visited {
	text-decoration:none;
	}

ul,ol {
	list-style:none;
	}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em;
	}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
	margin:0; 
	padding:0;
	}

img, a img,:link img,:visited img {
	border:none; 
	text-decoration:none; 
	}

address { font-style:normal }

/*everything cleared, start on my attributes*/

html {
	background-color: #333333;
	color: #ffffff;
	border:none;
	outline:none;
	}

.spacer {
	clear: both;
	}
	
.centered_image
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

	
p {
	color:#000;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left; 5px;
	margin-right; 5px;
	font-size:12px;
	line-height: 1.6em;
	font-family: sans-serif, Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	}
b {
	color: #000;
	font-size: 14px;
	font-family: sans-serif, Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	}
h1 {
	font-family: sans-serif, Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 24px;
	}
a:link, a:visited {
	color: #0066CC;
	font-size:12px;
	font-family: sans-serif, Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	}
a:visited {
	color: #CC0000;
	}
a:hover, active {
	text-decoration: underline;
	color: #2789a4;
	}
dd, dt {
	font-family: Vera Sans, Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	}
body {
	font-size:12px;
	font-family: sans-serif, Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	}
pre {
	color:#000000;
	border: 1px solid #000000;
	margin:10px;
	padding: 5px;
	}

/*specific layout elements*/
/*container holds on content besides footer*/	
/*#left-column {
	float:left;
	clear:both;
	color: #333333;
	}

#left-column a{
	background:#284651;
	color: #284651;
	font-size:12px;
	font-family: sans-serif, Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	}

#right-column {
	width:10%;
	float:left;
	clear:right;
	}*/
#container {
	background:#ffffff;
	margin-left: auto;
 	margin-right: auto;
 	overflow: hidden;
	width:850px;
	border-left: 3px solid #6A6A6A;
	border-right: 3px solid #6A6A6A;
	border-bottom: 3px solid #6A6A6A;
	
	}/*

/*header now*/
#header {
	margin-left: auto;
 	margin-right: auto;
	}

/*bar on left side*/
#nav { 
	background-color:#FFF;
	width: 230px;
	margin-left:15px;
	float: left;
	}	
	
#box {
	background:#FFF url(block-title-bg.png) repeat-x top;
	border-top: 1 px solid #6A6A6A;
	border-left: 1px solid #6A6A6A;
	border-bottom: 1px solid #6A6A6A;
	border-right:1px solid #6A6A6A;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right:10px;
	font-family: trebuchet;
	}
	
#box ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#box h1 {
	font-size: 16px;
	color: #FFF;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	}
	
#box a:link, #box a:visited {
	font-size:14px;
	display: block;
	text-align:center;  
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	padding-top:5px;
	padding-bottom:5px;
}

#box a:hover, #box a:active {
	color: #990000; 
	background-color: #FFF;
	text-decoration: underline;
}

#box li {
	position: relative;
	}

/*story divisions here */	
#content {
	background:#FFF;
	margin-bottom: 15px;
	margin-left: 250px;
	padding:20px;
	}


/*tailer here!!!*/
	
#footer {
	background-color: #333;
	color: #000;
	font-size: 11px;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	}




