body {
color: #333333;
background: #334d67;
font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;

margin: 0;
line-height: 1.3em;
}

.small {
	font-size:12px;
	}


h1 {
color: #000;
}

h2, h3 {
color: #334d67;
border-bottom: 2px solid #334d67;
}

/* ---Main Links --- */

a:link {
color: #2c569c;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #2774fe;
text-decoration: none;
}

a:hover {
color: #2c569c;
text-decoration: underline;
}
/* --- --- */

img {
border: 1px solid #2e547b;
display: inline-block;
}

#pageWrapper {
background: #617e9d url(../images/main-bkg.jpg) no-repeat;
margin: 0 auto;
display: inline-block;
width:900px;
border:1px solid #000;
}

#content {
padding: 10px;
margin-top: 300px;
margin-right: 10px;
margin-left: 240px;
background: url(../images/site_design/bkg.jpg);
}

#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;
margin-top:15px;
}

#footerCopyright {
clear: both;
text-align: center;
}

#footerLinks {
float: left;
}

#footerLogo {
float: right;
text-align: right;
}

#leftCol {
padding: 10px 10px 10px 10px;
width: 200px;
float: left;
margin: 300px 10px 10px 5px;
background: url(../images/site_design/bkg.jpg);

}

#leftCol h2 {
font-size:19px;
height: 30px;
padding-top: 10px;
text-align: center;
background: url(../images/site_design/headings.jpg) no-repeat top left;
color: #FFF;
margin: 0;
border: none;
}

#leftCol p {
text-indent: 0;
padding: 0 5px;
}



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;

}