/* HTML ELEMENTS */
body, html, h1, h2, h3, p, ul , li{
	margin:0;
	padding:0;
}
body{
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;	
}

h1{
	font-size:1.2em;
	padding:1em;
}
h1 span{
	color:#cd2f15;
}
h2{
	font-size:0.9em;
	padding:1em 1em 0 1em;
}
p{
	font-size:0.8em;
	padding:0.4em 0.3em 0.4em 1em;
}
p#footer{
	color:#fff;
	background-color:#a22d34;
	font-size:0.75em;
	text-align:center;
	clear:both;
	padding:0.3em 0;
}
p#footer a:link{
	color:#fff;
	text-decoration:underline;
}
#content ul{
	font-size:0.8em;
	margin:1em 1em 1em 3em;
}
#content li{
	margin-bottom:1em;
}
ul#error {
	margin:1em 0 1em 2em;
	padding:0;
	list-style:url(/img/arrow_red.gif) none;
}
ul#error li {
	margin:0.6em;
	padding:0 0 0 0.5em;
	color:#FF0000;
}
legend {
	padding: 0.2em 0.5em;
	color:#000;
	font-size:0.9em;
	text-align:right;
	font-weight: bold;
}
fieldset {
	padding: 1em;
	margin:0 1em 1em 1em;
	border:1px solid #a22d34;
}
label {
	float:left;
	width:25%;
	margin:0.2em 0.5em 0.2em 0;
	padding-top:0.2em;
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
}
input, textarea, select {
	margin:0.2em 0;
}
input#submit{
		margin-left:30%;
}
table#shows{
	width:80%;
	margin-left:30px;
	font-size:0.8em;
}
table #shows td{
	padding:0.2em;
}
/* LAYOUT */
#container{
	width:800px;
	margin:0 auto;
	background:#000 url(../images/audience.jpg) bottom left no-repeat;
}
#header{
	background: #fff url(../images/header.jpg) top left no-repeat;
	height:272px;
}
#content{
	background-color:#fff;
	width:597px;
	float:left;
}
#spacer{
	height:8em;
}
/* MENU */
ul#menu{
	float:left;
	width:163px;
	background:transparent url(../images/side-top.jpg) top left no-repeat;
	list-style-type:none;
	padding:50px 0 0 40px;
	margin-bottom:100px;
}
ul#menu li{
	border-top:1px solid #fff;
	font-size: 1em;
	padding:0.1em 0 0.6em 0;
}
ul#menu a{
	display:block;
	text-decoration:none;
}
ul#menu a:link, ul#menu a:visited{
	color:#fff;
}
ul#menu a:hover,ul#menu a:active,ul#menu a:focus{
	color:#CCCC00;
}
/* IMAGES */
a img{
	border:none;
}
img#logo{
	margin:90px 0 0 70px;
}
#paul img{
	margin:0 0 5px 5px;
}

/* CLASSES */
.right{
	float:right;
	clear:right;
}
.clear{
	font-size:0;
	line-height:0;
	clear:both;
}
.caption{
	width:250px;
	font-weight:bold;
}
.caption p{
	text-align:center;
	padding:0;
}
.center{
	margin:0 auto;
	text-align:center;
}