body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Tahoma, Arial, Helvetica;
	color: #fccf9b;
	background: #0d0804 url(../layout/body-bg.jpg) repeat-y center;
}

a {
	color: #ffae51;
}

h1 {
	font: 1.6em Tahoma, Arial, Helvetica, sans-serif;
	color: #ffae51;
}

h1 a {
	color: #ffae51;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
}

ul {
	margin-left: 20px;
	}
	
blockquote {
	margin-left: 20px;
	}

.authorfont {
	font-weight: bold;
    font-size: 75%;
    color: #ffae51;
}

.progressfont {
	font-weight: normal;
    font-size: 10px;
    color: #ffae51;
}

 * { 
margin:0;
padding:0;
}

#header {
	height: 330px;
	background: url(../layout/top-bg.jpg) no-repeat center;
	margin-right: auto;
	margin-left: auto;
	margin-top: none;
	padding: 0px;
	margin: 0px; 
}

#header div {
	width: 940px;
	margin: 0 auto;
}

#navigation {
	height: 51px; 
	background: url(../layout/nav-bg.jpg) no-repeat center;
}

#navigation div {
	width: 940px;
	margin: 0 auto;
}

#content-container {
	background: url(../layout/bottom-bg.jpg) no-repeat center top;
}

#top-content-container {
	width: 820px;
	height: 60px;
	margin: 0 auto;
	position:relative;
	left:55px;
}

#top-content-a {
	position:absolute;
	top:0;
	left:10px;
	width:400px;
}

#top-content-b {
	position:absolute;
	top:0;
	right:10px;
	width:400px;
}

#main-content {
	width: 820px;
	margin: 0 auto;
	position:relative;
	left:55px;
}


#footer { 
	margin: 20px auto 0;
	position:relative;
	background: url(../layout/footer-bg.jpg) repeat-x center top;
	height: 26px;
}

#footer-text {
	margin: 0 auto;
	position:relative;
	font-size: 10px;
	color: #f07700;
	width: 820px;
	left: 55px;
	top: 3px;
}

img {
	border: 0;
}

/* CSS for Ajax-based tooltips start here */

div#tipDiv { 
    padding:4px;
    font-size:11px; line-height:1.2;
}

/*  ie6 can't handle selectors like div#tipDiv.tooltip !   */

div.tooltip { 
    background-color:#000; border:1px solid #ffae51; 
    width:250px; 
    }
    
div.tip2 {
    background-color:#000080; border:1px solid #eee; 
    width:150px; color:white;
    }