body {
	background-image:url(../images/bg1.jpg);
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	}

#wrapper {
	margin:auto;
	width: 768px;
	min-height: 1300px;
	text-align:left;

}

#header {
	height: 170px;
	background-image:url(../images/layout/header.png);
	background-position: top;
}

#content { padding: 0px;}

#menu {
	background:#2A1887;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 450px;
	margin-top:63px;
	margin-right: 15px;
}
#menu li {
	float: left;
	font: 77.5%, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #2A1887 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}

#menu a.last { background-image: none; }
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;

