html {
    height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF200;
	background-image: url(../gfx/bg.gif);
	background-repeat: repeat-x;
}

body, div, td, th, h2, input, textarea, h3, a, select {
	font: 12px arial, tahoma, sans;
}

th, legend {
	text-align: left;
	font-weight: bold;
	color: #5A5A5A;
}

a {
	font: 12px arial, tahoma, sans;
	text-decoration: underline;
	font-weight: bold;
	color: #FFF200; 
}

a:active {
	color: #FFF200; 
}

a:hover {
	color: #FFF200;
}

a.toplink {
	font: 12px arial, tahoma, sans;
	text-decoration: underline;
	color: #FFFFFF; 
}

a.toplink:active {
	color: #FFFFFF;
}

a.toplink:hover {
	color: #FFFFFF;
}

.top {
    height: 29px;
    border-bottom: 1px #FFFFFF solid;
    padding-right: 10px;
}

.menu {
    height: 116px;
}

.main {
    border-top: 1px #4C4C4A solid;
}

.rest {

}

.bottom {
    height: 91px;
    border: 1px #605B00 solid;
}

