/* Overall */

body { background: #000000; }

/*span { display: none; }*/

a img { border: none; }

a:link {
	color: #9B3036;
	text-decoration: none;
}

a:visited {
	color: #9B3036;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

h1 {
	font-family: serif;
	font-size: 24px;
	color: #9B3036;
}

h2 {
	text-align: center;
	font-family: serif;
	font-size: 22px;
	color: #9B3036;
}

h3 {
	font-family: serif;
	font-size: 18px;
	color: #9B3036;
	text-align: center;
}

h4 {
	font-family: serif;
	font-size: 16px;
	color: #9B3036;
	text-align: center;
}

h5 {
	font-family: serif;
	font-size: 14px;
	color: #9B3036;
	text-align: center;
}

ul {
	list-style-position: outside; 
	list-style-type: square; 
	text-indent: 0;
	color: #9B3036; 
}

hr {
	display: block;
	width: 90%; 
	height: 3px; 
	margin: auto; 
	border: 0;
	background: #9B3036;
}

p { 
	font-family: serif; 
	font-size: 14px; 
	color: #9B3036; 
}

div.rug {
	width: 760px; 
	height: auto; 
	margin: auto; 

}

/* Header */

div.roof {
	height: 175px;
	background: #000000;
	border: solid 1px #9B3036;
	padding: 0px 10px 0px 10px;
	background-image: url('images/goplacesbnr.gif');
	background-repeat: no-repeat;
	background-position: left;
}

div.roof h1 {
	text-align: right;
	font-family: serif;
	font-size: 22px;
	color: #9B3036;
}

div.roof h2 {
	text-align: right;
	font-family: serif;
	font-size: 14px;
	color: #9B3036;
}

/* Content */

div.dafic {
	margin: 10px 0px 10px 140px;
	padding: 0px 10px 0px 10px;
	background: #E5E5E5;
	border: solid 1px #9B3036;
}

div.dafic p {
	text-indent: 2em;
	text-align: justify;
	color: #000000;
}

div.authors_notes {
	margin: 0 10% 0 10%;
	padding: 0px 10px 0px 10px;
	background: #351B1C;
	border: solid 1px #9B3036;
}

div.authors_notes p {
	text-indent: 0em;
	text-align: left;
	font-size: 9px;
	font-family: sans-serif;
	color: #9B3036;
}

div.next p {
	text-indent: 0;
	text-align: center;
}

div.next a {
	font-size: 24px;
}

p.disclaimer {
	text-indent: 0;
	text-align: left;
}

div.piccie {
	text-indent: 0;
	text-align: center;
}

div.mid {
	text-indent: 0;
	text-align: center;
}

/* Footer */

div.floor {

}

div.bottom_page {
	margin-top: 10px;
	padding: 0px 10px 0px 10px;	
	background: #351B1C;
	border: solid 1px #9B3036;
}

#backto {

}

/* Menu Row */

div.menu_row {
	width: 130px;
	float: left;
}

div.menu_row p {
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
}

div.menu_row ul {
	list-style-position: outside; 
	list-style-type: square; 
	margin-left: -20px;
	text-indent: 0;
	color: #9B3036; 
	font-size: 11px;
	font-family: sans-serif "Verdana";
}

div.menu_row li a {
	font-size: 11px;
	font-family: sans-serif "Verdana";
}

/* Site Menu */

div.menu {
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
	background: #351B1C;	
	border: solid 1px #9B3036;
}

/* Fic Menu */

div.menu_fic {
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
	background: #351B1C;
	border: solid 1px #9B3036;
}

