* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	color: #5f3d40;
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size: small;
	margin-left:auto;
	margin-right:auto;
	width:899px;
	min-width:899px;
	background: #6f061c;
	border-left:0px solid red;
	border-right:0px solid red;
 	background-image:url('../img/page_bg.gif');
	background-repeat:repeat-y;
	background-position:center top;
}

div#header {
  	width:100%;
	border:0px solid yellow;
	height:80px;
	padding-top:0px;
	margin-left:auto; 
	margin-right:auto;	
	margin-top:5px;
}


div#content {
	clear:both;
	border: 0px solid blue;
 	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;

 	line-height:13pt;

 	min-height:500px;
 	width:890px;
 	margin-left:10px; 
 	margin-top:20px;
 }

div#footer {
	clear: both;
  	width:880px;
	height:20px;

	background: #FFFFFF;

	border: 0px solid green;
	color: #9b7575;
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;
	position:relative;


}



/* elements */
a {
	text-decoration: none;
	color:#3b8c93;
}

a:hover {color: #BBB;}

img {border: none;}

/* navigation */
.menu {
	float:right;
	height:100%; 
	text-align:center; 
	background-image:url('../img/links/link_bg_center.gif'); 
	background-repeat:repeat-x;	
	margin-right:4px;
}

h1.title {
	padding-top:5px;
}

h2 {
 	font-family: arial, helvetica,sans-serif; 
	line-height: 180%;
	color:#a08f73;
	font-size: 140%;
}


li{
	list-style-type: square;
	margin-left:2.5em;
	line-height: 1.7em;
}

.etrio {
	color:#9b0707;
	
}

.etrio:hover{
	color:#9a7a7a;
}

#label {
	font-weight: bold;
	color:#62005a;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;

}

.spacer {
	padding-bottom:20px;
}


.menu span {
	width:520px;
	background: url(../img/links/link_bg_left.gif) top left no-repeat;
	display: block;
	border:0px solid black;
	height:74px;
}

.menu span span {
	width:520px;
	background: url(../img/links/link_bg_right.gif) top right no-repeat;
	display: block;
	border:0px solid black;
	height:100px;
}

#thankyou {
	display:none;
}

.cycleContainer {
	width:280px;
	float:left; 
	margin-left:3px; 
	background-image:url('../img/logo_bg.gif');
	background-repeat:no-repeat;
}