body{
	background-color: #333333;
	color:white;
	height:600px;
	margin:0px;
	padding: 0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: small;
	min-width: 1000px;
	border:none;
	position: absolute 100px;
}

#sidebar{
	width:200px;
	float:right;
	padding:10px;	
}

#footer{
	padding-left: 40px;
	color: #999999;
	font-size: smaller;
}

#footer a{
	color:#BBBBBB;
}

h2 a{
	color:white;
	font-size: small;
	text-decoration: none;
	padding-bottom: 0.15em;
	border-bottom: white thin solid;
	margin-bottom: 0em;
}

a{
	color:white;
}

h5{
	margin:0px;	
	padding-left: 2em;
	margin-bottom: 1.25em;
	color:#DDDDDD;
	font-size: small;
	border-bottom-width: thin;
	}
	
.line{
	border-bottom: white thin solid;
	margin-bottom:1.75em;
}

.background{
	margin-bottom: 30px;
}

#content {
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 25px
	color:white;
	max-width: 750px;

}


#sidebar h2{
	font-size: larger;
	font-style: normal;
}


#header {
	background-color: #333333;
	background-image: url(http://www.soraccophoto.com/img/header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: white;
	height:134 px;
	border:0px;
}


#header h1 {
	background-repeat: no-repeat;
	position:absolute;
	top:-3px;
	right:20px;
	border:0px;
}

#header a{
	border: 0px;
}



#headernav{

position:absolute;
left: 40px;
top: 45px;
}

#headernav a{
color:#DDDDDD;
border-bottom: none;
text-decoration: none;
padding: 10px;
}

#headernav a:hover{
background-image: url(img/navHighlight.gif);
background-repeat: repeat-x;
background-position: top;
padding:10px;
padding-top: 50px;
padding-bottom: 3px;
}

#headernav a:active{
background: gray;
}


div#headernav a.current{
background-color: #444444;
padding-top: 50px;
padding-left:10px;
padding-right:10px;
padding-bottom: 3px;
text-decoration: none;
}

div#headersubnav a.selectedsubnav{
color:#6FA5F3;
font-weight: bold;
}

#headersubnav{
position: absolute;
left: 40px;
top: 90px;
}

#headersubnav a{
color:white;
border-bottom: none;
text-decoration: none;
padding: 5px;
margin-right: 5px;
}

#headersubnav a:hover{
background-color: black;
}

#headersubnav a:active{
background-color: gray;
}



ul{
	text-decoration: none;
	list-style-type: none;
	line-height: 1.25em;
	margin-left: 1em;
	padding-left:0em;
	
}

ul a:hover{
	text-decoration: underline;
	color: gray;
}

#quotes{	
	font-size:1.5em;
	font-family: serif;
	background-color: #444444;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 75px;
	border-top-color: white;	
	border-top-width: thin;
	border-bottom: #777777 thin solid;

	}
	
.single_quote{
	
	color:#AAAAAA;
	font-size: small;
	font-family:Helvetica, Arial, sans-serif;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
	}


