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

/* Normalizes margin, padding */
/* v1.0 | 20080212 */

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;
	background: transparent;
}

body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #FEF0A5 url(../../assets/images/backtile.jpg) repeat-x;
	font: 62.5% Geneva, Arial, Helvetica, sans-serif;
	width: 923px;
	color: #336666;
}

	
/*Define text styles*/

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 15px;
	text-indent: 15px;
	color: #FFFFFF;
	}
	
h1 {
	font-size: 2em;
	color: #7B2200;
	margin-bottom: 5px;
	font-weight: normal;
	}
	
h2 {
	}
	
h3 {
	}
	
h4 {
	}
	
h5 {
	}
	
a:link {
	color: #F4BF5D;
	}
	
a:visited {
	color: #F4BF5D;
	}
	
a:hover {
	color: #FFFFFF;
	}
	

	
ul {
	}
	
li {
	}


/*Define styles for main template*/

#container {
	width: 923px;
	}
	
#nav {
	height: 31px;
	width: 923px;
	margin: 0px;
	padding: 0px;
	}

#nav img {
	margin: 0px;
	padding: 0px;
	}
	
#nav a:link {
		margin: 0px;
	padding: 0px;
	}
	
	
/*Define styles for main content area*/
.left {
	float: left;
	margin: 0px;
	padding: 0px;
	}

.left img {
	margin: 0px;
	padding: 0px;
	}
	
.right {
	float: right;
	margin: 0px;
	padding: 0px;
	}
	
.right img {
	margin: 0px;
	padding: 0px;
	}
	
#content_container {
	background: #FFFFFF url(../../assets/images/main/content_back2.jpg) no-repeat;
	width: 642px;
	height: 560px;
	margin: 0px;
	padding: 0px;
	float: right;
	}
	
.content {
	width: 552px;
	padding: 20px;
	}
	
.content img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #568F71;
	}
	
.index_content {
	background: url(../../assets/images/main/content_back2.jpg);
	height: 560px;
	width: 597px;
	float: left;
	}
	
/*Define styles for footer*/

#footer {
	background: url(../../assets/images/main/footer_back.jpg) no-repeat;
	height: 30px;
	width: 923px;
	clear: both;
	font-size: 1.1em;
	padding-top: 18px;
	text-align: center;
	color: #386E52;
	margin: 0px 0px 25px;
	}
	
#footer a:link {
	color: #386D51;
	}
	
#footer a:visited {
	color: #386D51;
	}
	
#footer a:hover {
	color: #792100;
	}
	

	
/*Define styles for Contact Page*/

.contact_content p {
	text-indent: 0px;
	}
	
.contact_content img {
	float: right;
	margin-top: 55px;
	}
	
/*Define styles for Portfolio*/

#portfolio_sub_nav {
	float: right;
	left: 15px;
	font-size: 1.2em;
	position: relative;
	text-decoration: none;
	top: -5px;
	color: #7D2200;
	}
	
#portfolio_sub_nav a:link {
	color: #438462;
	text-decoration: none;
	padding-right: 20px;
	}
	
#portfolio_sub_nav a:hover {
	color: #762100;
	padding-right: 20px;
	}

#portfolio_sub_nav a:visited {
	color: #438462;
	text-decoration: none;
	padding-right: 20px;
	}
	
.flash {
	width: 500px;
	margin-top: 30px;
	margin-left: 25px;
	}
