﻿#wrapper {
width: 800px;
text-align: center;
margin: 0 auto;
}

body {
background: url(images/background_02.png) center repeat-y;
font-family: Segoe UI, Lucida Sans Unicode, Tahoma, Arial, sans-serif;
}



fieldset {
border: 1px solid grey;
background-color: white;
font-size: 11pt;
border-radius: 0px; 
}

#header {
background: url(images/header_06.png);
width: 800px;
height: 200px;
color: #2CE000;
font-size: 50pt;
font-weight: bold;
}

#menu {
width: 150px;
float: left;
margin: 20px 10px 0px 0px;
}


#menuitem {
width: 150px;
height: 40px;
background: url(images/button_02.png+) top no-repeat;
color: white;
font-weight: bold;
font-size: 12pt;
text-align: center;
padding-top: 10px;
}

#menuitem1 {
width: 150px;
height: 40px;
background: url(images/button_02.png+) top no-repeat;
color: white;
font-weight: bold;
font-size: 12pt;
text-align: center;
padding-top: 10px;
}

#menuitem2 {
width: 150px;
height: 40px;
background: url(images/button_02.png+) top no-repeat;
color: white;
font-weight: bold;
font-size: 12pt;
text-align: center;
padding-top: 10px;
}

#menuitem3 {
width: 150px;
height: 40px;
background: url(images/button_01.png+) top no-repeat;
color: white;
font-weight: bold;
font-size: 12pt;
text-align: center;
padding-top: 10px;
}

a.menuitem:link, a.menuitem:visited {
color: green;
}

a.menuitem:hover {
color: lime;
}

#tips {
width: 150px;
float: right;
background: url(images/++) top no-repeat;
margin: 0px 0px 0px 10px;
padding: 18px 0px 0px 0px;
color: green;
}

#tipsy {
width: 130px;
background: url(images/tips_back.png+) top repeat-y;
padding: 0px 10px 0px 10px;
}

#content {
margin-left: 10px;
/*float: right;*/

}

#footer {
background: url(images/+++) bottom no-repeat;
width: 800px;
height: 57px;
padding-top: 18px;
text-align: center;
margin: 75px 0px 0px 0px;
color: black;
font-size: 12pt;
font-weight: bold;
}

a.footer:link, a.footer:visited {
color: green;
}

a.footer:hover {
color: lime;
background-color: none;
}