*{
margin: 0;
padding: 0;
}

body{
background: #757575 url(bg.jpg) repeat-y;
}

#header{
background: url(header.jpg);
height: 1000px;
width: 1000px;
}

#content{
margin-top:-425px;
margin-left: 10px;
width: 520px;
float: left;
}

#navi {
width: 150px;
margin-left: 550px;
margin-top: -490px;
}

text, font, div {
font-family: courier new;
font-size: 12px;
color: #673d36;
text-align: center;
}

h1 {
font-family: courier new;
font-size: 20px;
text-align: left;
background: #ccb08e;
color: #b04840;
line-height: 20px;
}

#navigation {
width: 140px;
font-family: courier new;
font-size: 12px;
text-decoration: none;
}

#navigation ul {
margin: 0;
padding: 0;
text-decoration: none;
}

#navigation li {
list-style: none;
text-decoration: none;
}

#navigation li a:link, #navigation a:active, #navigation a:visited {
display: block;
background: url(link_bg.gif) no-repeat;
margin-top: 6px;
color: #d55a5a;
text-decoration: none;
}

#navigation a:hover {
background: url(link__hover_bg.gif) no-repeat;
color: #872f2f;
text-decoration: none;
}


a:link, a:active, a:visited {
font-family: courier new;
font-size: 12px;
color: #bb170d;
text-decoration: none;
text-transform: lowercase;
}

a:hover {
font-family: courier new;
font-size: 12px;
color: #b17b77;
text-decoration: none;
text-transform: lowercase;
}

b {
font-family: courier new;
font-size: 12px;
color: #cc0003;
}

i {
font-family: courier new;
font-size: 12px;
color: #b46204;
}

u {
font-family: courier new;
font-size: 12px;
color: #757575;
}

s {
font-family: courier new;
font-size: 12px;
color: #944a2f;
}

textarea {
border: 0;
height: 100px;
width:250px;
font-family: courier new;
font-size: 13px;
background: #f1dbc0;
border-radius:20px; -moz-border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius:15px;
}

input {
border: 0;
height: 20px;
width:250px;
font-family: courier new;
font-size: 13px;
background: #f1dbc0;
border-radius:20px; -moz-border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius:15px;
}




