﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #F6E07B;
}
#container {
	border: 4px solid #950000;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #fff top;
}
/* Styles for Header */
#babylonheader {
	background-color: #950000;
	height: 110px;
	background-image: url('../images/babylon100.gif');
	background-repeat: no-repeat;
	padding-left: 200px;
}
#babylonheader img{
	vertical-align: top;
	float: right;
}
#babylonheader ul{
	list-style-type: none;
	width: 600px;
	margin: 0;
	padding: 0;
	top: 85px;
	position: absolute;
	z-index: auto;
}
#babylonheader li{
	margin: 0px;
	float: left;
}
#babylonheader a{
	margin: 0px;
	border-color: #F6E07B;
	padding: 2px 20px 3px 20px;
	display: block;
	color: #F6E07B;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	border-top-style: solid;
	border-top-width: 1px;
}
#babylonheader a:hover{
	margin: 0px;
	background-color: #F6E07B;
	color: #000000;
}
.headerstyle1 {
	margin: 0px;
	font-size: 36px;
	padding-left: 100px;
	position: relative;
	width: 300px;
	height: 36px;
	font-family: "Times New Roman", Times, serif;
	color: #F6E07B;
}
.headerstyle2 {
	margin: 10px 0px 0px 0px;
	font-size: 24px;
	color: #F6E07B;
	font-family: "Times New Roman";
	position: relative;
	top: -16px;
	padding-left: 0px;
}
/* Styles for Page */
#content_container {
	position: relative;
	width: 100%;
	background-image: url('../images/leftdiv.gif');
	background-repeat: repeat-y;
}
#babylontop {
	background-image: url('../images/topdiv.gif');
	background-repeat: no-repeat;
	height: 20px;
}
#leftcolum {
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}
#leftcolum a{
	font-family: "Times New Roman";
	font-size: 18px;
	color: #F6E07B;
	padding: 5px 20px 5px 5px;
	text-decoration: none;
	display: block;
	text-align: center;
}
#leftcolum a:hover{
	color: #000000;
	background-color: #F6E07B;
}
#pagecontent {
	margin-left: 120px;
	text-align: center;
	font-family: Arial;
	font-size: small;
}
#pagecontent h2{
	color: #804040;
}
#pagecontent ul{
	text-align: left;
	margin-left: 50px;
}
#pagecontent li{
	list-style-type: square;
}
#pagecontent a{
	color: #000000;
	text-decoration: none;
}
#pagecontent a:hover{
	text-decoration: underline;
}
#babylonbottom {
	margin: 0px;
	background-image: url('../images/bottomdiv.gif');
	background-repeat: no-repeat;
	height: 20px;
}
/* Styles for Footer */
#babylonfooter {
	padding: 20px 10px 20px 150px;
	background-color: #950000;
}
#babylonfooter ul{
	list-style-type: none;
	width: 580px;
	margin: 0;
	padding: 0;
}
#babylonfooter li{
	margin: 0px;
	float: left;
}
#babylonfooter a{
	padding: 2px 12px 3px 12px;
	display: block;
	color: #F6E07B;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#babylonfooter a:hover{
	text-decoration: underline;
}
#copyright {
	padding: 10px;
	font-family: Arial;
	font-size: x-small;
	text-decoration: none;
	color: #F6E07B;
	background-color: #950000;
	font-weight: bold;
}
#copyright a{
	color: #F6E07B;
	text-decoration: none;
}
