/* Basic Elements */

body {
	background-image: url(/template/images/bkgd2.png);
	background-color: #FFCC33;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	overflow: scroll;
	width: 100%;
}

/* Divs */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 100%;
}

#header {
	height: 170px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	text-align: right;
	background-image: url(../template/images/soundrebeldem-smalllogo.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100px;
	color: #330099;
	font-style: normal;
	background-position: left top;
	font-weight: bolder;
	min-width: 800px;
}

#left {
	float: left;
	width: 15%;
	padding-left: 1%;
}

#right {
	float: left;
	width: 15%;
	padding-right: 1%;
	padding-left: 1%;
}

#content {
	float: left;
	width: 65%;
	padding-left: 1%;
}

#footer {
	margin-top: 15px;
	clear: both;
	text-align: center;
}

/* Classes */

h1 {
	background-color: #8b4500;
	color: #FFCC33;
	font-weight: bolder;
	text-align: center;
}

h2 {
	font-size: x-small;
	text-align: right;
}

#content img {
	margin: 8px 8px 8px 8px;
}

ul.vertical_list li{
	text-align:	right;
	list-style:	none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
}

ul.footer_list li{
	text-align:	right;
	list-style: none;
	float:	left;
	margin-top: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0.3em;
	font-size: x-small;
	display: inline;
}

a {
	text-decoration: none;
	color: #330099;
}

a:hover {
	text-decoration: none;
	color: #0099FF;
	font-weight: bolder;
}
/* Spans */

.caption-span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
}

