/* CSS Document */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl {
	margin:0;
	padding:0;
	}

body {
		font: 76%/140% "Lucida Grande", Tahoma, Helvetica, Verdana, sans-serif;
		background: #999999;
		}
		
H1  { font-size:1.5em; color:#0B6666}
H2	{ font-size:1.25em; color:#0B6666; padding-bottom:.5em}

.imgright {
		float: right;
		margin: 0 0 15px 25px;
		}

.imgleft {
		float: left;
		margin: 0 25px 0 0;
		}
		
.imgcenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
a:link, a:visited {
		color: #993300;
		text-decoration:none;
		}
		
/* Body */

#wrapper {
		position: relative;
		width: 800px;
		margin: 0 auto;
		background:#f5f0dd;
		padding-top: 10px;
		}
#wrapper a { 
		border-bottom: 1px #000 solid;
		}
#wrapper a:hover { 
		border-bottom: 1px #993300 solid;
		}
		
		
#content{ 
		padding: 15px;
		}
		
		
#content .centered_text{
	text-align:center;
		}
/* Header */

#header {
		/*background:#BDBC76;*/
		}
		
#header div {
		position: relative;
		width: 800px;
		margin: 0 auto;
		padding-top: 6px;		
	    }
		
		
/* Menu Bar */
#menu {
		height: 30px;
		/*background:#086565;*/
		}

#menu div {
		position: relative;
		width: 800px;
		margin: 0 auto;
		text-align:center;
		color:#FFFFFF;
		background:#086565;
		}

		
#menu  a { 
		color: #FFFFFF;
		font-weight: bold;
		font-size: 1.1em;
		line-height: 30px;
		border-bottom: 1px #999  solid;
		}
		
#menu a:hover { 
		border-bottom: 1px #FFF  solid;
		}


/* Footer */

#footer {
		clear: both;
		padding: 15px 0;
		}
		
#footer div {
		position: relative;
		width: 800px;
		margin: 0 auto;
		background:#f5f0dd url(../images/footer_border.gif) top left repeat-x;
		padding-top: 15px;
		text-align:center;	
		}
#footer div H1{
  font-size:1em; color:#000000;
  }

#footer div H1 a{
	border-bottom: 1px solid #000;
	color: #000;
  }

#footer div H1  a:hover {
		font-size:1em;
		border-bottom: 1px #086565 solid;
		}
#footer div p{
  font-size:.8em;
  padding-top:5px;
  }

#profile {
		float: right;
		margin-left: 15px;
		margin-bottom: 15px;
		padding:15px 10px;
		background: #BDBC76;
		width: 200px;
		text-align:left;
		}
#wrapper #content ul {
	padding-left: 30px;
	list-style: square;
}
