body {	
	font-family: Papyrus;
	color: white;
	font-weight: bold;
	background: url(abs.jpg) fixed;
	text-align: center;
				
}



#content {
	color:green;
	background-color: transparent;
	border: 1px solid transparent;
	float: left;
	font-family: Papyrus;
	padding: 1px 1px;
	text-align: left;
	width: 100%;				
}

#pitch { 
clear: both; 

 width:800px; height: 50px; margin: 0 0 30px; 
 padding: 60px 360px 0 30px; 
 }
#pitch h1 { 
font-size: 2.4em; 
color: black; 
margin: 0 0 20px; 
}
#pitch em { 
font-size: 1.3em; 
font-weight: bold; 
line-height: 1.6em; 
}


#nav {
	
	width: 100%;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
	border-bottom: 1px solid transparent; 
	border-top: 1px solid transparent; }
#nav li {
	float: left;
	list-style:none; }
#nav li a {
	font-family: Calibri;
	font-size: 18px;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: red;
	border-right: 1px solid transparent; }
#nav li a:hover {
	color: #c00;
	background-color: #fff; }


#header-wrapper {

	height: 5px;
}

#header {
	width: 900px;
	margin: 0 auto;
}


#menu {
	float: left;
	width: 900px;
	height: 44px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 10px;
	margin-right: 1px;
	padding: 30px 30px 0px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Papyrus;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
}

#menu .current_page_item a {
}

#menu li.first {
	background: none;
}
#userbar {
	background:transparent;
	float: right;
	width: 250px;
}

#footer {
	
	clear: both;
 
}


table {
	border-collapse: collapse;
	width: 100%;
}

table a {
	
	color: white;
}

table a:hover {
	color:#373737;
	text-decoration: none;
}

th {
	font-family: Calibri;
	background-color: #B40E1F;
	color: #F0F0F0;
}

td {

	padding: 1px;
}

tr {
font-family: Papyrus;
}

h1 {

	font-family: Calibri;
	color: #F1F3F1;
}

h3 {
font-family: Calibri;
margin: 0; 
padding: 0;
}


.item {
	background-color: #00728B;
	border: 1px solid #032472;
	color: #FFF;
	font-family: Arial;
	padding: 3px;
	text-decoration: none;
	float:left;
}

.leftpart {
	width: 70%;
}

.rightpart {
	width: 30%;
}

.small {
	font-size: 75%;
	color: #373737;
}
#footer {
	color: white;
	font-size: 100%;
	padding: 3px 0 0 0;
	font-family: Papyrus;
}

.topic-post {
	height: 100px;
	overflow: auto;
}

.post-content {
	padding: 30px;
}

textarea {
	width: 500px;
	height: 200px;
}