html, body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #4b5049;	
	text-align:center;
	}

#wrapper {
	position: relative;
	text-align: center;
	margin: 0px auto;
	width: 490px;
	padding: 20px;
	background-color: #333333;
	}

#layout {
	position: relative;
	width: 490px;
	padding: 20px 0px;
	}

#navigation {
	position: relative; 
	width: 470px; 
	background-color: #ffffff; 
	padding: 10px;
	}

#container {	
	text-align:left;
	margin:0 auto;
	width: 100%;
	background: url(http://psychodelic.daily-lovejuice.net/layout/back.jpg);
	}

#header {
	height:450;
	background: url(http://psychodelic.daily-lovejuice.net/layout/header_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	
td.layout {
	border: 0px;
	}

#content {    
	margin-left: auto;
    margin-right: auto;
	width:500px;
	padding: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #ffffff;
	text-align:left;
	}

#footer {
	clear:left;
	width: 100%;
	padding: 0px;
	height:300px;
	color: #7c8079;
	text-align:left;
	background: #4b5049;
	border-top: 10px solid #4b5049;
	filter: alpha(opacity=100);
	opacity: 1.0;
	}
	
.news {
	border: none;
	padding: 5px 5px 7px 5px; 
	background: none;
	}
	
blockquote {
	color: #4b5049; 
	border: 11px solid #666666;
	padding: 5px 5px 7px 5px; 
	background: url(http://psychodelic.daily-lovejuice.net/layout/back.jpg);
	}
	
b, strong {
	color: #6e726c; 
	font-family: Verdana;
	text-transform: uppercase;
	}
	
u, underline {
	color: #6e726c;
	border-bottom: 1px solid #bdaf9b;  
	background: none;
	}
	
i, italic, em {
	color: #6b8b69;
	}
	
.newsets {
	padding: 0px;
	margin: 1px; 
	background: none;
	border: 0;
	}

a, a:link, a:visited, a:active {
	color: #bdaf9b;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #6e726c; 
	}

input, textarea, option, select {
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 11px; 
	color: #6e726c; 
	padding: 2px 5px; 
	border-top: 1px solid #c0c0c0; 
	border-left: 5px solid #c0c0c0; 
	border-right: 1px solid #c0c0c0; 
	border-bottom: 1px solid #c0c0c0; 
	}

table, tr {
	font-size: 11px; 
	}
	
td {
	font-size: 11px; 
	borde: none;
	}

td.members {
	font-size: 11px; 
	border-bottom: 1px solid #4b5049;
	}
	
img {border: 0px;}

h1 { 
	width: 460px;
	color: #4b5049;
	font-size: 28px;
	text-align: left;
	background: none;
	padding-left: 40px; 
	letter-spacing: 0px;  
	text-transform: none; 
	font-family: Georgia;
	border-bottom: 2px solid #4b5049;
	}

h2 { 
	width: 100%;
	color: #aa9b87;
	font-size: 13px;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	word-spacing: 7px;  
	letter-spacing: 2px; 
	font-family: Georgia;
	text-transform: uppercase; 
	border-bottom: 1px dashed #4b5049;
	}

h3 { 
	width: 90%;
	border: 0px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0px;  
	font-family: Georgia;
	background: #7c8079;
	text-transform: uppercase; 
	}

label {
float: left;
width: 12em;
text-align: right;
margin: 0 0.5em 0 0;
}

ul {
list-style: none;
}

/*
h1, h3 {
font-family: Georgia;
font-weight: bold;
font-size:14px;
color: #666666;
text-align: left;
text-transform: uppercase;
letter-spacing:1px;
line-height: 16px;
margin:0px;
padding: 5px;
}

h2 {
margin-bottom: 7px;
margin-top: 0px;
line-height:13px;
font-size:11px;
font-family: Trebuchet Ms;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: normal;
color: #ffffff;
text-align: left;
padding:2px;
}
*/

/* -------------- MENU ------------------ */

div.menu {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 100px;
	text-align: center;
	background: none;
	text-transform: uppercase;
	border-top: 10px solid #4b5049;
	border-bottom: 10px solid #4b5049;
	}
	
a.menu1:link, a.menu1:visited, a.menu1:active {
	height: 15px;
	display:block;
	color: #fef5e6;
	background: #6e726c;
	border-bottom: 1px solid #4b5049
	}
	
a.menu1:hover {
	height: 15px;
	display:block;
	color: #4b5049;
	background: #999e96;
	border-bottom: 1px solid #4b5049
	}
	
a.menu2:link, a.menu2:visited, a.menu12active {
	height: 15px;
	display:block;
	color: #fef5e6;
	background: #bdaf9b;
	border-bottom: 1px solid #4b5049
	}
	
a.menu2:hover {
	height: 15px;
	display:block;
	color: #4b5049;
	background: #d0c8b8;
	border-bottom: 1px solid #4b5049
	}
