/* NORMALIZE Cross browser rendering inconsistencies 
----------------------------------------------------------------- */
html, body, form, fieldset{ margin: 0;padding: 0; font-family:Verdana, sans-serif; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address{ margin:0;padding: 0; }
dd, blockquote{ margin-left: 1em; }
form label{ cursor: pointer; }
fieldset{ border: none; }
input, select, textarea{ font-size:1em; }
textarea{font-size:1.2em;font-family:verdana,arial,helvetica,sans-serif;}
ul li { list-style: none; }
a img, :link img, :visited img {
border: 0;
}
html, body{
	height: 100%;
}

#wrapper {
	position: relative;
	min-height: 100%;
	background-color: red;
}

* html #wrapper{
	height: 100%;
}
#content{
	padding-bottom: 1em;

	
}
#footer{
	
	position: relative;
	overflow: hidden;
	margin-top	: -1em;
}
/* All above this line is for sticky footer*/


#navigation {
	width: 1279px;
	position: fixed;
	top: 0;
	background-color: #3e260d;
	font-size: 1.4em;
	text-align: left;

}
ul#menu_list li {
	
	display: inline;
	margin-left: 10px;
}
ul#menu_list a{
	text-decoration: none;
	color: #e2dfbb;
}
ul#menu_list a:hover{
	text-decoration: none;
	color: #f3ae63;
}

#content_wrapper {
	
	
	top: 50px;
	margin: 0 auto;
	
	
	width: 1054px;
	background: url("images/contentblock_body.jpg") repeat-y center;
}

#content_header {
	margin: 0 0 15px 0;
	height: 41px;
	
	background: url("images/contentblock_top.jpg") no-repeat center;
}
#content_header a {
	font-size: 2em;
	text-decoration: none;
	color: #e2dfbb;
}
#content_header a:hover {
	text-decoration: none;
	color: #e2dfbb;
}


#portfolio {
	margin-left: 20px;
	float: left;
	width: 320px;
}

#feature {
	float: right;
	width: 320px;
	margin-right: 20px;
}

#blog { 
	float: left;
	width: 340px;
}

#content_footer {
	clear: both;
	background: url("images/contentblock_bottom.jpg") no-repeat center;
	height: 25px;
	
}
#quote_block{
	width: 100%;
	clear: both;
	float: left;
	color: #3e260d;
}

body {
	overflow-x: hidden; 
	
	background:  #000;
	font-family: "Geosanslight",Arial, Helvetica;
	text-align: center;
	margin: 0 auto;
	width: 1279px;
	}
	
#wrapper {
	background: url("images/content_grad.jpg") repeat-y center;
	
}
#footer{
	background-color: #3e260d;
	font-size: 1.4em;
	text-align: left;
	color: #e2dfbb;
}