/*Body and Divs*/

body{
background: #EFDAAF url('stripe.png');
text-align: center;
font-family: helvetica, sans-serif;
font-size: 16px;
color: gray;
}

div.main{
background: white url('logo.png') no-repeat top left;
width: 760px;
margin: 10px auto 10px auto;
min-height: 500px;
text-align: left;
padding: 15px 0px 15px 0px;
color: gray;
border: 6px solid #9C8573;
}

div.title{
margin: 5px 20px 0px 220px;
height: 140px;
}

div.content{
margin: 0px 40px 20px 40px;
}

div.credits{
width:772px; 
background: #EFDAAF; 
margin: auto; 
padding: 10px auto 5px auto;
}

/*Links*/

a:link{
color: #2d768b
}

a:hover{
color: #1294b9
}

a:visited{
color: #2d768b
}

a:active{
color: #47bbdc
}

/*Titling*/

h1{
font-size: 20px;
color: #9F744A;
}

/*Top Links*/

div.links{
text-transform:uppercase;
text-align: right;
}

a.toplink{
margin-right: 20px;
text-decoration: none;
}

span.I{
font-family: serif;
}

