@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #CCC;
	font-size: 11px;
	line-height: 16pt;
}
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
h1 {
	color: #F90;
}
h2 {
	color: #C90;
}
a:link { 
	color: #FFF; 
    text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFF; 
    text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C90; 
    text-decoration: none;
	font-weight: bold;
}
.home #container {
	width: 980px;  
	margin: 0 auto; 
	text-align: left;
	background-image: url(images/bg_maincontent.jpg);
    background-repeat : no-repeat;		
}
.home #header {
	background: #000; 
	width: 980px;	
	height: 160px; 
	background-image: url(images/studio_pjs.jpg);
    background-repeat : no-repeat;	
}
.home #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.home #menu {
}	
.home #mainContent {
	padding: 0 20px; 
}
.home #footer {
	padding: 0 10px; 
}
.home #footer p {
	margin: 0; 
	padding: 10px 0; 
}

