* {
margin: 0;
padding: 0;
}

body {
	background: #000 url(../img/menu_bg.gif) repeat-y;
	cursor: default;
	font-family: Arial, "Trebuchet MS", Tahoma, sans-serif; 
	font-weight: normal;
	font-size: 11px;
	color: #555;
}

h1 {
	font-weight: normal;
	font-size: 11px;
}

h2 {
	font-weight: normal;
	font-size: 9px;
	color: #fff;
}

p {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #888;
	text-align: left
}

a {
	color: #888;
	text-decoration:none;
}

a:hover {
	color: #00aeef;
	text-decoration: none;
}

a:focus {
	color: #fff000;
}

a:active {
	color: #fff000 !important;
}

img {
	border: 0;
}

#logo{
	margin: 60px 0 0 85px;
}

#basic-accordian{
	width: 245px;
	position: absolute;
	left: 50%;
	top: 360px;
	margin-left: -121px;
	z-index: 2;
	margin-top: -100px;
}

.accordion_headings{
	padding: 0 0 11px 25px;
	background: url(../img/menu_headers.gif) no-repeat;
	color: #000;
	border: 0;
	cursor: pointer;
	font-weight: bold;
}

.accordion_headings:hover{
	background-position: left -25px;
	color: #000;
}

#basic-accordian .header_highlight{
	color: #222;
	background-position: left -50px;
	cursor: default;
}

.accordion_child{
	padding: 0 0 12px 15px;
}

#footer{
	width: 245px;
	position: absolute;
	left: 50%;
	top: 360px;
	margin-left: -121px;
	z-index: 2;
	margin-top: 220px;;
}