body {
	text-align: center;
	background: #4b1f76;
	font-family: trebuchet ms,arial,verdana;
	font-size: 12pt;
	font-weight: normal;
	color: #ffffff;
}

#wrapper {
		margin: 0 auto;
		margin-top: 50px;
		border: 1px solid #ffffff;
		width: 780px;
		height:900px;
		background: #2d014c;
}

#logo {
		float: left;
		clear: left;
		height: 439px;
		position: relative;
		top: -10px;
		margin-bottom: -10px;
		width: 131px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background: #4b1f76 url('images/logo2.gif');
		background-position: top;
		background-repeat: no-repeat;
}

floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

#footer {
		position: absolute;
		width: 760px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		padding-top: 20px;
		text-align: center;
}

h1 {
		color: #bbc6b6;
		font-weight: bold;
		font-size: 15px;
}
#content {
		position: relative;
		text-align: center;
		padding: 15px 15px 15px 15px;
		float: right;
		top: -20px;
		left: -5px;
		width: 600px;
		height: 800px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 12pt;
		font-weight: normal;
		color: #ffffff;
}

#topbar {
		height: 75px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		text-align: left;
		padding-left: 25px;
		padding-top: 10px;
		color: #ffffff;
		letter-spacing: 1.1pt;
		border-bottom: 1px solid #ffffff;
		clear: left;
}

#menu      {
		float: left;
		width: 760px;
}

#menu a {
		display: block;
		width: 115px;
		position: relative;
		left:0px;
		top: -10px;
		z-index: 50;
		float: left;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		height: 40px;
		background: #9271ab url('images/arrow.gif'); 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: right;
		font-size: 14px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 3px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
}

#menu a:hover {
		background: #2d014c url('images/arrow.gif');
		background-position: center left;
		background-repeat: no-repeat;
		color: #bbc6b6;
}