@charset "utf-8";
/* CSS Document */
* {
padding: 0;
margin: 0;
}


body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background: #000000 url(images/Magic-Starr-BG-Right-169-768.jpg) no-repeat right top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #a19c00;
}
a:visited {
	color: #a19c00;
}
a:hover {
	color: #948f02;
}
a:active {
	color: #a19c00;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
}
h2 {
	font-size: 36px;
	color: #a19c00;
	text-align:center
}
dt,dd
{
display: inline;
list-style-type: none;
padding: 0;
margin-left: 0;
}

#title
{
	position:absolute;
	width: 650px;
	left: 12px;
	top: 54px;
	height: 25px;
}

#menu
{
	position:absolute;
	left: 12px;
	top: 88px;
	width: 650px;
}


#subtitle
{
	width: 650px;
	position:absolute;
	left: 12px;
	top: 7px;
}

#content
{
	width: 650px;
	position:absolute;
	left: 13px;
	top: 142px;
}

#contact
{
	margin: 50px 0 0 450px;
	width: 208px;
	position:absolute;
	left: 8px;
	top: 211px;
	height: 106px;
}

ol
{
	list-style-type: decimal;
	margin-left: 20px 
}

p
{
	padding-bottom: 15px
	}

p.faq
{
color: #a19c00;
text-decoration:underline;
text-align:center;
padding: 10px 0;
}
