@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Palatino Linotype", "Book Antiqua", Times, serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #5A3E1C url(assets/bkgd/Brushed_Gold_1593.jpg) no-repeat center top;
}
	#wrapper
{
	text-align:left;
	height: auto;
	width: 770px;
	margin: 0px auto;
	font-family: "Palatino Linotype", "Book Antiqua", Times, serif;
	font-size: 100%;
}
#banner
{
	height: 55px;
	width: 770px;
}
#menuBar
{
	width: 700px;
	margin-left: 118px;
	font-family: "Palatino Linotype", "Book Antiqua", Times, serif;
	font-size: 100%;
	color: #5A3E1C;
	font-style: italic;
	margin-top: 12px;
}
#mainContent {
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	color:#5A3E1C;
	font-size: 0.9em;
	text-align: left;
	height: auto;
	width: 500px;
	padding-left: 10px;
	clear: right;
	float: left;
	margin-top: 18px;
}
#sideBar {
	font-family:"Palatino Linotype", "Book Antiqua", Times, serif;
	font-size:100%;
	text-align:center;
	height:auto;
	width:245px;
	clear: right;
	float: right;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 18px;
	border-top: thin groove #5A3E1C;
	background: #C2AF86;
	color: #603813;
}
#wrkSpace {
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	width:750px;
	height:25px;
	float:right;
	background: #C2AF86;
	margin-top: 15px;
	padding-left: 10px;
	padding-top: 5px;
	font-style: normal;
	font-size: 1em;
	clear: both;
	position: relative;
	text-align: center;
	padding-right: 10px;
	margin-bottom: 10px;
}
#footer
{
	text-align: center;
	clear: both;
	float: none;
	height: 20px;
	width: 370px;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-style: italic;
	font-size: 0.8em;
	margin-top: 10px;
	padding-top: 5px;
	color: #669966;
	padding-left: 200px;
	padding-right: 200px;
	border-top: thin solid #669966;
	border-left: #669966;
	border-bottom: thin solid #669966;
}
/*photo boxes */

#photoBox1 {
	width:184px;
	height:auto;
	margin-left:25px;
	margin-top: 20px;
	float: right;
}
#photoBox2
{
	width:184px;
	height:auto;
	margin-left:25px;
	margin-top: 20px;
}
#photoBox3
{
	width:184px;
	height:auto;
	margin-left:25px;
	margin-top: 20px;
	text-align: justify;
	font-size: 0.9em;
	font-style: italic;
}
#photoBox4
{
	width:210px;
	height:auto;
	margin-left:14px;
	margin-top: 0px;
	float: left;
	clear: none;
	top: 400px;
	position: fixed;
	left: 450px;
	text-align: justify;
	font-size: 0.9em;
	font-style: italic;
}
p
{
	font-size:100%;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	color:#603813;
	text-align: left;
	vertical-align: top;
	text-indent: 10px;
	letter-spacing: 0pt;
	word-spacing: normal;
	line-height: 1.1em;
	}
h1 {
	font-size: 1.7em;
	color: #603813;
	font-style: italic;
	font-weight: 900;
}
h2 {
	font-size: 1.3em;
	color: #603813;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-style: italic;
}
h3 {
	font-size: 1em;
	color: #603813;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-style: italic;
	text-align: left;
}
h4 {
	color: #603813;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
}
h5 {
	color: #669966;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-style: normal;
}
h6 {
	color: #669966;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-style: normal;
}
/* these are the links*/


/*regular links*/
a:link{
	color: #603813;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-size: 1em;
	font-style: italic;
}
a:visited {
	color: #603813;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-size: 1em;
	font-style: italic;
}
a:hover {
	color: #FF0;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-size: 1em;
	font-style: oblique;
}
a:active {
	color: #fff;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-size: 1em;
	font-style: italic;
}
