* {
	padding: 0;
	margin: 0;
}

a, a:visited {
	color: #521216;
	font-weight: bold;
}

a:hover {
	color: #666666;
}

ul, ol {
	list-style: none;
}

h1, h2, h3, h4 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}


body {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper {
	background: url(images/back.jpg) top center no-repeat;
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 573px;
}

#header {
	position: relative;
	height: 184px;
}

#header ul {
	position: absolute;
	bottom: 8px;
}

#header ul li {
	position: relative;
	float: left;
	padding-left: 25px;
	color: #F2D3AC;
	text-transform: uppercase;
}

#header ul li a, #header ul li a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

span.spa {
	color: #FF8080;	
	font-weight: bold;
}	

#header ul li a:hover {
	color: #FF8080;	
}	

.col {
	color: #BF5D0D;
}

#content {
	margin-top: 20px;
	position: relative;
	padding: 10px;
	text-align: justify;
}

#content h1 {
	font-size: 24px;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 15px;
}

#content p {
	line-height: 130%;
}

#content strong {
	color: #BF5D0D;
}

#content .dako {
	font-size: 25px;
	font-style: italic;
}

#content img {
	float: left;
}

#footer {
	font-family: Verdana, "Times New Roman", Times, serif;
	margin-top: 30px;
	position: relative;
	padding: 10px;
	height: 50px;
	border-top: #757575 3px solid;
}

