/* ------ START: Global Reset ------ */
* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0px;
}
li, dd, blockquote {
	margin-left: 5%;
}
fieldset {
	padding: .5em; 
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-bottom: 1em;
}
/* ------ END: Global Reset ------ */

a {
	outline: none;
	color: #980B0D;
	text-decoration: underline;
}

a:hover {
	color: #999999;
}

#banner {
	position: relative;
	width: 720px;
	margin: 0 auto;
}

body {
	background: url("../images/body_bg.png") no-repeat top center fixed #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}

#content {
	position: relative;
	background: url("../images/content_bg.gif") repeat-x #000000;
	padding: 15px 14px;
	border-left: 1px solid #663434;
	border-right: 1px solid #663434;
	float: left; /* floating so there are no clearing issues with the background not extending down */
}

#footer {
	position: relative;
	clear: both;
	background: url("../../images/logo_sm.gif") no-repeat center left #0D0D0D;
	border: 1px solid #663434;
	font-size: 0.8em;
	color: #808080;
	padding: 15px;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	color: #5077AC;
}

#footer p {
	text-align: right;
}



/* ------ START: Gallery ------ */
.gallery {
	position: relative;
	width: 704px;
	margin: 0 auto;
	color: #000;
	font-weight: 700;
}

* * body .gallery { margin-left: -1px; width: 714px; }

.gallery a, .gallery a:visited {
	color:#000000;
	display:block;
	min-height:60px;
	text-decoration:none;
}

.gallery .imgs {
	background-color:#C6C6C6;
	border:2px solid #663434;
	float:left;
	margin:10px;
	padding:5px;
	text-align:center;
	width:142px;
}

.gallery .imgs img {
	border: 6px solid #C6C6C6;
}
/* ------ END: Gallery ------ */

.essay_pics {
	text-align: center;
}

.essay_pics img {
	margin: 5px 10px;
	border: 1px solid #663434;
}

.general_separator {
	margin: 10px auto;
	width: 75%;
}


h1 {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: 300;
}

h2 {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

h3 {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}

#header {
	position: relative;
	height: 135px;
	background: url("../images/header_bg.png") no-repeat;
}

#header h1 {
	font-size: 1em;
	color: #5077AC;
	font-weight: normal;
	padding-top: 40px;
	margin: 0px;
}

#header_logo {
	position: relative;
	width: 310px;
	height: 135px;
	float: right;
	margin-right: 10px;
}



/* ------ START: Home Page ------ */
#home_banner {
	position: relative;
	width: 700px;
	height: 118px;
	background: #292929;
	margin: 0 auto 1em auto;
	padding: 7px;
}

#home_banner img {
	display: block;
	float: left;
	width: 155px;
	height: 100px;
	border: 3px solid #ADADAD;
	margin: 7px;
}

* * body #home_banner img {
	display: inline-block;
}

#home_photo {
	position: relative;
	display: block;
	width: 196px;
	float: left;
	margin-right: 30px;
	border: 2px solid #663434;
}

#home_photo img {
	border: 7px solid #C6C6C6;
}
/* ------ END: Home Page ------ */




img { behavior: url("/ssi/pngbehavior.htc"); }



/* ------ START: Menu ------ */
#menu {
	position: relative;
	background: url("../images/menu_bg.gif") repeat-x;
	width: 750px;
	height: 25px;
}

#menu a {
	display: block;
	float: left;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	margin: 3px 1px 0px 1px;
	padding: 0px 15px;
	line-height: 22px;
}

#menu a:hover, #menu .menu_current {
	color: #000000;
	background: #C5C5C5;
}

#menu p {
	margin: 0;
	width: 735px;
	background: url("../images/menu_left.gif") no-repeat;
	padding-left: 15px;
}

#menu p strong {
	display: block;
	width: 720px;
	height: 25px;
	background: url("../images/menu_right.gif") no-repeat right;
	padding-right: 15px;
}
/* ------ END: Menu ------ */



.signature {
	text-align: right;
	font-style: italic;
}

#title {
	margin: 1em 0em;
}

#wrapper {
	position: relative;
	width: 750px;
	margin: 0 auto;
}
