body {
background: url("background.jpg") repeat;
}
#container {
margin: -80px 0;
font-family: Georgia;
}
#menu {
background: #fff;
width: 650px;
margin: 0 0 0 48px;
padding: 5px;
text-align: center;
font-size: 15px;
}
#menu a {
text-decoration: none;
text-transform: lowercase;
color: #da474d;
padding: 0 4px 0 4px;
}
#menu a:hover {
color: #029ca8;
}
#menu a:visited {
color: #029a71;
}
#content {
width: 655px;
margin: 0 0 0 50px;
text-align: justify;
font-size: 12px;
line-height: 17px;
color: #333333;
}
#content a {
color: #774d7e;
}
#content a:hover {
color: #ee6a5b;
}
#content a:visited {
color: #6b8876;
}
h1, h2 {
font-size: 13px;
text-transform: uppercase;
color: #f45a52;
border-bottom: 1px dashed #6f9b9c;
}
em, i {
color: #019aa8;
}
b, strong {
color: #f1414a;
}
blockquote {
font-size: 11px;
line-height: 14px;
border-left: 2px solid #f7a484;
padding-left: 5px;
}
input, textarea, select {
border: 1px solid #8c8c8c;
background: #eeeeee;
font-family: Georgia;
font-size: 11px;
padding: 3px;
color: #487187;
margin: 4px;
}
#footer {
font-size: 11px;
text-align: center;
padding: 5px 100px;
width: 460px;
margin: 0 0 0 50px;
border-top: 1px dashed #03a5b4;
color: #555555;
}
#footer a {
color: #69a492;
font-weight: bold;
text-decoration: none;
}
