/* CSS Document */

/* CSS Document */
/* Name: Daryn Park
Author: Created by Justin Knupp - Stonecreek Media Inc.
Owner Copyright 2009 by Daryn Park.  All rights reserved.
Author URI: http://www.stonecreekmedia.com
Site URI: http://www.darynpark.com
Date: March 20, 2009
Version: 1.0  */


/* -------- Define HTML elements ------------ */

body {
	background-color: #000000;
}

p {
}

blockquote {
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}


/* -------- Define divider elements ------ */


.page {
	padding: 0px;
	height: 100%;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 148px;
	width: 800px;
}

.middle {
	background-image: url(../images/middleStrip.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.middle2 {
}

.middleLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 350px;
}

.middleLeftContent {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 350px;
}

.middleLeftContent a:link {
	font-weight: bold;
	color: #7F0502;
	text-decoration: underline;
}

.middleLeftContent a:visited {
	font-weight: bold;
	color: #7F0502;
	text-decoration: underline;
}

.middleLeftContent a:hover {
	font-weight: bold;
	color: #A81A10;
	text-decoration: underline;
}

.middleRight {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 100%;
	width: 450px;
}

.middleRightContent {
	margin: 0px;
	float: right;
	height: 100%;
	width: 435px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}

.middleRightContent a:link {
}

.middleRightContent a:visited {
}

.middleRightContent a:hover {
}
















/* --------- Define footer elements ---------- */

.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	float: left;
	height: 96px;
	width: 800px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footer a:link {
	font-weight: bold;
	color: #FBF8E9;
	text-decoration: underline;
}

.footer a:visited {
	font-weight: bold;
	color: #FAF6EA;
	text-decoration: underline;
}

.footer a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.legal {
	font-size: 10px;
	color: #FBF7EB;
}

.stonecreek {
}

.stonecreek p {
color: #CCCCCC;
font-size: 10px;
line-height: normal;
}

.stonecreek a:link {
}

.stonecreek a:visited {
}

.stonecreek a:hover {
}


/* ----------- Define photo elements ------------ */

.photoLeft {
}

.photoRight {
}

