div#container{
    position: relative;
	margin: 0 auto;
	width: 90%;
    max-width: 1150px;
    padding: 20px 20px 20px 20px;
	background-color:#000000;
	border: 5px solid #838383;
}
div#header{
	clear: both;
    width: 100%;

}
div#logo{
	float: left;
    width: 35%;
	height:60px;
	padding: 0;
	margin-bottom: 10px;
}
div#menu{
    position: relative;
    float: right;
    width: 65%;
	height:60px;
	padding: 0;
	margin-bottom: 10px;
    z-index: 99;
}
div#main{
    border-top: 5px dashed #00af00;
    clear: both;
    margin: 0 auto;
	padding: 0;
    position: relative;
    width: 100%;
}
div#content{
    margin: 0 auto;
    margin-bottom: 10px;
    min-height: 480px;
    width: 100%;
}
div#footer{
	border-top: 5px dashed #00af00;
    clear: both;
    margin: 0 auto;
    min-height: 60px;
    padding-top: 5px;
    width: 100%;
}

/********GENERAL******/
body, html {
	margin:0;
	padding:0;
	background-color: #CCCCCC;
	text-align:left;
	font-weight:normal;
	color: #00af00;
	font-family: Courier New;
}
p, ul, li{
	font-family: Courier New;
	font-weight:normal;
	color: #00af00;
	font-size: 12pt;
	text-align:left;
}
table tr, th, td{
	font-family: Courier New;
	text-align:left;
}
img{
	border: none
}
a:link, a:visited, a:active{
	font-family: Courier New;
	color: #00af00;
	font-size: 12pt;
	text-decoration: none;
}
a:hover{
	font-family: Courier New;
	color: #00af00;
	font-size: 12pt;
	text-decoration: underline;
}
h1{
	font-weight: bold;
	font-family: Courier New;
	color: #00af00;
	font-size: 20pt;
	text-align:left;
}
h2{
	font-weight: bold;
	font-family: Courier New;
	color: #00af00;
	font-size: 16pt;
	text-align:left;
}
h3{
	font-weight: bold;
	font-family: Courier New;
	color: #00af00;
	font-size: 14pt;
	text-align:left;
}
h1.h1Center{
	text-align:center;
}
h2.h2Center{
	text-align:center;
}
h2.h2ICenter{
	font-weight:normal;
	font-style: italic;
	text-align:center;
}
#content li{
	padding-top:5px;
	padding-bottom:5px;
}
li.liYellow{
	color:#c5c340;
}
li.liRed{
	color:#c54040;
}
li.liBlue{
	color:#4078c5;
}
p.timeP{
	padding:0;
	margin:0;
	text-indent: 30pt;
}
table.pTable{
	margin-left:15px;
}
table.pTableWide{
	margin-left:15px;
	width:90%
}
td.tdCenterBottom{
	text-align:center;
	vertical-align:bottom;
}
p.pCenter{
	text-align:center;
}
p.pCenterSmall{
	text-align:center;
	font-size:8pt;
}

/********MENU ITEMS******/
body#index a#indexNav,
body#emperor a#indexEmperor,
body#primarchs a#indexPrimarchs,
body#timeline a#indexTimeline {
	color: #FFFFFF;
}
#nav{
	list-style:none;
	font-weight:bold;
	float:right;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#00af00;
	background:#333;
	text-decoration:none;
}
#nav a:hover{
	color:#00af00;
	background:#585858;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#000;
	background:rgba(0,0,0,0);
	list-style:none;
	position:absolute;
	padding:0;
	margin:0;
	left:-9999px;
}
#nav ul li{
	padding-top:1px;
	float:none;
}
#nav ul a{
	white-space:nowrap;
}
#nav li:hover ul{
	left:0px;
}
#nav li:hover a{
	background:#585858;
	text-decoration:underline;
}
#nav li:hover ul a{ 
	text-decoration:none;
}
#nav li:hover ul li a:hover{
	background:#333;
}

/********FOOTER ITEMS******/
#footer table.tabFooter{
	width: 100%;
}
#footer tr.trFooter{
}
#footer td.tdLeft{
	width: 30%;
	text-align:left;
	vertical-align: top;
}
#footer td.tdMiddle{
	width: 40%;
	text-align:center;
	vertical-align: top;
}
#footer td.tdRight{
	width: 30%;
	text-align:right;
	vertical-align: top;
}
#footer p.pFooter, a.aFooter:link, a.aFooter:visited, a.aFooter:hover, a.aFooter:active{
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
#footer p.pFooterC{
	font-size: 10pt;
	margin: 0;
	padding: 0;
	text-align:center;
}