body {
	background-color: #000;
	background-image: url('collective_bg.png');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

#content {
	position: relative;
	width: 800px;
	margin: 0px;
	padding: 10px;
}

#headerimage{
	position: relative;
	width: 930px;
	height: 300px;
}

#updates {
	padding: 5px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 15pt;
	color: #696262;
	text-align: justify;
	position: relative;
	float: right;
	width: 570px;
}

#sidebar {
	position: relative;
	width: 700px;
	padding: 5px;
}

#sidebar a {
	color: #4f3b1f;
	padding: 5px;
	text-decoration: none;
	font-family: rockwell, century gothic;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#sidebar a:hover {
	color: #47595c;
}

#sidebarcontent {
	line-height: 15pt;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #f0ede5;
	text-align: center;
}

#sidebar2 {
	position: relative;
	width: 200px;
	padding: 5px;
	float: left;
	margin-bottom: 15px;
}

#sidebar2content {
	line-height: 15pt;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #252525;
	text-align: justify;
}


#footer{
	padding-top: 30px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

#updates ul{
	padding: 0px;
	list-style: none;
}

#updates li{
	padding: 5px;

}

a {
	text-decoration: none;
	font-weight: bold;
	color: #451f1c;
} 

a:hover {
	color: #fff;
}
b, strong {
	color: #88591b;
}

i {
	color: #435456;
}

.head1 {
	font-size: 13pt;
	font-weight: normal;
	font-family: rockwell, century gothic;
	color: #424241;
	padding-bottom: 15px;
	padding-top: 15px;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
}

.head2 {
	font-size: 13pt;
	font-weight: normal;
	font-family: rockwell, century gothic;
	color: #2d2d2d;
	padding-bottom: 15px;
	padding-top: 15px;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
}

blockquote {
	padding: 10px;
	line-height: 14pt;
	border-bottom: 15px solid #424241;

}


textarea, input, select, button {
	border: 0px solid;
	margin: 0px;
	font-family: arial;
	font-size: 9pt;
	color: #ebe8e1;
	padding: 4px;
	background-color: #424241;
}