body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000 ;
}



p, ul {
	text-align:justify;
	padding:0 10px 0 10px;
	font-size: 12px ;
}

.small_text p {
	font-size: 11px ;
}
h1 {
	text-align: center;
	font-size:24px ;
}
h2 {
	text-align: left ;
	font-size: 18px;
}
a {
	text-decoration:underline}

a:hover {color:#CC99FF;
}

ul {
	list-style-type: circle ;
	padding-left: 30px ;
	
} 

.act {
	color: #FF6633 ;
}

.logo {
	position: absolute;
	top: auto;
	float: right ;
}

#wrapper {
	width: 1000px ;
	background-color: #FFFFFF ;
	border: thick #999999 outset ;
	height: 650px ;

}
#col_wrap {
	width: 100% ;
}

#col_1, #col_2 {
	width: 500px ;
	height: 600px ;

}
#col_1 {
	float: left ;
}
#col_2 {
	float: right ;
	
}

#col_2 p {
	padding: 0 20px 0 0 ;
}
#nav {
	width: 1000px ;
	text-align: center ;
	height: 20px ;

}

#tunecore {
	float: left ;
	margin : 10px 10px ;
}


	
#rotator {
	float: left ;
	cursor: pointer;
	overflow: hidden;
	width: 480px;
	height: 300px;
	margin: 5px 20px 20px 5px ;
	
	
}

#rotator img
{
	border: 0;
	cursor: pointer;
}

#contact img {
	vertical-align: middle ;
}
#ad_footer {
	width: 1000px ;
}

#ad_footer a {
	color:#FFFFFF ;
}
#ad_footer p {
	color:#FFFFFF ;
}

.overflow {
	height: 650px ;
	overflow: scroll ;
}

form {
	width: 400px ;
	padding-right: 20px ;

}

input, label, submit {
	float: right ;

}

