@charset "UTF-8";
/* CSS Document */

body{
	background:#000;
	color:#cff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
a {
	color:#678;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h3 {
	border:0px solid #fff;
	width:90px;
	height:20px;
	float:left;
	padding:0px;
	margin:0px;
	font-size:0.9em;
	font-weight:normal;
}
.full {
	width:180px;
}

#header{
	color:#adf;
	text-align:center;
	font-size:6em;
	height:100px;
}
#container{
	float:none;
	background:#182028;
	width:800px;
	height:460px;
	margin-left:auto;
	margin-right:auto;
}
.panel{
	float:left;
	width:184px;
	height:440px;
	padding: 0px;
	background: #000;
	margin: 8px;
	text-align:center;
}
.panel img {
	margin: 5px;
	padding: 5px;
	border:0px solid #fff;
}
.panel img:hover {
/*	border:1px solid #69c; #adf
*/	background:#234;
}
.panel iframe{
	margin:10px;
}
.panelhead{
	margin:5px;
	text-align: center;
	color: #000;
	height:50px;
}
#footer{
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	background:#182028;
	width:100%;
}
#web{
	background:#adf url(../images/icons/websites.png) no-repeat center center;	
}
#tees{
	background:#adf url(../images/icons/tees.png) no-repeat center center;	
}
#music{
	background:#adf url(../images/icons/music.png) no-repeat center center;	
}
#print{
	background:#adf url(../images/icons/print.png) no-repeat center center;	
}

