/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	text-align: center; /* IE 5 bug fix */
	font: 100.1% "Trebuchet MS", Verdana, Arial;
	margin: 0;
	padding: 0;
	
}

#holder {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

#logo {
	float:left;
}

#header {
	float:left;
}

#topnav {
	width: 760px;
	background-color:#5b0103;
	text-align:right;
}

.linkImg {
	margin:5px 60px 0 0;
}

#slogan {
	text-align:right;
	border-top: 3px solid #000000;
}

/* left navigation */

#leftnav {
	width: 150px;
	margin-top:22px;
	float:left;
}

#nav ul li {
padding: 0;
margin: 0; 
}

#nav ul {
background-color: transparent;
list-style-type: none;
margin: 0; 
padding: 0;
font-size: 90%;
}

#nav ul li a{
border-bottom: 1px solid #5f0000;
color: #5f0000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}

#nav a:hover, #leftcol #nav a:focus { 
background-color: #ecbd0f;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}

#nav ul li p{
	border-bottom: 1px solid #5f0000;
	color: #5f0000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	height: 1%;
	font-weight: bold;
}

/* end left navigation */

#content {
	width: 610px;
	text-align:left;
	margin-top:22px;
	float:left;
}

.dulce {
	margin-left:60px;
}

.title {
	margin-left:8px;
}

.mainPic {
	margin-left:130px;
}

#content p {
	margin: 20px 125px;
	text-align: justify;
	font-size:80%;
}

#content li {
	margin: 20px 125px;
	text-align: justify;
	font-size:80%;
}

#footer {
	width: 100%;
	float:clear;
	text-align:left;
}

#footer a{
	font-size: 9px;
	text-decoration: none;
	color:#5f0000;
	margin-left: 30px;
}


#footer a:hover {
	font-weight: bold;
}

#footer a:active {
	text-decoration: none;
}

.hiddenPic {
	display:none;
}