/* standard elements */
html {min-height: 100%;}

body {
	font-family: Lucida Sans Unicode;
	font-size:0.9em;
	text-align: justify;
	color: white;
	background: #6D1B27;
}

div.container {  
	background: /*#885152*/#6D1B27;
	width: 842px; 
	/*height: 490px;*/ 
	margin: 40px auto 0px auto;
	border: 1px solid #CCCCCC; 		 
}

div.clearer {
	clear: both;
}

div.banner { 
	height: 120px;
	background: #6D1B27 url(../images/banner.jpg);
	border-bottom: 1px solid #CCCCCC;
}

div.banner_spanish { 
	height: 120px;
	background: #6D1B27 url(../images/banner_spanish.jpg);
	border-bottom: 1px solid #CCCCCC;
}

div.leftmenu {
	font-weight:bold;
	float: left; 
	width: 140px;
	/*height: 339px;*/
}

div.rightcontent {
	float: right; 
	width: 141px;
	/*height: 339px;*/
}

div.content { 
	/*height: 319px;*/
	background: /*#885152*/ #6D1B27 url(../images/content.jpg) no-repeat;
	font-weight:bold;
	float: left;
	width: 539px;
	min-height: 413px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

div.subcontent { 
	background: /*#885152*/ #6D1B27 url(../images/content2.jpg) no-repeat;
	float: left;
	width: 539px;
	min-height: 413px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.leftmenu a {	
	color: white;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	/*border-bottom: 1px solid #CCCCCC;*/
	width: 140px;
	height: 36px;
	display:block;
}

.leftmenu a:hover {
	background:#885152;
}

.leftmenu a.music:hover {
	background:#7C1526;
}

.leftmenu span.text {
	float:left;
	margin-left: 14px;
}

.leftmenu img {
	border:0px;
	margin-top:8px;
}

.rightcontent div.header {
	font-weight:bold;
	color: white;
	text-decoration: none;
	width: 131px;
	height: 20px;
	display:block;
	margin-top: 25px;
	text-align: center;
}

p.news {
	text-align:left;
}

a img {
	border: none;
}

p.bigger {
	font-size: 1.1em;
}

table {
	width: 530px;
}

td.first {
	width: 430px;
	padding-bottom: 5px;
}

td.second {
	width: 100px;
}

p a {
	font-weight:bold;
	color:white;
}