/*---- Global Reset ----*/
* {
margin: 0;
padding: 0;
}

body {
color: #000000;
background: #000;
font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
line-height: 1.6em;
margin: 0;
}

p {
text-indent: 20px;
}

p:first-letter {
font-size: 145%;
color: #666666;
}

h2, h3 {
border-bottom: 2px dashed #B3B05B;
color: #5C5934;
margin-bottom: 20px;
padding: 5px 0;
}

/* ---Main Links --- */
a:link {
color: #5C5934;
text-decoration: none;
}

a:visited {
color: #5C5934;
text-decoration: none;
}

a:hover {
color: #878347;
text-decoration: underline;
}
/* --- --- */

img {
border: 2px solid #666;
display: inline-block;
}

#imgclear {
	border:0 none;
}

#bodyWrapper {
width: 1000px;
margin: 0 auto;
background: #000;

}

#pageWrapper {
background-color: #0c0c14;
width: 970px;
margin: 0 auto;
border: 2px solid #26262a;
}

#content {
margin-right: 10px;
margin-left: 195px;
background-color: #f4eb93;
padding: 10px;
width:730px;

}

#content p, #content h1, #content h2, #content h3 {
padding-left: 15px;
}

#content ul {
margin-left: 15px;
}

#contactFooter {
clear: both;
margin: 15px;
padding: 10px;
background-color: #f5f1c9;
font-style: italic;
}

#footer {
color: #fffbd3;
clear: both;
padding: 10px;
font-size: 80%;
font-style: italic;
margin-top: 15px;
border-top: 1px solid #7D7D7D;
}

#footer a:link {
color: #ECE711;
}

#footerCopyright {
clear: both;
text-align: center;
}

#footerLinks {
float: left;
}

#footerLogo {
float: right;
text-align: right;
}

#imageZoom {
display: none;
position: absolute;
width: 450px;
height: 600px;
}

#sideNav {
float: left;
width: 150px;
margin: 0 15px 15px 15px;
background-color: #f4eb93;
height: 900px;
}

#sideNav ul {
padding: 5px;
padding-left: 15px;
height: 1%;
list-style: none;
}

#sideNav li {
border-bottom: 2px dotted #B3B05B;
padding: 5px 0;
}

#sideNav a {
display: block;
}


#header {
margin: 0 auto;
padding: 5px;
background: url(../images/site_design/header-2010.jpg) no-repeat top left;
height: 179px;
}

#header h1 {
color: #FFFFFF;
}


img.photoLeft {
float: left;
display: inline-block;
}

img.photoRight {
float: right;
display: inline-block;
}


.roundtop { 
	background: url(../images/site_design/corners/tr.gif) no-repeat top right; 
	margin-top: 15px;
}

.roundbottom {
	background: url(../images/site_design/corners/br.gif) no-repeat top right; 
	margin-bottom: 15px;
}

img.corner {
   width: 25px;
   height: 25px;
   border: none;
   display: block !important;
}




