@charset "UTF-8";
/* CSS Document */

body{
margin:0;
padding:0;
background:#000;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
}
#header{
width:760px;
margin:0 auto;
text-align:center;
}
#content{
width:760px;
margin:0 auto;
}
#leftCol{
float:left;
text-align:justify;
color:#bcb7b4;
padding:0 10px;
width:350px;
background:url(images/vertDiv.gif) left no-repeat top;
font-family: Georgia, "Times New Roman", Times, serif;
line-height:17px;
letter-spacing:.7px;
}
#rightCol{
float:left;
padding:0 2px;
height:470px;
width:378px;
background:url(images/vertDiv.gif) left repeat-x;
}
#footer{
clear:both;
height:300px;
background:url(images/footerbg.jpg) no-repeat top center;
}
#footerContent{
margin: 0 auto;
width:760px;
text-align:center;
}
#footerContent img{
padding:5px 10px;
}
a{
color:#E3BE6A;
}