html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	min-height: 100%;
	background:#dfdfdf url(img/bodybg.jpg);
	text-align:center;
}
		/* STRUCTURE */
#pagewrap {
	display:block;
	max-width:2000px;
	margin: 0 auto;
}
			/* HEADER */
#header {
	background: url(img/arr.png) no-repeat 5px 35px;
	display:block;
	position:relative;
	max-width:2000px;
	height:78px;
	margin-left:auto;
	margin-right:auto;
}
#logo-title{
	display:inline-block;
	position:absolute;
	top:0px;
	left:15px;
	color: #333333;
	text-shadow: 0px 1px 1px #ffffff;
}
#logo-title a {
	color: #333333;
	font-weight:normal;
	text-decoration:none;
}
#logo-desc {
	display:inline-block;
	position:absolute;
	top:33px;
	left:58px;
	font-size:18px;
	font-weight:lighter;
	color:#999999;
	text-shadow: 0px 1px 1px #ffffff;
}
		
			/* GENERAL */

.page_heading {
	clear:both;
	font-weight:normal;
	display:block;
	font-size:18px;
	text-shadow: 0px 1px 1px #ffffff;
	text-transform:uppercase;
}
			
			/* MULTI CATEGORY */
			
.cat_list {
	text-align:center;
	display:block;
	list-style:none;
	width:100%;
}
.cat_item  {
	display:inline-block;
	width:328px;
	height:265px;
	margin-bottom:4px;
	padding:4px 0px 0px 0px;
	border:1px solid #999999;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.cat_item a {
	text-decoration:none;
	color:#666;
}
.cat_item_thumb {
		display:block;
}
.cat_item_name {
		text-transform:uppercase;
		display:block;
}

/* CATPAGE */
			
.content_list {
	text-align:center;
	display:block;
	list-style:none;
	width:100%;
}
.content_item  {
	display:inline-block;
	width:328px;
	height:265px;
	margin-bottom:4px;
	padding:4px 0px 0px 0px;
	border:1px solid #999999;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.content_item a {
	text-decoration:none;
	color:#666;
}
.content_item_thumb {
		display:block;
}
.content_item_title {
		text-transform:uppercase;
		display:block;
}

		/* TOP SITES */

#top-sites {
	border-bottom:1px solid #999;
}
#top-sites ol {
	list-style:none;
	display:inline-block;
	width:330px;
	margin:0;
	padding:0;
}
#top-sites a {
	text-transform:uppercase;
	text-decoration:none;
	color:#666;
}

		/* FOO */
		
#footer {
	height:50px;
	background:#000;
	text-align:left;
	border-top:1px solid #CCC;
}
.copyright {
	font-size:95%;
	color:#999;
}

.copyright a {
	color:#999;
	text-decoration:none;
}
#player {
	background:#000000;
	display:block;
	padding:0;
	width: 640px;
	height: 400px;
	border: 1px solid #000;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}
