/*----Global Reset----*/
* {
margin: 0;
padding: 0;
}

fieldset {
border: none;
}

/*------Page Elements (HTML Tags)------*/
body {
color: #bca79b;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.3em;
width: 800px;
background: #fff url(../images/site_design/bodyBg.jpg) repeat-y top center;
margin: 0 auto;
}

h1, h2, h3 {
color: #cec1bd;
margin: 10px;
text-transform: capitalize;
}

h2, h3 {
padding-top: 23px; 
background: url(../images/site_design/box.jpg) no-repeat top left;
}

/* ---Main Links --- */
a:link {
color: #9dc238;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #7b9337;
text-decoration: none;
}

a:hover {
color: #def4a0;
}
/* --- --- */

img {
display: inline-block;
}
/*----------*/

#pageWrapper{
background-color: #fff;
}

#contentWrapper {
margin-left: 160px;
margin-right: 40px;
border-left: 1px solid #684d3a;
}

#content {
padding: 10px;
margin-right: 160px;
}

#content p, #content h1, #content h2, #content h3 {
padding-left: 15px;
}

/*----Footer----*/
#footer {
clear: both;
padding: 10px;
font-size: 80%;
font-style: italic;
margin-top: 15px;
border-top: 1px solid #ddd;
background: #c1c6a5 url(../images/site_design/footerBg.jpg) repeat-x top left;
}

#footerCopyright {
clear: both;
text-align: center;
}

#footerLinks {
float: left;
}

#footerLogo {
float: right;
text-align: right;
}
/*---------*/

/*------ Header -------*/
#header {
background: #fff url(../images/site_design/header.jpg) no-repeat bottom left;
height: 130px;
margin: 0;
}

/*----Side Navigation----*/
#nav {
float: left;
width: 160px;
background: url(../images/site_design/navBg.jpg) no-repeat top;
}

#nav ul {
list-style: none;
text-align: right;
padding-top: 150px;
float: right;
}

#nav li {
height: 39px;
width: 160px;
border-bottom: 1px solid #684d3a;
padding-right: 7px;
}

#nav a {
font-weight: bold;
padding-top: 10px;
display: block;
color: #bca79b;
font-size: 90%;
text-transform: uppercase;
}

#nav a:visited {
color: #bca79b;
}

#nav a:hover {
color: #ccc;
}
/*------------*/

#sideCol {
float: right;
width: 160px;
padding: 19px;
color: #bca79b;
}

#sideCol h3 {
font-weight: bold;
}

img.photoLeft {
float: left;
display: inline-block;
margin-right: 10px;
margin-botton: 10px;
}

img.photoRight {
float: right;
display: inline-block;
margin-left: 10px;
margin-botton: 10px;
}

.pullQuote {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 140%;
border-top: 4px solid #666;
border-bottom: 4px solid #666;
float: right;
width: 250px;
padding: 15px;
margin: 15px;
color: #ccc;
}