@import url(reset.css);
@import url(fonts.css);
@import url(set.css);
@import url(tabs.css);

html, body
{
   background-image: url(/images/cloudbowbg.jpg);
   background-repeat: no-repeat;
   background-position: 0px 0px;
   background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6
{
   font-family: Baskerville,Palatino,'Palatino Linotype',Georgia,'Times New Roman',Times,serif;
   color: #e8c890;
   line-height: 120%;
}

p
{
   line-height: 130%;
   margin-top: .5em;
   color: #fcfcfc;
   background-color: #0F1839;
   padding: 5px;
}

#page
{
   margin: 0 auto;
   width: 972px;
   background: #333;
   background-image: url(/images/primarybg.jpg);
}

#header { height: 150px; background-image: url(/images/header.jpg); }
#menuheader { height: 30px; background-image: url(/images/menuheader.jpg); }

#menuheader .tabs { float: right; font-family: Verdana,Arial,Helvetica,Clean,sans-serif; }
#menuheader .tabs li { margin-right: 1px; }
#menuheader .tabs a { padding: 5px 15px; color: #d9ba85; text-decoration: none; }
#menuheader .tabs a:hover { text-decoration: underline; }


#gutter10 { float: left; width: 10px; height: 500px; }
#gutter15 { float: left; width: 15px; height: 500px; }

#left_column { float: left; width: 623px; }

#right_column { float: left; width: 314px; }
#right_column ul, #right_column ol { color: #888; }
#right_column ul a { color: #555; }


#footer { border-top: 1px solid #eee; margin-top: 20px; width: 500px; }

#footer .tabs { width: 500px; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }

#footer p.quiet { color: #ccc; }


.clear
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
