/*
Copyright (c) 2008, hahnsinn 
All rights reserved.
*/

/* Reset CSS */
body, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
*
{	margin: 0px;
	padding: 0px;
}
table {
	border-collapse:collapse;
	border-spacing: 0px;
}
fieldset, img, abbr, acronym {
	border: 0px;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
a {
	outline: none;
}
.clearfix {
	overflow: hidden;
	width: 100%;
}
/* Reset CSS */



/* ---------->>> C O N T E N T <<<-----------*/
body {
	background: #000 url('images/disco-very.jpg') no-repeat fixed;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 12px;
}

#logo{
position:fixed;
top:10px;
margin:40px 0 0 780px;
}


#content{
position:relative;
margin:300px 0 70px 450px;
width:350px;
border-left:0px #000 solid;
}


ul#sets {
font-size: 13px;
line-height:17px;
margin: 0 0 25px 0;
}

#sets li {
margin: 0 0 25px 0;
border-left:1px solid #831671;
padding:0 0 0 15px;
margin:0 0 50px 0;
}


/* ---------->>> T  Y  P  O  G  R  A  P  H  I  E <<<-----------*/

h1{
	font-size: 24px;
padding: 0 0 6px 0;
	color:#fff; 
letter-spacing:1px;
	margin: 20px 0 10px 0;
}

h2{
color:#ff3300;
	font-size: 14px;
margin:0px 0 8px 0;
letter-spacing:1px;

}

p{
font-size: 12px;
line-height:26px;
}

a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

a:hover{
	color: #ff3300;
}

.orange{
	color: #ff3300;
}

.white{
	color: #fff;
}


table { 
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
}


td, th { 
vertical-align:top; 
}

tr{

}

td{
padding:0 2px;

}

.ro2{
background:#000;
color:#ff3300;
}

.ro3{
background:#ff3300;
color:#000;
}

#more0{
margin:15px 0;
}


