body {
	margin: 0px;
	background: url(../img/pure-sound-bg.gif);
	scrollbar-3dlight-color: #373757;
	scrollbar-arrow-color: #fff;
	scrollbar-face-color: #14143A;
	scrollbar-base-color: #373757;
	scrollbar-highlight-color: #373757;
	scrollbar-darkshadow-color: #373757;
	color: #fff;
	font-family: Verdana;
	font: bolder 11px;
	height: 100%;
}

table {
	font-family: Verdana;
	font: bolder 11px;
}

p {
	line-height: 18px;
	font-family: Verdana;
	font: bolder 11px;
}

#container {
	border-left: 2px solid #fff;
/*
	margin: 0px 0px 0px -375px;
	position: absolute;
	left: 628px;
*/
	width: 750px;
	height: 100%;
	background-image: url(../img/bg_container.gif);
}

#nav {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 3px solid #fff;
	border-left: 1px solid #fff;
	width: 686px;
	height: 28px;
	float: none;
	background-image: url(../img/nav.jpg);
}

#content {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 684px;
	height: 100%;
	background-image: url(../img/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

hr {
	height: 1px;
	color: #fff;
}

ul {
	font-weight: 18px;
}

li {
	padding-bottom: 10px;
}

.borderwhite {
	border: 1px solid #fff;
}

.bold {
	font-weight: bolder;
	font-size: 13px;
}

#leftcol {
	border: 0px;
	width: 500px;
	color: #fff;
	font-family: Verdana;
	font: bolder 11px;
	padding-left: 30px;
	padding-top: 40px;
	padding-right: 10px;
	float: left;
}

#leftcol a {
	text-decoration: underline;
	color: #fff;
}

#leftcol a:hover {
	text-decoration: underline;
	color: Red;
}


.leftcolheader {
	margin-bottom: 5px;
}

.leftcoltext {
	font-family: Verdana;
	color: #fff;
	line-height: 20px;
}

.leftcoltext_subheader {
	font-family: Verdana;
	color: #FE51A8;
	font-weight: bolder;
	font-size: 14px;
} 


#rightcol {
	border: 0px;
	width: 181px;
	color: #fff;
	font-family: Verdana;
	float: right;
	text-align: center;
	padding-top: 30px;
	float: right;
}

#footer  {
	border: 0px;
	width: 500px;
	color: #fff;
	text-align: center;
	float: left;
	font-family: Verdana;
	color: #fff;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffff00;
	font-size: 10px;
	text-decoration: underline;
}

