/* MAIN ELEMENTS */

body
{	background-color:#333333 !important; 
	color: white !important;
	font-family: verdana,arial,sans-serif !important;
	padding: 30px 5% 0 5% !important;
	}
	
	
#main
{	width: 100%;	
	background-color: black;
	border: 1px solid #808080;
	height: 100%;
	padding: 0;
	clear: both;
	min-width: 650px;
	}
#main:after 
{	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
#main-main
{	width: 100%;	
	background-color: #07022b;
	border: 1px solid #808080;
	height: 100%;
	padding: 0;
	clear: both;
	min-width: 650px;
	}
#main-main:after 
{	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

#main-main a
{	color: white;
	}	

#title 
{	text-align: center;
	vertical-align: middle;
	background-color: black;
	padding-top: 20px;
	margin: 0;
	}
#title-main
{	background-color: #07022b;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	margin: 0;
	}
	
	
#nav
{	background-color: #808080;
	padding: 0;
	}
	
	

/* BODY TEXT */


.maintext
{	background-color: black;	
	padding: 10px 20px 10px 20px;
	}
	
.maintext-main
{	background-color: #07022b;	
	padding: 10px 20px 10px 20px;
	}
	
.maintext p
{	line-height: 150%;
	text-align: left;
	font-size: 11pt;
	height: 100%;
	}
	
.clientsleft
{	width: 48%;
	float: left;
	margin: 20px 0 10px 0;
	height: 100%;
	}
.clientsleft:after 
{	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
	
.clientsright
{	width: 48%;
	float: right;
	margin: 20px 0 10px 0;
	height: 100%;
	}
.clientsright:after 
{	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.clientsleft p
{	margin-left: 115px;
	}
	
.clientsright p
{	margin-left: 115px;
	}
	
p.frontpageartists
{	font-size: 18pt;
	}
	
div.link
{	height: 185px;
	}
	
img.artists
{	float: left;
	border: 1px solid white;
	margin: 10px 10px 10px 0;
	clear: both;
	}
	
h1
{	color: 	white;
	font-size: 24pt;	
	text-align: left;
	margin: 10px 0 40px 0;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	}

h2
{	text-align: left;
	background-color: #f1820b;
	color: black;
	font-size: 14pt;
	padding: 4px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 11pt;
	clear: both;
	}
h2.blue
{	text-align: left;
	background-color: #cbcbff;
	color: black;
	font-size: 14pt;
	padding: 4px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 11pt;
	clear: both;
	}
	
h3
{	text-align: center;
	margin-bottom: 30px;
	margin-top: 0;
	font-size: 22pt;
	}
	
h4
{	font-size: 16pt;
	}
	
h2.news
{	font-weight: bold;
	font-size: 11pt;
	margin-top: 20px;
	background-color: black;
	color: white;
	}
	
div.link p { font-size: 16pt; }
	
p.thums
{
	text-align: center;
}
p.thums img
{
	border: none;
}

img#header
{	padding: 10px 10px 10px 0;
	}
	
	
img.community
{	border: 1px solid white;
	margin-right: 7px;
	text-align: left;
	}
	
img.leftwrap
{	border: 1px solid white;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
img.rightwrap
{	border: 1px solid white;
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
/* NAVIGATION */

#nav ul
{	list-style-type: none;
	text-align: center;
	background-color: #808080;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#nav li
{	display: inline;
	margin-right: 30px;
	background-color: #808080;
	}
	

#nav a
{	text-decoration: none;
	width: 20%;	
	color: 	white;
	text-align: center;	
	font-weight: bold;
	font-size: 10pt;
	line-height: 110%;
	background-color: #808080;
	}  


#nav a:hover
{	text-decoration: none;	
	text-align: center;
	color: orange;
	border-bottom: 1px solid orange;
	}


/* LINKS */


.maintext a:link { color: white; } 
.maintext a:visited { color: white; } 
.maintext a:hover { color: orange; } 
.maintext a:active { color: orange; }