/* CSS Document */

/* ShinraTours - February 2009 */

body {
	background-color: #220000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	/* color: #FFFFFF; */ /* for content testing only */
	color: #660000; /* actual color */
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	}

	
#content_container {
	display: table;
	margin: 0 auto;
	border: 3px solid #990000;
	width: 706px;
	height: 100%;
}

#content_header {
	display: table-row;
	height: 190px;
	}

#content_menu {
	display: table-row;
	height: 10px;
	background-color: #990000;
	}

#content_text {
	display: table-row;
	/* height: 100%; */
	background-image: url("graphics/shinratile.jpg");
	background-position: top left;
	background-repeat: repeat;
	}

#content_footer {
	display: table-row;
	height: 10px;
	background-color: #990000;
	}

.menu {
	display: table-cell;
	padding-left: 87px;
	color: #DD9900;
	font-size: 14px;
	}
	
,menu a:visited {
	color: #FFFFFF;
	}
	
#dropmenu {
	margin: 0 auto;
	padding: 0px;
	}

#dropmenu li {
	list-style: none;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	}
	
#dropmenu li a {
	display: block;
	}
	
#dropmenu li ul {
	display: none;
	width: 12em; /* Width to help Opera out */
	background-color: #990000;
	font-size: 12px;
	}
	
#dropmenu li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	}
	
#dropmenu li:hover li {
	float: none;
	border-bottom: 1px solid #DD9900;
	font-size: 10px;
	}
	
#dropmenu li:hover li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
#dropmenu li li a:hover {
	color: #FFFF88;
	font-weight: bold;
	text-decoration: none;
	}
	
.text {
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 16px;
	}
	
.footer {
	display: table-cell;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	}

a:link {
	color: #CC0033;
	text-decoration: none;
	}
	
a:hover {
	color: #FF6666;
	text-decoration: none;
	}
	
a:active {
	color: #CC6600;
	text-decoration: none;
	}
	
a:visited {
	color: #CC6600;
	text-decoration: none;
	}
		
#content_menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
#content_menu a:hover {
	color: #FFFF88;
	font-weight: bold;
	text-decoration: none;
	}
	
#content_menu a:visited {
	color: #FFCC99;
	font-weight: bold;
	text-decoration: none;
	}
	
	
#content_footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
#content_footer a:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	}
	
#content_footer a:visited {
	color: #FFCC99;
	font-weight: bold;
	text-decoration: none;
	}