﻿html, body {
	padding: 0px;
	color: #000; 
	background: url(Images/GenesisBG.jpg);
	font-family: Verdana, Arial, sans-serif;
    text-align: center;
    margin: auto;
    font-size: small;
	}
div#wrapper {
	width: 900px;
	height: 816px;
	text-align: left;
	margin-top: 10px;
	border: 1px solid black;
	background: white;
	}
div#left_bar {
	width: 200px;
	height: 816px;
	background:#A48C72;
	color: white;
	float: left;
}
#left_bar img {
	border: 0px;
}
div#banner {
	width: 700px;
	height: 141px;
	background: url(Images/GenesisBW.jpg);
	float: left;
}
#banner h1 {
	font-family: Architect;
	text-align: center;
	font-weight: bold;
	font-size: 36pt;
}
#banner h2 {
	font-family: Architect;
	text-align: center;
	font-weight: bold;
	font-size: 24pt;
}
div#menu {
	width: 700px;
	height: 20px;
	padding: 0px;
	height: 20px;
	background: #DEBC97;
	border-top: 1px solid #A48C72;
	border-bottom:	1px solid #A48C72;
	float: left;
}
#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	background: #DEBC97;
	width: 70px;
	height: 20px;
	padding: 0px;
	margin: 0 0 10px 0;
	color: black;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px arial,verdana, sans-serif;
	}

#menu ul li a:hover {
	color: white;
	background: #A48C72;
	}
div#editormenu {
	width: 900px;
	height: 20px;
	padding: 0px;
	height: 20px;
	background: #E6E6E6;
	border-top: 1px solid #A48C72;
	border-bottom:	1px solid #A48C72;
	float: left;
}
#editormenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#editormenu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#editormenu ul li a {
	background: #E6E6E6;
	width: 110px;
	height: 20px;
	padding: 0px;
	margin: 0 0 10px 0;
	color: #A48C72;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px arial,verdana, sans-serif;
	}

#editormenu ul li a:hover {
	color: white;
	background: #A48C72;
	}
div#main {
	height: 608px;
	width: 690px;
	padding: 5px;
}
div#editormain {
	height: 637px;
	width: 900px;
	padding: 5px;
}
div#footer {
	width: 700px;
	height: 35px;
	background: #DEBC97;
	text-align: center;
	font-size: x-small;
	color: black;
	float: left;
	}
#footer a {
	text-decoration: none;
	color: black;
}#footer a:hover {
	color: white;
}
#footer p {
	margin: 3px;
}
p.large {
	font-weight: bold;
	font-style: italic;
	font-size: large;
	text-align: justify;
}
p.center {
	text-align: center;
}
h2 {
	text-align: center;	
}
#main_left h2 {
	color: #A48C72;
	}
#main_left h3 {
	color: #5473A2;
	text-align: center;
	}
#main h2 {
	color: #A48C72;
	}
#main h3 {
	color: #5473A2;
	text-align: center;
	}
p.fine {
	font-size: xx-small;
	font-weight: bold;
	}
div#img {
	width: 250px;
	float: left;
	text-align: center;
}
p.pullquote {
	color: white;
	background: #A48C72;
	border: 2px solid black;
	padding: 5px;
}
p.title {
	font-size: small;
	font-weight: bold;
	font-style: italic
}