*
{
	font-family: arial, helvetica, sans-serif;
}

body
{
	background-image: url(images/starfield_bg_sm.jpg);
	padding: 0px;
	margin: 0px;

}

#heading
{
	background-image: url(images/Sunrise.png);
	width: 567px;
	height: 264px;
	padding: 10px 450px 90px 10px;
}

#heading img
{
	float: left;
	z-index: 7;
}

#navigation
{
	width: 956px;
	height: 43px;
	background-image: url(images/light_day_and_night_nav_bg.png);
	padding: 20px 20px 20px 50px;
}

#navigation a
{
	font-size: 17pt;
	margin: 10px;
	padding: 7px;
	display: inline-block;
	text-decoration: none;
	color: yellow;
	background-color: black;
	width: 4.3em;
	text-align: center;
}

#navigation a.current
{
	background-color: yellow;
	color: black;
}

#navigation a:hover
{
	background-color: red;
	color: black;
}

#sidebar
{
	width: 222px;
	min-height: 843px;
	background: url(images/candle.png);
	background-repeat: no-repeat;
	padding: 350px 25px 20px 30px;
	float: left
}

#searchfield
{
	width: 200px;
}

#Hsongbook
{
	width: 50px;
	height: 43px;
	padding: 20px 20px 20px 50px;
}

#Hsongbook a
{
	font-size: 15pt;
	margin-left: 240px;
	margin-top: -74px;
	padding: 30px;
	display: inline-block;
	text-decoration: u;
	color: blue;
	background-color: none;
	width: 11.5em;
	text-align: center;
}

#context
{
    width: 700px;
	min-height: 400px;
	margin-left: 254px;
	margin-top: 10px;
	background-color: black;
	border: 1px solid #ffffaa;
	color: white;
	font-size: 15pt;
	padding: 10px;
	opacity: 1.0;
	z-index: 0;
}

#context img
{
    float: left;
    opacity: 1.0;
	margin-left: -30px;
	margin-top: -1px;
}

#context td
{
	color: white;
	font-size: 15pt;
}

.divider
{
    width: 700px;
	height: 15px;
	margin-left: -11px;
	background-color: brown;
	border: 1px solid #ffffaa;
	color: white;
	padding: 10px;
	opacity: 0.5;
	z-index: 4;
}

.divide
{
    width: 700px;
	height: 36px;
	margin-left: -11px;
	background-color: brown;
	border: 1px solid #ffffaa;
	color: white;
	padding: 10px;
	opacity: 0.5;
	z-index: 4;
}

#Next
{
    width: 900px;
	height: 43px;
	margin-left: 115px;
	padding: 20px 20px 20px 50px;
}

#Next a
{
	font-size: 17pt;
	margin: 10px;
	padding: 7px;
	display: inline-block;
	text-decoration: u;
	color: f4ff48;
	background-color: none;
	text-align: center;
}

#Next a.current
{
	background-color: none;
	color: 82afdf;
}

#Next a:hover
{
	background-color: none;
	color: f4ff48;
}

#email
{
	width: 200px;
}

#phone
{
	width: 35px;
}
  
#phonel
{
	width: 40px;
}       

#country
{
	width: 200px;
}           

#zip
{
	width: 100px;
}

ol.track_list
{
	padding-left: 11em;
	width: 550px;
}

ol.track_list li
{
	display: inline-block;
	width: 250px;
	vertical-align: top;
}

ul.form_layout
{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.form_layout li
{
	margin-top: 10px;
}
             
