body
{
    /*background-color: #D3C57D;*/	
	background: #6f0d7a;
    color: #FFF;
    font-family: verdana, arial, helvetica, sans-serif;
	font-size:0.9em;

}
div#body
{
    width: 980px;
	
    /*height: 560px;*/
    background: #000000 url(plaingreencastle.jpg) no-repeat bottom right;
    margin: 20px auto 0px auto;

}


h2
{
    font-size: 2em;
    font-weight: 700;
}
div#topnav ul li div {
    font-weight: bold;
}
a:link,a:visited
{
    font-weight: normal;
    color: #FFFFFF;
}
a:hover,a:active
{
    color: #D3C57D;
}
#content a:link, #content a:visited
{
    font-weight: 700;
    color: #D3C57D;
	text-decoration: underline;
}
#content a:hover, #content a:active
{
    color: #FFFFFF;
}
div#topnav
{
	height:3em

}
div#topnav ul
{
	padding: 0;
	list-style-type: none;
	margin-left: 240px;
	margin-top: 260px;
	font-size: 1.1em;
}
div#topnav ul li
{
	float: left;
	text-align: center;
	margin-left: 15px;
}

div#botnav
{
	height:3em;
	padding-top: 665px;
	padding-left:50px;

}
div#botnav ul
{
	padding: 0;
	list-style-type: none;
}
div#botnav ul li
{
	float: left;
	width: 16%;
	text-align: center;
	margin-top: 1em;
}


.errors {

text-align:center;
}

a.red:visited,a.red:link {

    font-weight: 700;
    color:#990000;

}

a.red:hover,a.red:active
{
    color:#cccc66;
}

div#footer {
	height: 80px;
	background: url(footertext.gif) no-repeat right bottom; 

}

div#footer img {
	margin-left: 17px;
	margin-top: 15px;
}


