#head {
position: relative;
width: 760px;
height: 200px;
background: url('images/head.png');
z-index: 0;
}

#uhead {
position: relative;
width: 760px;
height: 10px;
background: url('images/uhead.png');
text-align: left;
z-index: 0;
}

#body {
position: relative;
width: 760px;
background: url('images/body.png');
text-align: center;
z-index: 0;
}

#foot {
position: relative;
width: 760px;
height: 10px;
background: url('images/foot.png');
text-align: left;
z-index: 0;
}

#menu {
position: relative;
width: 780px;
height: 200px;
top: 0px;
left: 0px;
z-index: 5;
}

#menuX {
position: absolute;
width: 780px;
height: 30px;
top: 160px;
left: 0px;
font-weight: bold;
font-family: sans;
font-size: 12pt;
line-height: 48px;
vertical-align: middle;
text-indent: 10px;
text-align: center;
color: white;
z-index: 5;
}

a {
text-decoration: none;
font-weight: bold;
font-family: sans;
font-size: 10pt;
color: white;
}

a:hover {
text-decoration: none;
font-weight: bold;
font-family: sans;
font-size: 12pt;
color: white;
}


.menu a {
text-decoration: none;
font-weight: bold;
font-family: sans;
font-size: 12pt;
color: white;
}

.menu a:hover {
text-decoration: none;
font-weight: bold;
font-family: sans;
font-size: 14pt;
color: white;
}

#input {
width: 500px;
background-color: #795042;
color: white;
font-weight: bold;
border-style: groove;
}

#submit {
width: 250px;
background-color: #795042;
color: white;
font-weight: bold;
border-style: groove;
}

#textarea {
width: 500px;
height: 200px;
background-color: #795042;
color: white;
font-weight: bold;
border-style: groove;
}

#input2 {
width: 300px;
background-color: #795042;
color: white;
font-weight: bold;
border-style: groove;
}

#submit2 {
width: 150px;
background-color: #795042;
color: white;
font-weight: bold;
border-style: groove;
}

#textarea2 {
width: 300px;
height: 200px;
background-color: #795042;
color: white;
font-weight: bold;
border-style: groove;
}

