/* CSS Document © anukk 2001-2006*/

html {
margin: 0px 0px 0px 30px;
padding: 0px;
}

img {
border: 0px;
}

body {
margin: 0px 0px 0px 30px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
line-height: 14px;
color: #9E0000;
background-image: url(bg.gif);
background-repeat: repeat-x;
background-color: #fff;
}

a:link {
text-decoration: underline;
color: #666666;
}

a:visited {
text-decoration: underline;
color: #666666;
}
a:hover {
text-decoration: underline;
color: #000;
}

a:active {
text-decoration: underline;
color: #666666;
}

#wrapper {
width: 321px;
background-color: #E9E9E9;
border: 1px solid #9E0000;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
float: left;
padding: 0px;
margin: 0px;
}

#pic {
background-image: url(head.gif);
width: 321px;
height: 385px;
}

#content {
width: 310px;
text-align: justify;
padding: 4px;
}

#menu {
margin-left: 323px;
width: 104px;
height: 378px;
border: 0px;
left: 0px;
padding: 0px;
background: none;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
margin-bottom: 8px;
color: #990000;
}

textarea, select, input, option {
background-color: #FFFFFF;
border: 1px solid #a10000;
padding: 1px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
color: #990000;
}