
#container {
background: #e6e6d9;  
overflow: hidden;
}

#secondary1, #secondary2 {
background: #e6e6d9;
}

#secondary1 p,
#secondary2 p,
#mainContent p {
	padding: 1em;
	color: #6b6c5a;
	background: transparent;
	text-align: left;
}

#mainContent {
	background: #e6e6d9;
	text-align: left;
}

#header, #footer {
background: brown;

}

#col1, #col2 {
background: brown;
}

#navbar 
	{
	color: white;
	font-size: 10px;
	line-height: 16px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 16px
	}


#shows_list {
	padding:0;
	margin:0;
	text-align: left;
	  } 
	#shows_list li { 
	  list-style-type:none; 
	  } 

.roundborder { 	border: 3px solid #395b68;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 30px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 2px;
	padding: 6px;
	text-align: left;
	font-size:10px;	
}
