@charset "utf-8";

body {
margin: 40px 0;
padding: 0;
background: #ada59e;
color: #ccc;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 76%;
}

img {
border: none;
}

#container {
position: relative;
width: 850px;
margin: 0 auto;
padding: 35px 30px;
background: #fff;
color: #ada59e;
text-align: center;
}

#header {
margin-bottom: 20px;
text-align: left;
}

#menu {
position: absolute;
top: 130px;
left: 30px;
text-align: left;
}

#content {
width: 432px;
height: 457px;
margin: 0 auto;
}

#altcontent {
width: 330px;
height: 457px;
overflow: auto;
margin: 0 auto;
}

#altcontent h1 {
margin-top: 0;
padding-top: 20px;
color: #ada59e;
font-size: 1.4em;
font-weight: normal;
}

#altcontent p {
color: #666;
font-size: 1em;
}

#altcontent a {
color: #718737;
}

#title {
margin-top: 10px;
}

#contact-details {
margin-top: 10px;
}

#contact-menu {
margin-top: 35px;
text-align: right;
}

#copyright {
width: 850px;
margin: 0 auto;
}

#copyright p {
margin: 0;
padding-top: 7px;
padding-right: 3px;
color: #ccc;
font-size: 0.8em;
text-align: right;
}

#website-coming {
text-align: right;
}
