#mainwrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: sans-serif, Arial, Helvetica;
	font-size: .9em;
}
#topband {
	height: 100px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	background-color: #FF0000;
}

#topband h2 {
	font-size: 120%;
	color: #CCCCCC;
}
#imagearea {
	background-image: url(../images/jarama_.jpg);
	height: 270px;
	background-repeat: no-repeat;
}
#girlimagearea {
	z-index: 4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#contentarea {
	background-color: #FF0000;
}
.footer {
	background-color: #FF0000;
	font-size: 0.85em;
	font-weight: bold;
	padding-top: 7px;
}
.footer a {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-family: sans-serif, Arial, Helvetica;
}	
.footer a:hover {
	color: #FFFF00;
	text-decoration:underline;
	}

.sidebar {
	background-color: #FFFFFF;
	width: 200px;
	z-index: 3;
	left: 30px;
	top: 0px;
	text-align: center;

}
.sidebar h5 {
	background-color: #FF0000;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 2px;
	border-left-width: thin;
	border-bottom-style: solid;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-color: #FFFFFF;
}
.sidebar a {
	display:block;
	text-decoration: none;
	text-align: left;
	background-color: #999999;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #333333;
	margin-bottom: 3px;
	height: 13px;
	font-size: 75%;
	font-family: sans-serif, Arial, Helvetica;
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;

	}
.sidebar a:hover {
	background-color: #333333;
	color: #ffffff;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFF00;

	}
.sidebar a#current {
	background-color: #333333;
	color: #ffffff;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff0000;
	padding-left: 15px;

}
#mainwrapper #contentarea p {
	padding-right: 10px;
	padding-left: 10px;
}
#mainwrapper #contentarea h3 {
	padding-right: 10px;
	padding-left: 10px;
	color: #FE0000;
}
/*#mainwrapper #contentarea img {
	float: left;
	padding-right: 10px;
}*/
#mainwrapper #contentarea img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
