* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-image:url(images/presentation/header.jpg);
	background-repeat:no-repeat;
	text-align: left;
	position: relative;
	background-color: #663433;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #c0a89f;
}

#container {
	margin: 0;
	padding: 0;
	border: 0;
	width: 800px;
	float: left;
}
#header {
	float: right;
	padding-top: 60px;
	text-align: right;
}
#header p {
	font-size: .7em;
	padding-top: 1em;
}

#sacredmud {
	border: 0;
	position:absolute;
	top:6px;
	left:21px;
	width: 336px;
	height: 77px;
}

#sacredmud_home {
	position:absolute;
	left:244px;
	top:202px;
	width:332px;
	height:79px;
}
#bibleverse {
	position:absolute;
	left:244px;
	top:281px;
	width:332px;
	height:55px;
}

#content {
	float: left;
	padding: 10px 0 0 50px;
	width: 710px;
}

p {
	font-size: .88em;
	padding: 0 0 1em 50px;
	
}
h2 {
	color: #f4eddd;
	font-size: 2.3em;
	font-weight:normal;
	padding-bottom: .5em;
}

img {
	border: 0;
}

ul {
	padding-left:25px;
	font-size:0.88em;
}
ul a {
	font-size:1.14em;
}

a:link {
	color: #f4eddd;
	text-decoration: underline;
}
a:visited {
	color: #f4eddd;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#homenav {
	font-size: 1.2em;
	color: #f4eddd;
	padding-top: 455px;
	text-align: center;
	width: 800px;
	padding-bottom: 30px;
}
#homenav a {
	text-decoration:none;
}
#homenav a:hover {
	text-decoration: underline;
}
#homenav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav {
	font-size: 1.2em;
	color: #f4eddd;
}
#nav a {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#products {
	
}

#products table {
	background-color:#c0a89f;
	width:90%;
	margin-bottom:20px;
	padding-bottom:1em;
	border:0;
}

#products th {
	background-color:#7B869A;
	font-weight:bold;
	color:#333;
	font-size: 0.9em;
	text-align:left;
	padding-left:15px;
}

#products td {
	vertical-align:top;
	color:#333;
	font-size: .9em;
	padding-left:25px;
}

#products td.price {
	text-align:right;
	font-weight:bold
}

#products td ul li {
	font-size:1.2em;
	font-weight:bold;
	padding-top:1em;
}

#products td ul li span {font-weight:lighter; font-size:.9em}

#products td ul ul li {
	font-weight:lighter;
	font-size: .95em;
	padding:0;
	margin-left:-20px;
}

#products ol {margin-left:30px;}
#products ol li {font-size:.9em;}

#products hr {width:90%; text-align:left; margin-bottom:2em}

#copyright {
	font-family: "Courier New", Courier, mono;
	float:left;
	width:100%;
	font-size: 0.7em;
	color: #886060;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 1.5em;
}
#copyright a {
	color: #886060;
	text-decoration: none;
}
#copyright a:hover {
	color: #c0a89f;
	text-decoration: underline;
}
#copyright a:active {
	color: #F4EDDD;
	text-decoration: underline;
}

#gallery ul {
}

#gallery li {
	list-style-type: none;
	float: left;
	padding: 5px 0px 15px 8px;
	border: 1px groove #663333;
	width: 118px;
	background-color:#FEFEFE;
}

.message {
	color: #663332;
	background-color: #c0a89f;
	width: 65%;
	padding: 15px;
	font-weight: bold;
	margin-left: 115px;
}
.messageheather {
	color: #663332;
	background-color: #c0a89f;
	width: 65%;
	margin-left: 115px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.tabletext {
	font-size: 14px;
	color: #333333;
	text-indent: 10px;
}

.smalltext {
	font-size: .7em;
}
.boldunderline {
	font-weight:bold;
	text-decoration:underline;
}

.bold {font-weight:bold}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image:  url("http://sacredmud.com/overlay.png"); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
