/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding:0;
border: 0; }
a:link {color: #993300; text-decoration: underline;}     /* unvisited link */
a:visited {color: #993300; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #821115; text-decoration: none;}   /* selected link */
body {
background-color:#2d3b28;
margin:0 auto;
}
#header {background-image:url(images/header.jpg); background-repeat:no-repeat; background-position:center; width:900px; height:180px;}
#content {width:900px; background:#d5cdb4; margin:0 auto; color:#38020c; border:2px solid #d5cdb4; font-family:"Verdana", Arial, Helvetica, sans-serif; font-size:1em;}
#leftcolumn {width:200px; float:left; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif}
#main {float:right; width:675px; display:inline-block; }

.floatimage {float:right; display:inline-block; padding:2px;}
#footer {clear:both;text-align: center;
	border-top: 1px dotted #CCCCCC; width:900px;}
#footerCopyright {
clear: both;
text-align: center;
padding-left:50px;
padding-right:50px;
font-size:10px;
}

#footerLinks {
float: left;
font-size: 10px;
}

#footerLogo {
float: right;
text-align: right;
font-size: 10px;
padding-right:50px;
}
