body{
	margin: 0; padding: 0;
	height: 100%; max-height: 100%; 
	font-family: Arial;
	background: #5E0202; /* url('../images/bg.png') repeat fixed top left; */
}

hr { width: 65%; }

#topperframe, #navigationframe {
	top: 0; left: 0;
}
#topperframe{ 
	position: absolute;
	right: 0; left: 0px;
	width: 100%; height: 250px;
	background-color: #200236;
}

#navigationframe {
    float:left;
	font-family: Century;
	position: absolute;
	z-index: 1010;
	width: 100%;
	top: 127px;
	
}
#navigationframe ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navigationframe li {
    display:inline;
    margin:0;
    padding:0;
}
#navigationframe a {
font-size: 1.2em;
    float:left;
	color: #000;
    margin:0;
    padding:0 10px 0px 10px;
    text-decoration:none;
	border-top: 5px solid #fff;
}

#navigationframe a:hover {
    color:#000;
	border-top: 5px solid #200236;
	border-bottom: 5px solid #AEA4B3;
}
#navigationfram a:visited {
	color: #000;
}


/* ==================== CONTENT */

#contentframe {
	z-index: 1000;
	position: absolute;
	top: 120px; left: 50px; right: 50px;
	width: auto;
	padding: 75px 40px 15px 40px;
	background: #fff url('../images/corner.png') no-repeat scroll top left;
}
#filler {
	background-color: #fff;
	position:absolute;
	z-index: 990;
	top: 150px; left:50px; right: 50px; bottom: 0;
	width: auto;
}

p { padding: 5px 5px; }

#contentframe a { color: #C40303; }
#contentframe a:visited { color: blue; }
#contentframe a:active {}
#contentframe a:hover { text-decoration: none; }
h1 {padding: 0; margin: 0; }



#tr_corner {
	z-index: 1020;
	position: absolute;
	right: 50px; top: 120px;
	width: 20px; height: 20px;
	background: #fff url('../images/corner2.png') no-repeat scroll top right;
}

#footerframe {
	width: auto;
	padding-top: 75px;
	background-color: #fff;
	font-size: 0.8em;
}



/* Hacks to make IE6 play nice */
* html body{
padding: 120px 0 0 150px; 
}
* html #contentframe{ 
height: 100%; width: 100%; 
}
* html #topperframe{ 
width: 100%;
}