body {
    	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
    	margin-left: auto;
	margin-right: auto;
	max-width:1000px;
	padding: 0px 0px 0px 0px;
}


a {
	color: #450084;
	text-decoration: none;
}

a:hover {
	color: #9227FF;

}

a.menu {
	border-style: solid;
	border-width: 1px;
	border-color: #DECB98;
	padding: 4px;
}

a.menu:hover {
	border-style: solid;
	border-width: 1px;
	border-bottom-color: #C6AC62;
	border-right-color:  #C6AC62;
	border-top-color:    #E7DCB9;
	border-left-color:   #E7DCB9;
}

a.menu:active {
	border-style: solid;
	border-width: 1px;
	border-bottom-color: #E7DCB9;
	border-right-color:  #E7DCB9;
	border-top-color:    #C6AC62;
	border-left-color:   #C6AC62;
}

div#body {
	background-color: #FF0000;
}

div#bottom {
    	background: url(bottom.png)  no-repeat;;
	clear:both;
	height: 115;
	overflow: hidden;
	padding-top:90px;
	padding-right:10px;
	text-align: right;
}

div#top {
    	background: url(top.png) no-repeat;
	color: #FFFFFF;
	height: 225;
	overflow: hidden;
}

div#left {
	float:left;
	padding-left:50px;
	padding-top:10px;
        width: 350px;
}

div#menu {
	padding-top:45px;
	padding-right:10px;
	text-align: right;
}

div#middle {
	float:left;
	padding-left:50px;
	padding-top:10px;
        width: 350px;
}

div#right {
	float:right;
	padding-top:10px;
}


div.subtitle {
	font-size: 14px;
	padding-right:10px;
	text-align: right;
}

div.title {
	font-size: 24px;
	padding-top:75px;
	padding-right:10px;
	text-align: right;
}