* {
	margin: 0;
	padding: 0;
}
body {
	background: #251920 url(shared_graphics/background.gif) repeat-y bottom right;
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
	font-size: 13px;
}
a {
	color: #672FB7;
}
p{
	margin-top:5px;
	margin-bottom: 10px;
}
blockquote{
	margin: 10px 20px 10px 20px;
	border-left: 3px solid #672FB7;
	padding-left: 5px;
}
h2, h3 {
	margin-top: 10px;
}
#xf{
	width: 340px;
	height: 284px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
}
#header{
	width: 800px;
	height: 183px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 50;
	background: url(shared_graphics/headerbg.gif) no-repeat bottom left;
}
#header h1{
	width: 447px;
	height: 57px;
	background: url(shared_graphics/title.jpg) no-repeat top left;
	text-indent: -9999px;
	position: absolute;
	left: 45px;
	bottom: 65px;
	z-index: 50;
}
#header h2 {
	font-size: 18px;
	color: #251920;
	position: absolute;
	height: 20px;
	left: 200px;
	bottom: 116px;
	letter-spacing: 1.5px;
	font-weight: normal;
	z-index: 50;		
}
#header h5#one {
	font-size: 12px;
	color: #D9BFE5;
	position: absolute;
	height: 14px;
	font-weight: normal;
	left: 40px;
	bottom: 52px;
	z-index: 50;
}
#header h5#two {
	font-size: 12px;
	color: #251920;
	position: absolute;
	height: 14px;
	font-weight: normal;
	left: 208px;
	bottom: 37px;
	z-index: 50;
}
#menu{
	position: absolute;
	top:0px;
	left: 40px;
	width: 525px;
	list-style-type:none;
	z-index: 60;
	border-top: 2px solid #251920;
}
#menu li{
	list-style-type:none;
	float: left;
}
#menu li a{
	display:block;
	font-size: 13px;
	text-align: center;
	margin-left: 4px;
	padding: 2px 0px 3px 0px;
	text-decoration: none;
	width: 50px;
	color: #FAF3CB;
	background: #251920 url(shared_graphics/menuoff.gif) no-repeat bottom left;
}
#menu li a:hover{
	background: #FAF3CB url(shared_graphics/menuon.gif) no-repeat bottom left;
	color: #251920;
}
#menu li a#first{
		margin-left: 0;
}
#menu li a#last{

}
#content{
	width: 500px;
	position: absolute;
	right: 255px;
	top: 0px;
	padding: 0px 0px 250px 10px;
	z-index: 0;
}

#content ul, #content ol{
	padding-left:30px; margin-left:10px;
}

#content ul li, #content ol li{
	padding: 5px 0px;
}

#footer{
	font-size: 12px;
	position: fixed;
	bottom: 3px;
	right: 338px;
	color: #333;
	z-index: 60;
}

.center, .center *{
	text-align: center;
}