/* Basic Page Styles - The Nose Creek CSS Library */

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color:#0000CC;
}

a:visited {
	color: #551A8B;
}

.center {
    width: 100%;
    text-align: center;
}

img.center {
	width: auto;
	margin: 0 auto;
	display: block;
}

.left-box {
	float: left;
}

.right-box {
	float: right;
}

.right-box.center, .left-box.center {
	text-align: center;
	width: 50%;
}

.clear {
	clear: both;
}



/* Page Layout */

body {
    background-color:#CCCCCC;
    height:100%;
    margin:0 auto;
    max-width: 800px;
	width: 800px;
    background-image: url(images/bg.jpg);
}

#body-container {
    max-width: 800px;
    width: 800px;
    min-height:100%;
    position: relative;
    padding: 20px 0;
    margin-top: 30px;
}

#main-content {
    
}

#footer {
    text-align: right;
    padding: 5px 20px;
    font-size: 9pt;
}



/* Page Specific Elements */

h2 {
	font-size: 42px;
}

hr {
	width: 100%;
	border: 0;
	border-top: 1px solid #4e4e4e;
}

img.title {
	position: relative;
	top: -70px;
	display: inline;
}

span.title {
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #4e4e4e;
	font-style: italic;
}

p.essay {
	width: 390px;
	color: #4e4e4e;
	font-size: 16px;
	text-align: justify;
}

.thumb {
	position: relative;
	top: -30px;
}

.clear {
	clear: both;
}

#caption {
	position: absolute;
	right: 20px;
	top: 270px;
	font-size: 11px;
	font-style: italic;
	color: #4e4e4e;
}

.middle {
	vertical-align: middle;
}
