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


/*CONTENT*/

body {
text-align: center; 
background:#000000;
width: auto; 

}

#pagewidth { 
width: 970px; 
background:#; 
margin-left:auto; 
margin-right:auto; 

}


#container {
width: 970px; 
float: left; 
background:url(images/background/bottomContainer.jpg); 
}


#header {
background:#FFF; 
width: 970px;  
}



#content {
width: 650px; 
float: left; 
background:; 
}


#leftcol {
width: 440px; 
float:left;
background-color:#FFFFFF;
}

#rightcol {
width: 320px; 
float:right;
background:;
}

#footer {
background:#000; 
width: 970px;  
}


/*LINKS*/
a:link {text-decoration: underline; color:#D17F2E; }

a:visited {text-decoration: none; color:#D17F2E;}

a:hover {text-decoration: none; color:#999999;}

a:active {text-decoration: none; color:#FFFFFF;}



/*Styles*/
img {border:none;}


img.leftwrap {float: left; clear: left; margin: 0 1px 0 1px;}

img.rightwrap {float: right; clear: left; margin: 0 1em 0 1.5em;}


p {font-size:14px; text-align:left; padding: 0 10px 0 10px; font-family:"Adobe Garamond Pro", Lucida Grande, Times Verdana, Arial, Helvetica, sans-serif; color:#fff; }
p.footer {font-size:11px; font-family:"Adobe Garamond Pro", Lucida Grande, Times Verdana, Arial, Helvetica, sans-serif; color:#666666; text-align:center; }

p.right {font-size:11px; font-family:"Adobe Garamond Pro", Lucida Grande, Times Verdana, Arial, Helvetica, sans-serif; color:#666666; text-align:right; }

h1 {font-family: "Adobe Garamond Pro", Lucida Grande, Times Verdana, Arial, Helvetica, sans-serif;  padding: 0 10px 0 10px; font-size:16px; color:#D17F2E; text-align:left; }

h2 {font-family: "Adobe Garamond Pro", Lucida Grande, Times Verdana, Arial, Helvetica, sans-serif;  padding: 0 10px 0 10px; font-size:14px; color:#D17F2E; text-align:center; }

p.bodytextjustify {font-size:22px; font-family:Candara, Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:justify; }

