body, html
{
    height: 100%;
}

body {
	margin: 0;
	background-color: #8b0202;
	font-size: 12pt;
	font-family: Trebuchet MS, Arial, Verdana;
}

a
{
    color: #8b0202;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.menubutton
{
    padding: 1px 3px 1px 3px;
    text-decoration: none;
    color: #000;
    float: left;
    display: block;
    border-right: solid 2px #cd7000;
    border-left: solid 2px #fda03e;
    border-top: solid 2px #fda03e;
    border-bottom: solid 2px #cd7000;
    background-color: #ed901e;
    text-align: center;
    margin: 2px;
}
a.menubutton:hover
{
    color: #fff;
    border-left: solid 2px #cd7000;
    border-right: solid 2px #fda03e;
    border-bottom: solid 2px #fda03e;
    border-top: solid 2px #cd7000;
    background-color: #ed901e;
}

#wrap {
	width: 790px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
}

.news 
{
    float: right;
    width: 200px;
    height: 100%;
    background-color: #ed901e;
    margin: 10px;
    padding: 5px;
    border-right: solid 2px #cd7000;
    border-left: solid 2px #fda03e;
    border-top: solid 2px #fda03e;
    border-bottom: solid 2px #cd7000;
}

.content
{
    width: 530px;
    margin: 10px;
}

.smallText
{
    font-size: 8pt;
}

.errorText
{
    font-weight: bold;
    color: Red;
}