/**
 * REDEFINED HTML TAGS
 * ---------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 78%;
	background: url('/images/site-template/body-bg.gif') repeat-x;
}
h1 {
	color: #CEAA7A;
	text-align: center;
}
a, a:visited {
	color: #000000;
}
a:hover {
	color: #CEAA7A;
}


/**
 * PARAGRAPH STYLES
 * ---------------------------------------------------------------------- */
p.small-print {
	font-size: x-small;
}
div.tag-lines {
	font-size: 1.25em;
	text-align: center;
	padding-top: 1em;
}
div.tag-line1 {
	text-align: left;
	font-style: italic;
}
div.tag-line2 {
	color: #FF0000;
	text-align: right;
	font-weight: bold;	
	padding-bottom: 2em;
}
div.about-photo {
	float: left;
	margin-top: 0.5em;
	padding-right: 2em;
}


/**
 * LIST STYLES
 * ---------------------------------------------------------------------- */
#article-archive ul, #article-archive li {
	margin-left: 0px;
	padding-left: 1em;
}


/**
 * SITE LAYOUT
 * ---------------------------------------------------------------------- */
#logo {
	padding-top: 33px;
}
#page-container {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 2em;
}
#master-head {
	position: relative;
	height: 162px;
	background: url('/images/site-template/master-head-bg.jpg') 165px 10px no-repeat;
}
#main-nav ul, #main-nav li {
	position: relative;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	line-height: 0;
}
#main-nav li {
	margin-right: 14px;
}
#main-nav li a, #main-nav li a:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px solid #CEAA7A;
}
#main-nav li a:hover {
	color: #CEAA7A;
	background: url('/images/site-template/main-nav-arrow.gif') center 15px no-repeat;
}
#main-nav {
	position: absolute;
	width: 234px;
	height: 29px;
	top: 133px;
	left: 526px;
}
#two-col-container {
	margin-top: 42px;
}
#sub-nav {
	float: left;
	width: 248px;
}
#sub-nav ul, #sub-nav li {
	margin: 0;
	padding: 0;
}
#sub-nav li {
	list-style: none;
	margin-bottom: 28px;
}
#sub-nav li a, #sub-nav li a:visited {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
#sub-nav li a:hover {
	color: #CEAA7A;
}
#content {
	margin-left: 248px;
}
#footer {
	clear: both;
	color: #999999;
	font-size: x-small;
	padding-top: 4em;
}


/**
 * PHOTO MONTAGE
 * ---------------------------------------------------------------------- */
#photo-montage {
	padding-left: 88px;
}
#photo-montage-1, #photo-montage-2, #photo-montage-3, #photo-montage-4 {
	float: left;
	width: 202px;
	height: 176px;
}
#photo-montage-1, #photo-montage-2 {
	margin-bottom: 20px;
}
#photo-montage-1, #photo-montage-3 {
	padding-right: 20px;
}

