html, body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#515151;
	background-color:#0b0502;
	background-image:url(/img/main_bg.png);
	background-position:top;
	background-repeat:repeat-y;
}

img {
	border:none;
}

img a:visited {
	border:none;
}

#page_holder {
	width:900px;
	margin:auto;
	background-image:url(/img/page_bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

#header_holder {
	width:900px;
	height:300px;
}

#navigation_holder {
	clear:both;
	width:900px;
	height:60px;
	color:#53453e;
	overflow:hidden;
	background-image:url(/img/nav_bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

#navigation_holder .menu li {
	list-style:none;
	float:left;
	text-align:center;
	width:130px;
	line-height:30px;
}

#mainContent {
	width:900px;
	min-height:400px;
	overflow:hidden;
}

#side_bar {
	width:240px;
	min-height:400px;
	margin:10px;
	padding:10px;
	float:left;
}

.sidebar_element {
	width:230px;
	padding:5px;
	margin-bottom:10px;
}

#main_bar {
	width:590px;
	min-height:400px;
	margin:10px 10px 10px 0;
	padding:10px;
	float:left;
}

#main_bar_post {
	margin:auto;
	width:580px;
	padding:10px;
}

.album_holder {
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}

.album_img {
	float:left;
	width:200px;
	height:200px;
	padding:20px;
}

.photo_img {
	float:left;
	padding:20px 20px 0 20px;
}

.album_tracklist {
	float:right;
	width:350px;
	min-height:300px;
}

#footer_holder {
	clear:both;
	width:900px;
	height:100px;
	background-color:#151515;
	border-top:1px solid #44372a;
}

#footer_left {
	width:290px;
	height:30px;
	float:left;
	color:#333;
	margin-left:20px;
}

#footer_right {
	width:500px;
	height:100px;
	float:right;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#291a0e;
}

h2 {
	font-size:10px;
	font-weight:bold;
	color:#423128;
}

h3 {
}

.red {
	color:#291a0e;
}

.title {
	color:#390713;
	font-size:16px;
	font-weight:bold;
}

.big_text {
	font-size:16px;
	font-weight:bold;
}

.small_text {
	font-size:10px;
	font-weight:bold;
	color:#423128;
}

.right {
	float:right;
}

.left {
	float:left;
}

.center {
	margin:auto;
	text-align:center;
}

.date li {
	color:#291a0e;
	list-style:square;
}

.event {
	border-bottom:1px solid #666;
	margin-bottom:20px;
}

#form .formbg {
	background-color:#c5b39b;
	colour:#ada18d;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.menu a:link {text-decoration:none; color:#ada18d; font-weight:bold; font-size:20px;}
.menu a:visited {text-decoration:none; color:#ada18d; font-weight:bold; font-size:20px;}
.menu a:active {text-decoration:none; color:#ada18d; font-weight:bold; font-size:20px;}
.menu a:hover {text-decoration:none; color:#ffffff; font-weight:bold; font-size:20px;}

.wubbleyou a:link {text-decoration:none; color:#ffffff; font-weight:bold; font-size:10px;}
.wubbleyou a:visited {text-decoration:none; color:#ffffff; font-weight:bold; font-size:10px;}
.wubbleyou a:active {text-decoration:none; color:#ffffff; font-weight:bold; font-size:10px;}
.wubbleyou a:hover {text-decoration:none; color:#eeeeee; font-weight:bold; font-size:10px;}
