body {
	background: #594747;
	padding: 0px;
	margin: 0px;
	font-family: "Myriad Pro", Calibri, Verdana, Arial, sans-serif;
	}

img {border: 0px;}
strong {color: #ffeaea; font-style: italic;}
em {color: #1a0c0c;}
a {outline: 0;}
p a {color: #FFF; text-decoration: none; border-bottom: 1px dotted  #FFDCDC;}
p a:hover {color: #eecacf;}
p.welcome {text-align: justify;}

div#HeaderContainer {
	margin: 0 auto;
	width: 978px;
	height: 415px;
	}

div#HeaderContainer img {
	width: 978px;
	margin: 0px;
	padding: 0px;
	display: block;
	}


div#ContentContainer {
	margin: 0 auto;
	width: 978px;
	background: url(images/Content-BG.png);
	}

div#Content {
	padding-left: 155px;
	width: 446px;
	display: table-cell;
	}

h1 {
	color: #FFD7D7;
	font-weight: normal;
	text-indent: 28px;
	background: url(images/Content-Head.png) no-repeat;
	width: 446px;
	line-height: 35px;
	margin: 20px 0px 0px;
	}

h1:first-child {margin-top: 0px;}

h2 {
	background: url(images/Secondary-Head.gif) repeat-x;
	width: 100%;
	color: #e9b3b3;
	font-weight: 600;
	text-align: right;
	height: 30px;
	line-height: 23px;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}


div#Content p {
	margin: 0px 22px;
	padding: 25px 0px 0px;
	line-height: 1.4em;
	color: #442929;
	font-size: 95%;
	}

div#Content p:last-child {padding-bottom: 25px;}

div#Nav {
	padding-left: 19px;
	width: 200px;
	display: table-cell;
	}

div#Nav p {padding: 0px;}


h3{
	color: #FFDCDC;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	background: url(images/Nav-Head.png) no-repeat;
	width: 200px;
	line-height: 35px;
	margin-top: 20px;
	}
	
h3:first-child {margin-top: 0px;}

div#Nav ul {
	list-style: square;
	color: #FFB6B6;
	}
	
div#Nav ul li:hover {color: #845D5D;}
	

div#Nav ul a {
	color: #FFF;
	text-decoration: none;
	}

div#Nav ul a:hover {color: #FFDCDC;}
	
div#Nav p {
	margin: 0px 20px;
	padding: 5px 0px 5px;
	line-height: 1.4em;
	color: #FFDCDC;
	font-weight: normal;
	font-size: 85%;
	text-align: justify;
	}

div#Nav ul#SecondNav {font-size: 85%;}


div.Gallery {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 0px;
	}

div.Gallery img {
	border: 10px solid  #f2dddd; 
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

/*Will use this when I link the thumbnail image to the full size image */

div.Gallery a:hover img  {
	border: 10px solid  #ffeaea; 
	outline: 0;
	}

.Gallery p {
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #442929;
	}
