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

#container {
	position: relative;
	margin: 100px auto;
	width:100%;
}

#header_box {
	margin: auto;
	width:780px;
	height:78px;
	position:relative;
}

#content {
	width:780px;
	height:342px;
	border-bottom:#666666;
	border-bottom-style:solid;
	border-bottom-width:thin;
	background-color:#000000;
	}
	
#buttonbox{
	margin: 0px 0px 0px 0px;
	width:780px;
	height:25px;
	}
	

	
#footer_right {
	width:330px;
	height:35px;
	padding: 3px 5px 0px 0px;
	font-size:10px;
	float: right;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Calibri,helvetica, arial,sans-serif;
	font-weight:300;
	color:#FFFFFF;
	}
	
#footer_left {
	width:280px;
	height:35px;
	padding: 4px 5px 0px 0px;
	font-size:9px;
	float:left;
	}
	

.label	{
	width:200px;
	padding: 15px 0 0 10px;
	}


#wallpapers {
	width:760px;
	padding-top: 0px;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Calibri,helvetica, arial,sans-serif;
	font-weight:300;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0px 0 0 10px;
	}
	
#walls {
	margin: 0;
	width: 0;
	height: 80px;
	list-style: none;
	display: inline;
	}

#walls li {
margin: 5px; 
padding: 0;
list-style: none;
display: inline;
}
	
#walls a {
padding: 0;
width /**/:12px; /* for IE5/Win only */
}





#videos {
	width:760px;
	padding-top: 0px;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Calibri,helvetica, arial,sans-serif;
	font-weight:300;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0px 0 0 10px;
	}
	
#vids {
	margin: 0;
	width: 0;
	height: 80px;
	list-style: none;
	display: inline;
	}

#vids li {
margin: 5px; 
padding: 0;
list-style: none;
display: inline;
}
	
#vids a {
padding: 0;
width /**/:12px; /* for IE5/Win only */
}











*{ margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:focus { outline:none }

		
body {
	font-family: Verdana, Arial;
	background-color:#000000;
	background-repeat:repeat-x;
	background-image:url(../images/background_main.gif);
	color:#999999;
	font-size:9px;
	width: 780px;
	margin: auto;
	padding-bottom: 20px;
	text-align: left;
	overflow:hidden;
		}
		

		
		
	#navigation {
	height:19px;
	width:780px;
	padding-top: 0px;
	background-image:url(../images/background_buttons.jpg);
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	padding: 6px 0 0 0px;
	}
	
#navlist {
	margin: 0;
	width: 120px;
	height: 19px;
	list-style: none;
	display: inline;
	}

#navlist li {
margin: 25px; 
padding: 0;
list-style: none;
display: inline;
}
	
#navlist a {
padding: 0;
width /**/:12px; /* for IE5/Win only */
}

