* {
margin:0;
padding:0;
}

body {
background-color:#494949;
background-image:url(bg.png);
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FEC1C1;
}

p {
margin-bottom:10px;
}

A:hover {
cursor:crosshair;
}

a:link,a:active,a:visited {
font-size:9px;
text-decoration:none;
font-weight:700;
color:#cfa073;
border-bottom:1px dotted #cfa073;
text-transform:uppercase;
}

a:hover {
color:silver;
border-bottom:1px dotted silver;
}

b {
font-size:9px;
font-weight:700;
text-transform:uppercase;
color:#cfa073;
}

input,textarea,select {
background-color:#202020;
font:11px arial;
color:#f47e7e;
letter-spacing:1px;
border-color:#f47e7e;
border-style:dotted;
border-width:1px;
 padding:3px;
}

h1,h2,.head {
font-family:'arial';
font-size:8pt;
font-weight:700;
text-align:center;
background-color:#610909;
color:#f47e7e;
text-transform:uppercase;
border-right:2px solid #121212;
border-bottom:1px solid #121212;
padding:3px;
margin-bottom:10px;
}

.navigate a:link,.navigate a:active,.navigate a:visited {
display:block;
border-right:2px solid #121212;
border-bottom:1px solid #121212;
background-color:#610909;
color:#f47e7e;
font-weight:700;
text-align:center;
text-decoration:none;
text-transform:uppercase;
padding:3px;
}

.navigate a:hover {
background-color:#863333;
}

#container {
width:350px;
margin-left:auto;
margin-right:auto;
}

#header {
margin-top:10px;
width:350px;
height:441px;
}

#navi {
background-color:#202020;
padding-bottom:10px;
padding-left:5px;
padding-right:5px;

}

#content {
background-color:#202020;
padding-left:10px;
padding-right:10px;
padding-bottom:15px;
}

ul {
margin-left:25px;
}
