/* layout */

body{
margin: 0;
padding: 0;
font-size: 1em;
font-family: Georgia, "Palatino", "Palatino Linotype", Times, "Times New Roman", serif; 
color: #333;
background-image: url("/images/woodbg.jpg");
background-attachment: fixed; 
background-position: top center;
background-repeat: no-repeat;
background-color: #e4e4e4;
text-align: center; 
}

#iwrap{
width:452px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#wrap{
width:450px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
float: left;
background: white;
}

#header{
width: 450px;
height: 50px;
float: left;
margin-bottom: 3px;
border-top: 10px solid #333;
}

#sloganbox{
width: 450px;
height: 217px;
float: left;
background-image: url(images/skyblurb2.jpg);
}

#content{
width: 450px;
float: left;
margin-top: 10px;
padding-left: 5px;
padding-right: 5px;
font-size: 14px;
text-align: left;
}

#contactbox{
width: 150px;
float: right;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 12px;
border-top: 10px solid #333;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 0 5px 0 5px;
padding: 0 5px 0 5px;
}

#footer{
width: 450px;
height: 10px;
float: left;
background-color: #333;
}

h1{
font-size: 18px;
font-weight: bold;
margin: 0;
text-decoration: underline;
}

h2{
font-size: 16px;
}

a:link{
color: #0066FF;
}