body {  

/*    Picture sizes: 680px high for large, 480px (880px wide max) for Galleria box, 80x80px for thumbnails.
      Naming format: name0xh.jpg for High res images, 0xm for medium and 0xt for thumbnails. 
*/

    background-color: #252525;

}

div.main_container {
    position: absolute;
	left: 50%;
    width: 980px;
	height: auto;
    background-color: #252525;
/*	border-left: 1px #CDD8B6 solid;
	border-right: 1px #CDD8B6 solid;
*/
    margin-left: -490px;
    padding: 0px;
}

div.header_left {
    float: left;
    width: 320px;
	height: 100px;
    background-color: #252525;
}
    
div.header_logo {
    float: left;
    width: 340px;
	height: 100px;
    background-color: #252525;
}
    
div.header_right {
    float: left;
    width: 320px;
	height: 100px;
    background-color: #252525;
}
    
div.header_links_columns {
    float: left; 
    width: 165px;
	height: 25px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #252525;
    text-align:center;
	border-bottom: 1px #A64616 solid;
}
    
div.content_container {
    width: 100%;
	height: auto;
    background-color: #252525;
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
}
    
div.footer_container {
    width: 978px;
	height: 250px;
    background-color: #1a1a1a;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
}

div.footer_column {
    float: left; 
    width: 214px;
	height: 200px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}
    
div.footer_last_column {
    float: left; 
    width: 214px;
	height: 60px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}
    
div.main_column {
float
    width: 460px;
	height: auto;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}
    
div.break {
    width: 900px;
	height: 150px;
    background-color: #252525;
}

div.small_break {
    width: 900px;
	height: 50px;
    background-color: #252525;
}

div.below_footer {
    width: 900px;
	height: 50px;
    background-color: #252525;
}

p {
    font-size: 11pt;
	line-height: 140%;
	padding-left: 5px;
	padding-right: 5px;
}

p.main {
    text-align:justify;
    line-height: 220%;
    padding: 10px 80px 10px 80px;
    font-size: 12px;
    color: #bbb;
     }

p.close {
text-indent:    text-align:left;
    line-height: 180%;
    padding: 5px 15px 5px 15px;
    font-size: 12px;
    color: #bbb;
     }

p.small {
    font-size: 10px;
    padding: 5px 15px 5px 15px;
    color: #bbb;
     }

p, h1, h2, h3, h4, ul, li, a { 

font-family: "Open Sans", "lucida grande", "Segoe UI", "Gill Sans MT", Helvetica, arial, verdana, "lucida sans unicode", tahoma, sans-serif;
color: #339800;
letter-spacing: 1px;
font-size: 11px;

}

h1 {
	border-bottom: 1px #A64616 dotted;
    padding-top: 25px;
    padding-left: 5px;
    padding-bottom: 5px;
    text-decoration: bold;
    color: #bbb;
    font-size: 13px;
}

h2 {
	padding: 5px;
    text-decoration: bold;
    color: #bbb;
    font-size: 13px;
}

h3 {
    letter-spacing: 3px;
    font-size: 10pt;
    text-align:center;
    color: #bbb;

}

h4 {
	padding: 5px 0px 5px 0px;
    text-decoration: bold;
    border-bottom: 1px #A64616 dotted;
}

a:link, a:active, a:visited {text-decoration: none; }
a:hover {text-decoration: dotted; }

a.menu:link, a.menu:active, a.menu:visited {
letter-spacing: 3px;
text-decoration: none; 
font-size: 10pt;
}

a.menu:hover {
color: #A64616;
letter-spacing: 3px;
text-decoration: none; 
font-size: 10pt;
}

a.footer:link, a.footer:active, a.footer:visited {color: #339800; text-decoration: none;}
a.footer:hover {color: #339800; text-decoration: underline;}

a.white:link, a.white:active, a.white:visited {color: #bbb; text-decoration: none;}
a.white:hover {color: #bbb; text-decoration: underline;}

a.links:link, a.links:active, a.links:visited {
color: #bbb;
text-align:center;
letter-spacing: 3px;
text-decoration: none; 
font-size: 10pt;
}

a.links:hover {
color: #bbb;
text-align:center;
letter-spacing: 3px;
text-decoration: underline; 
font-size: 10pt;
}

a.small {font-size: 9px;}

ul {
    padding-left: 0px;
    list-style-type:none;
}

ul.policy {
    list-style-type:circle;
    padding: 5px 65px 5px 45px;
}
li {
    padding-bottom:10px;
}

li.policy {
    line-height: 150%;
    font-size: 12px;
    color: #bbb;
}

#link_images
{
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}
#link_images:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
