html
{ 
	height: 101%;
}

body
{
	background-color:#000;
	margin:0px;
	padding:10px;
	
	color: #ffffff;
	font-family: 		"Verdana", sans-serif;
	font-weight: 		400;
	font-size: 			7pt;
}

#wrapper
{
 	/*Centering code, dont touch*/
	position:absolute;
	left:50%;
	width:700px;
	margin-left:-350px;
	height:100%;
	/*Centering code, end ...*/
	
	background-image: url('images/wrapper_background.gif');
	background-repeat: repeat-y;
/*	border:solid 1px #eee;*/
}

img.logo
{
	position:relative;
	top:9px;
	left:51px;
}

#floatmenuwrapper
{
	margin:				0px 0px;
	float: 				center;
	width: 				700px;
	
	background-color:   #000000;
	background-image: 	url('images/border.gif');
	background-repeat:  repeat-y;
}

#floatmenu
{
	padding: 180px 0px 0px 0px;
	
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#mainwrapper
{
	clear:both;
	border:1px solid #000;
	background-color: #000;
}

#main
{
	border-top:1px solid #2F6BE2;
	border-right:1px solid #2F6BE2;
	border-bottom:1px solid #2F6BE2;
	border-left:1px solid #2F6BE2;
	padding:20px;
}

#form
{
float: left;
text-align:right;
width: 220px;
margin: 0;
margin-left:0px;
padding: 0px;
font-size: 7pt;
}

span.square
{
	vertical-align:middle;
	font-size: 3pt;
	border-left: 5px solid #FFF;
}

H1
{
	background-image: 	url('images/border_r.gif');
	color: #fff;
	font-family: 		"Verdana", sans-serif;
	font-weight: 		700;
	font-size: 			7pt;
}

H11
{
	background-image: 	url('images/border_r.gif');
	color: #fff;
	font-family: 		"Verdana", sans-serif;
	font-weight: 		250;
	font-size: 			7pt;
}

H1.clear
{
	clear: both;
}

img
{
	border: none;
}

a
{
	color: #83ACFD;
	font-family: 		"Verdana", sans-serif;
	font-weight: 		700;
	font-size: 			7pt;
	
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

h1
{	
	width: 100%;
	margin-top: 20px;
	padding: 8px 0px 8px 7px;
	background-color: #000;
	border: 1px solid #3A3A3A;
}

h11
{	
	width: 100%;
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
	background-color: #000;
	color: #FF0000;
}


div.album h1.short
{
	margin-left: 192px;
	width: 466px;
}

p
{
	margin-left:8px;
}

.copy
{
 	color: #ff0000;
}
 
div.album p
{
	margin-top: 0px;
	margin-left:200px;
}

div.album img
{
	clear: both;
	border: none;
	float:left;
	margin-left:8px;
	margin-right:40px;
	margin-bottom:20px;
}

div.rmx
{
	clear: both;
}

div.rmx span
{
	float:right;
	width:350px;
	margin-bottom:10px;
}

div.rmx b
{
	margin-left:7px;
	width:330px;
}

hr
{
	clear:both;
}

a.nodecor
{
	border:0px;
}

a.nodecor img.vvalidcss
{
	height:auto;
	width:auto;
	border:0px;
}

a.nodecor img.hvalidcss
{
	height:0px;
	width:0px;
	border:0px;
}

a.nodecor:hover img.vvalidcss
{
	height:0px;
	width:0px;
	border:0px;
}

a.nodecor:hover img.hvalidcss
{
	height:auto;
	width:auto;
	border:0px;
}

a.nodecor img.vvalidxhtml
{
	height:auto;
	width:auto;
	border:0px;
}

a.nodecor img.hvalidxhtml
{
	height:0px;
	width:0px;
	border:0px;
}

a.nodecor:hover img.vvalidxhtml
{
	height:0px;
	width:0px;
	border:0px;
}

a.nodecor:hover img.hvalidxhtml
{
	height:auto;
	width:auto;
	border:0px;
}