html {
	background-color: #f7f7f7;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

body {
	background-color: #e6e6e6;
	color: #000;
	margin: 0;
	padding: 0;
	color: #000;
}

a {
	text-decoration: none;
	color: #039;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

#site {
	width: 1020px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

#header {
	background-image: url(images/header_image.jpg);
	padding-left: 10px;
	height: 150px;
	clear: both;
}

#header_text {
	font-family: Verdana;
	font-size: 250%;
	color: white;
	left: 40px;
	top: 30px;
	position: relative;
}

#google-links-left {
	padding-top: 8px;
	height: 100px;
}

#section-header {
	position: relative;
	background: #069 url(images/body_header_title_bg.gif) repeat-x 0 100%;
	padding: 10px 15px 0;
	overflow: hidden;
	margin-bottom: -1px;
}

#section-header h1 {
	color: white;
	font-weight: bold;
	text-transform: capitalize;
}

.body-google-ad {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.linebreak {
	clear: both;
	margin-top: 5px;
}

.shadded-box {
	float: left;
	width: 165px;
	padding-bottom: 10px;
}

.shadded-box-content {
	background: url(images/nav-bg.gif) no-repeat top left;
}

.shadded-box-footer {
	padding-bottom: 11px;
	background: url(images/nav-bg-bottom.gif) no-repeat bottom left;
}

#leftNav {
	text-align: center;
}

#siteNav {
	margin-bottom: 15px;
}

#siteNav table {
	width: 120px;
	padding-top: 5px;
	padding-left: 5px;
}

#siteNav td {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: #52a9d4;
}

#download-ff {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}

.google-referals {
	text-align: center;
	float: left;
	padding-left: 12px;
	clear: both;
}

#body {
	right: 200px;
	float: left;
	width: 670px;
	background-color: white;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
}

#body h1 {
	font-size: large;
	font-weight: bold;
	text-shadow: gray;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
}

#body h2 {
	font-size: medium;
	font-weight: bold;
	text-shadow: gray;
	padding-top: 5px;
	padding-bottom: 3px;
}

#body p {
	font-size: small;
	margin-right: 15px;
}

#body a:visited,#footer a:visited {
	color: #7495c6;
}

#ancientLinks {
	list-style: none;
	list-style-position: inside;
}

/* FOOTER */
#footer {
	padding-top: 50px;
	background-image: url("images/footer_image.jpg");
	clear: both;
	height: 70px;
	color: white;
	text-align: right;
	vertical-align: middle;
}

#footer a {
	color: #069;
}

#footer p {
	font-size: 110%;
	margin: 0;
	padding: 0;
}

#rightAds {
	margin-left: 10px;
}

#rightAds .shadded-box-content {
	padding-top: 10px;
	padding-left: 20px;
}

#global-search {
	left: 700px;
	position: relative;
	clear: both;
	top: 10px;
}

#global-search input.search-term {
	font-size: 130%;
	border: 2px solid #99cce6;
	width: 220px;
	padding: 2px 3px;
	padding: 3px 4px 1px;
}

#global-search input.search-where {
	padding: 2px 3px;
	padding: 3px 4px 1px;
}

.DescBody {
	padding: 0px 10px 0px 10px;
}

.DescSubHeader {
	font-weight: bolder;
	font-size: larger;
}

.PharaohsTable {
	width: 400px;
	border-color: black;
	border-style: solid;
	border-width: thin;
}

.description {
	padding-top: 30px;
	padding-bottom: 30px;
}

input.primary {
	background: #39c top left no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	border: 1px solid #069;
	padding: 3px 5px 2px;
	vertical-align: top;
}