body {
	margin:0px;	
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
}

a {
color:#9900FF;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a:active {
color:#CCCCCC;
text-decoration:underline;
}

.ptext {
color:#9900FF;
}

.heading {
color:#9900FF;
text-align:center;
font-size:12px;
font-weight:bold;
}

.heading2 {
color:#9900FF;
text-align:left;
font-size:12px;
font-weight:bold;
}

.smalltxtside {
font-size:9px;
text-align:center;
}

.smalltxtside2 {
font-size:9px;
text-align:left;
}

#container {
	background-image:url(/images/bubbles_back.gif);
	width:800px;
	/*margin-top:10px;*/
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
	height:100%;
	

}

#header 
{
	background-image:url(../images/topleft2.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#000000;
	/*padding-top: 10px;*/
	/*width:100%;*/
	height:100px;
	
}

#topmenu {
	background-color:#1E1E1E;
	color:#FFFFFF;
	/*font-size:small;*/
	/*padding-top: 10px;*/
	width:100%;
}

#sidebar {
	background-color:#0B0B0B;
	/*background-image:url(/images/bg_sidebar.png);
	background-position:top;
	background-repeat:repeat-x;*/
	/*padding-top: 10px;*/
	width:150px;
	height:520px;
	float:right;
}

#sidebar2 {
	background-color:#ccc;
	width:150px;
	height:500px;
	float:right;
}

/*#menu {
	background-color:#ffffff;
	width:100px;
	margin-left:auto;
	margin-right:auto;
	height:50px;
	margin-top: 10px;
}*/



#content {
	/*background-color:#333333;*/
	
	/*height:500px;*/
	height:100%;
	padding:10px;
	margin-right:150px;
}

#welcome {
	margin:10px;
}

#contbox {
margin:0px;
/*width:250px;*/
text-align:left;
color:#FFFFFF;
padding:10px;
background-color:#000000;
background-image:url(../images/boxtopp.jpg);
background-position:top right;
background-repeat:no-repeat;
border:2px solid #9933FF;

}

#contbox2 {
margin:0px;
/*width:250px;*/
text-align:left;
color:#FFFFFF;
padding:10px;
background-color:#000000;
background-image:url(../images/boxtopp.jpg);
background-position:top right;
background-repeat:no-repeat;
border:2px solid #9933FF;
}

#contbox3 {
margin:0px;
/*width:250px;*/
text-align:left;
color:#FFFFFF;
padding:10px;
background-color:#000000;
background-image:url(../images/boxbottom.jpg);
background-position:bottom right;
background-repeat:no-repeat;
border:2px solid #9933FF;
}

#contbox4 {
margin:0px;
/*width:250px;*/
text-align:left;
color:#FFFFFF;
padding:10px;
background-color:#000000;
background-image:url(../images/boxbottom2.jpg);
background-position:bottom right;
background-repeat:no-repeat;
border:2px solid #9933FF;
min-height:250px;
}

#contbox5 {
margin:0px;
/*width:250px;*/
text-align:left;
color:#FFFFFF;
padding:10px;
background-color:#000000;
/*background-image:url(../images/boxbottom3.jpg)*/;
background-position:bottom right;
background-repeat:no-repeat;
border:2px solid #9933FF;
}

#contbox6 {
margin:0px;
/*width:250px;*/
text-align:left;
color:#FFFFFF;
padding:10px;
background-color:#000000;
background-image:url(../images/boxbottom3.jpg);
background-position:bottom right;
background-repeat:no-repeat;
border:2px solid #9933FF;
min-height:250px;
}


#footer {
	background-color:green;
	background:url(/images/bg.png) repeat-x top left;
	color:#FFFFFF;
	text-align:right;
	font-size:smaller;
	width:100%;
	height:20px;
}

.clearfloat {
clear:both;
}

.alignleft {

	text-align:left;
}

.aligncenter {

	text-align:center;
}


.noborder {
	border:0px;
}


ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.8em;
background:url(/images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border-top:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(/images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*GREEN*/
ul.menu.green{
background-color:#9933FF;
}
ul.menu.green li a:hover, .menu.green li.current {
background-color:#CCCCCC;
}     


#Home_body #Home,
#About_body #About,
#Mixes_body #Mixes,
#Blog_body #Blog,
#Images_body #Images,
#Reviews_body #Reviews,
#Links_body #Links,
#Home_Contact #Contact {

color:#fff;
background:url(/images/bg.png) repeat-x top left;
text-decoration:none;
background-color:#CCCCCC;
font-weight:bold;
}


IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    border:0px;
	}
	
.divline{
	background:url(/images/barline.jpg) no-repeat center;
}