* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #d3d082;
	text-decoration: none;
}

a:hover {
	color: #d3d082;
	text-decoration: underline;
}

body {
	text-align: center;
	font-family: "trebuchet ms", arial, sans-serif;
	background: #000000;
	margin-top: 20px;
}

#wrapper {
	width: 850px;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
}

#header {
	width: 850px;
	height: 114px;
	overflow: hidden;
	float: left;
	background: url(img/header_bg.gif) repeat-x;
}

h1.header {
	color: #d3d082;
	font-size: 16pt;
	padding: 15px 0px 0px 20px;
}

p.header {
	color: #ffffff;
	padding: 0px 0px 0px 20px;
	font-size: 14pt;
}

#nav {
	width: 850px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	float: left;
	background: url(img/nav_bg.gif) repeat-x;
}

ul.nav {
	list-style: none;
	width: 600px;
	height: 32px;
}

li.nav {
	float: left;
}

a.nav {
	padding: 0px 0px 0px 20px;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
}

/*  main */
#main {
	width: 850px;
	overflow: hidden;
	float: left;
	background: #ffffff;
	
}

/*  content */
#content {
	width: 550px;
	overflow: hidden;
	float: left;
	background: #ffffff url(img/main_bg.gif) repeat-x;
}

div.post {
	width: 550px;
	overflow: hidden;
	float: left;
}

h2.posttitle {
	padding: 20px 20px 0px 20px;
	font-size: 15pt;
	letter-spacing: -1px;
	color: #222;	
}

p.postmeta {
	font-size: 8pt;
	color: #7b7b7b;
	padding: 0px 20px 0px 20px;
}

a.postmeta,a.postmeta:hover {
	color: #7b7b7b;
}

p.postcontent {
	font-size: 10pt;
	color: #333;
	padding: 0px 20px 0px 20px;
}

a.postcontent {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.postcontent:hover {
	color: #000;
	text-decoration: underline;
}

p.postview {
	font-size: 10pt;
	font-weight: bold;
	padding: 20px 20px 0px 20px;
	color: #333;
}

a.postview {
	color: #333;
}

a.postview:hover {
	color: #333;
}



img.postimage {
	border: 3px solid #b7b7b7;
	margin: 0px 0px 10px 10px;
	float: right;
	width: 160px;
	height: 120px;
}

div.playercontainer {
	padding: 20px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	overflow: hidden;
}
#player {
	width: 508px;
	height: 401px;
}

div.comments {
	width: 550px;
	overflow: hidden;
	float: left;
}

h2.comments {
	padding: 20px 0px 2px 0px;
	margin: 0px 20px 0px 20px;
	font-size: 15pt;
	letter-spacing: -1px;
	color: #222;
	border-bottom: 1px solid #e4e4e4;
}



p.comment {
	font-size: 8pt;
	color: #333333;
	padding: 0px 0px 4px 0px;
	margin: 0px 20px 0px 20px;
	border-bottom: 1px solid #e4e4e4;
}

p.commentmeta {
	font-size: 8pt;
	color: #7b7b7b;
	padding: 4px 20px 0px 20px;
}

a.commentmeta,a.commentmeta:hover {
	color: #7b7b7b;
}

form.comment {
	padding: 4px 20px 0px 20px;
	font-size: 8pt;
	font-family: "trebuchet ms", arial, sans-serif;
}

span.formlabel {
	font-size: 8pt;
	font-weight: bold;
}

p.formerror {
	font-size: 8pt;
	padding: 4px 20px 0px 20px;
	color: #900;
	font-weight: bold;
}

input.formtext {
	width: 200px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 8pt;
}

textarea.formarea {
	width: 510px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 8pt;
}

input.formbutton {
	font-weight: bold;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 8pt;
}

h2.content {
	padding: 20px 20px 0px 20px;
	font-size: 15pt;
	letter-spacing: -1px;
	color: #222;
}

table.content {
	font-size: 8pt;
	color: #333333;
	padding: 0px 0px 4px 0px;
	margin: 0px 20px 0px 20px;
}

p.content {
	font-size: 8pt;
	color: #333;
	padding: 0px 20px 0px 20px;
}

form.content {
	padding: 4px 20px 0px 20px;
	font-size: 8pt;
	font-family: "trebuchet ms", arial, sans-serif;
}

span.content {
	font-size: 8pt;
	font-weight: bold;
}

a.content {
	text-decoration: underline;
	color: #333;
}

a.content:hover {
	text-decoration: none;
	color: #333;
}

select.content {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 8pt;
}

input.content {
	width: 200px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 8pt;
}

textarea.content {
	width: 510px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 8pt;
}

input.contentbutton {
	font-weight: bold;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 8pt;
}


/* menu */
#menu {
	width: 300px;
	overflow: hidden;
	float: left;
	background: #ffffff url(img/main_bg.gif) repeat-x;
}

div.menuitem1col {
	width: 300px;
	overflow: hidden;
	float: left;
}

div.menuitem2cols {
	width: 150px;
	overflow: hidden;
	float: left;
}

h3.menuitem {
	padding: 20px 0px 2px 0px;
	margin: 0px 20px 0px 0px;
	font-size: 12pt;
	letter-spacing: -1px;
 	border-bottom: 1px solid #e4e4e4;
	
}

ul.menuitem {
	list-style: none;
	padding: 0px 20px 0px 0px;
	font-size: 9pt;
}

li.menuitem {
	padding: 3px 2px 2px 16px;
	background: url(img/menu_dot.gif) left 7px no-repeat;
	line-height: 17px;
}

a.menuitem {
	color: #333333;	
}

a.menuitem:hover {
	color: #727248;	
	text-decoration: underline;
}

/* footer */
#footer {
	width: 850px;
	height: 53px;
	overflow: hidden;
	float: left;
	background: #ffffff url(img/footer_bg.gif) repeat-x;
}
