@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
	
img {
	border:0;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #959595 url(../../assets/images/mock/back_tile.jpg) repeat-x;
	width: 990px;
	font: 62.5% "Courier New", Courier, monospace;
	color: #000000;
	}
	
/*Define text styles*/

p {
	font-size: 1.2em;
	}
	
h1 {
	}
	
h2 {
	}
	
h3 {
	}
	
h4 {
	}
	
h5 {
	}
	
a:link {
	color: #871105;
	text-decoration: none;
	}

a:visited {
	color: #871105;
	}

a:hover {
	color: #666666;
	}
	

	
ul {
	}
	
li {
	}
	
/*Define styles for Main Containers*/

#container {
	}
	
#header {
	height: 73px;
	}
	
#header_top {

	}
	
#nav {
	float: left;
	margin-top: 200px;
	width: 170px;
	margin-left: 45px;
	}
	
a.nav_link  {
	color: #000000;
	text-decoration: none;
	}
	
a.nav_link:hover {
	color:#7F1104;
	font-weight: bold;
	}
	
	

/*Define styles for content area*/
	
#content_container {
	width: 990px;
	background: url(../../assets/images/content_tile.jpg) repeat-y;
	float: left;
	}
	
#content {
	float: right;
	width: 650px;
	margin-right: 70px;
	padding-bottom: 25px;
	}
	
#content_back {
	background: url(../../assets/images/content_back.jpg) no-repeat;
	min-height:663px;
	height:auto !important;
  	height:663px;
	}
	
#content img {

	}
	
#text_content {
	padding-top: 205px;
	}

/*Define styles for photos within Content*/

.home_photo {
	width: 650px;
	margin-top: 80px;
	}
	
	
/*Define styles for footer*/

#footer {
	background: url(../../assets/images/footer.jpg);
	height: 44px;
	width: 990px;
	clear: both;
	text-align: center;
	padding-top: 20px;
	color: #333333;
	font-size: 12px;
	}
	
#footer a:link {
	color: #851207;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #861205;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

