html, body {
	margin: 0px;
	padding: 0px;
color:#FFFABF!important;
}
body {
	background-image: url("http://scenetrash.com/images/layout/gold-background.jpg");
	background-color: white;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center right;
	color: #333333;
	font-family: x-small Verdana, Arial, Sans-serif;
	font-size:75%;
	word-spacing: 2px;
	cursor: default;
}
#header {
	width: auto;
	background-image: url("http://scenetrash.com/Images/layout/header.jpg");
	background-repeat:no-repeat;
	height: 160px;
	margin: 0px;
	border: 0px;
}
#footer {
	width: auto;
	background-image: url("http://scenetrash.com/Images/layout/footer.jpg");
	background-repeat:no-repeat;
	height: 72px;
	margin: 0px;
	border: 0px;
}
#wrapper {
	background-image: url("http://scenetrash.com/Images/layout/background.jpg");
	width: 800px;
	height: auto;
	padding: 0px;
	text-align: left;
	background-color:#EFF6FF;
	margin: 0px auto 10px auto;
}
#sidebar {
	background-image: url("http://scenetrash.com/images/layout/gold-background.jpg");
	background-color:#D1A34D;
	height: auto;
	width: 150px;
	border: 10px black double;
	float: left;
	padding:5px;
	z-index:1000;
	margin-top: -50px;
	margin-left: 30px;
}
/*MENU*/
#menu a, #menu a:link, #menu a:active {
	display:block;
font-size:10pt;
font-family:arial;
text-decoration:none;
color:white;
font-weight:bold;
letter-spacing:-1px;
text-transform:lowercase;
	background-color:#AF7718;
	margin:5px;
	border:1px black solid;
	line-height:10px;
}
#menu a:hover{
background-color:#7E3A31;
cursor:help;
}
hr{
height:3px;
background-color:#7E3A31;
border:1px #7E3A31 inset;
}

/*MAILING LIST*/
#mailinglist {
	width:150px;
color:black;
font-weight:bold;

}
#mailinglist li {
	list-style:none;
	text-align:left;
}
#mailinglist ul {
	display:inline;
}
div.indicate-required, strong.note-required {
	display:none
}
label.input-group-label {
	font-weight:bold;
font-size:125%;
}
div.input-group {
	margin-top:-15px;
}
input.required {
	margin-bottom:15px;
}
#mailinglist strong {
	font-size:150%;
font-family:times new roman;
color:white;
}
#mailinglist form {
	text-align:center;
}
#mailinglist input.btn{
border:1px black outset;
background-color:white;
}

/*TWITTER*/
#twitter strong {
	font-size:150%;
font-family:times new roman;
color:white;
}
#twitter li {
color:black;
	list-style:square;
	margin-left:-25px;
}
#twitter a{
font-style:italic;
color:white;
text-decoration:none;
}

/*LEGENDS*/
legend{
font:20pt georgia;
color:#FFF;
line-height:20px;
letter-spacing:-1px;
}
fieldset{
border:2px #AF7718 inset!important;
}

/*ADS*/
#ad, #disqus_thread{
text-align:center;
margin-top:30px;
}

/*LINKS*/
a{
color:#AF7718;
text-decoration:none;
}
a:hover{
color:#7E3A31;
}
strong, b{
	color:#7E3A31;
}