@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
background: #c5c5c5 url('images/bg.jpg') repeat-x;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

a {
color: #758a09;
text-decoration: underline;
}

a:hover {
color: #006699;
text-decoration: none;
}

#container {
position: relative;
margin: 0 auto;
width: 700px;
z-index: 1;
}

#top {
position: relative;
width: 700px;
height: 150px;
}

#innertop {
position: relative;
width: 700px;
height: 13px;
background: url('images/topwt.jpg') no-repeat;
}

#inner {
position: relative;
width: 680px;
background: url('images/wtbg.jpg') repeat-y;
padding: 10px;
}

#footer {
position: relative;
width: 700px;
height: 23px;
background: url('images/footer.jpg') no-repeat;
}

#omenu {
position: relative;
float: left;
background: url('images/omenu.jpg') no-repeat;
height: 388px;
width: 172px;
}

#tmenu {
position: relative;
width: 700px;
height: 21px;
}
