body {
	background-color: #999999;
	text-align:center;
	min-height:600px;/* for good browsers*/
	min-width:955px;/* for good browsers*/
}

body, td, th {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	word-spacing: normal;
	text-align: left;
}

img { border: none; } 

redtext {
	color: #e31a00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1, h2 {
	color: #e31a00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
	color: #0000FF;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 0px;
	border: 0px solid #ccc;
	border-bottom: 0;
	}

li:hover ul { display: block; }

.bordered {
	border-style:outset;
	border-color: grey;
	border-width:1px;
      }

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 468px;
}
#inner {
width: 955px;
background:red;
height: 600px;
text-align: center;
margin-left:auto;
margin-right:auto;
border:0px solid #000;
}
