body {
color: #000000;
background: #f4f1c9 url(../images/background_grad8.jpg) repeat-x;
font-family: Arial, "Trebuchet MS", Verdana, Helvetica;
border: 1px solid black;
width: 1000px;
margin: 0 auto;
}

p {
text-indent: 20px;
}

h2, h3 {
border-bottom: 2px dotted #B3B05B;
color: #B3B05B;
}

/* ---Main Links --- */
a:link {
color: #B9AF6F;
text-decoration: none;
}

a:visited {
color: #B9AF6F;
text-decoration: none;
}

a:hover {
color: #878347;
text-decoration: underline;
}
/* --- --- */

img {
border: none;
display: inline-block;
}

#pageWrapper {
display: inline-block;
background: #f4f1c9 url(../images/site_design/background_grad8.jpg) repeat-x;
}

#content {
margin: 15px;
margin-left: 190px;
height: 700px;
background-color: #FFFFFF;
padding: 10px;
}

#content p, #content h1, #content h2, #content h3 {
padding-left: 15px;
}

#footer {
clear: both;
padding: 10px;
font-size: 80%;
font-style: italic;
border-top: 1px solid #7D7D7D;
background: #e6e096 url(../images/site_design/background_grad1.jpg) repeat-x;
}

#footerCopyright {
clear: both;
text-align: center;
}

#footerLinks {
float: left;
}

#footerLogo {
float: right;
text-align: right;
}

#leftNav {
float: left;
width: 150px;
height: 700px;
margin: 15px;
background-color: #FFFFFF;
}

#leftNav ul {
margin: 10px;
padding: 5px;
padding-left: 15px;
height: 1%;
list-style: none;
}

#leftNav li {
border-bottom: 2px dotted #B3B05B;
padding: 5px 0;
}

#leftNav a:link {
display: block;
}

/*IE Fix*/
html #leftNav a:link {
height: 1%;
}

#header {
padding: 5px;
background: url(../images/site_design/header.jpg) no-repeat top left;
}

#header h1 {
color: #FFFFFF;
}

.dropCap {
font-size: 145%;
color: #666666;
}

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;
}





