/*******************************************************
TITLE: Fixed One-Column Layout (Basic) V1.1
DATE: 20070824
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
padding: 0;
margin: 0;
background: #000000 url(../img/bg7.jpg) no-repeat center top;
width: 100%;
display: table;
color:#000000;  
text-align:center;
font-family: Aquabase, Arial, Helvetica, sans-serif;
font-size:14px;
}

a {
color:#cc0000;
text-decoration:underline;
}

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

p {
margin:6px 0;
}

blockquote {
margin:16px;
padding:8px;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

ul {
list-style-type:disc;
}

li {
margin:0 0 0 25px;
list-style-type:disc;
}

#centerColumn { 	
margin:0 auto;
padding:1em;
width:820px;
text-align:left;
vertical-align: middle;	
background: url(../img/bkgnd.png) repeat;
}

#centerColumn h2 {
margin:0 0 0 0;
padding:6px 0;
font-size:1.2em;
letter-spacing:.1em;
}

#menubar {
color: #ffffff;
margin:0 0 0 0;
padding:0 0 0 0;
height:65px;
float: top;
background: url(../img/bkgnd.png) repeat;
text-align: right;
}

#header {
margin:0 0 0 0;
padding:0 0 0 0;
height:100px;
}

#header h1 {
margin:0 0 -8px 0;
padding:16px 0 0 24px;
font-size:1.7em;
letter-spacing:.1em;
}

#header h2 {
margin:0 0 0 0;
padding:16px 0 0 24px;
font-size:.9em;
font-weight:lighter;
letter-spacing:.1em;
}

#fauxRightColumn {
position:relative;
float:right;
margin:.5em 0 0 .5em;
padding:0 .7em .25em .7em;
width:11em;
font-size:.9em;
background-color:#ffffff;
border:1px solid #cccccc;
}

#fauxRightColumn h2 {
font-size:.9em;
}

#nav ul {
margin:0;
list-style:none;
}

#nav li {
margin:0 0 8px 0;
list-style:none;
}

#nav li a {
text-decoration:underline;
}

#nav li a:hover{
text-decoration:none;
}

#footer {
position:relative;
bottom:0;
margin:80px 0 0 0;
padding:0;
height:250px;
text-align:center;
font-size:.7em;
background: url(../img/footer.png) repeat;
}

#footer .fauxRightColumn {
position:relative;
margin:10px 200px 0 0;
float:right;
width:400px;
text-align:center;
}



