/*
940px grid system ~ Core CSS.
6 Columns ~ Margin left: 20px

Based on the simple grid system - http://www.webnicer.com/
by Jacek Ciolek

Created by the Grid System Generator - v1.00
Learn more ~ http://www.gridsystemgenerator.com/
*/

/* clearfix */
.clearfix:after, .row:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix, .row {display:inline-block;} /*Those two .clearfix have to be separate!)*/
.clearfix, .row {display:block;}

/* gridframework */
.row {position:relative; margin-left:-20px;}
.gu1 .row {width: 160px;}
.gu2 .row {width: 320px;}
.gu3 .row {width: 480px;}
.gu4 .row {width: 640px;}
.gu5 .row {width: 800px;}
.gu6 .row {width: 960px;}

.col {padding-left:20px; float:left; position:relative;}
.gu1{width: 140px;}
.gu2{width: 300px;}
.gu3{width: 460px;}
.gu4{width: 620px;}
.gu5{width: 780px;}
.gu6{width: 940px;}


#header {
background-color: #2d2722;
height: 37px;
margin-bottom: 20px;
margin-left: 20px;
width: 925px;
padding-left: 15px;
padding-top: 1px;
}

body {
	background: #58595B;
	color: #ffffff;
	font-size: 11px;
	padding: 10px 0 70px;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.row h1 {
	font-weight: normal;
	text-align: left;
}
.row h2 {


	font-weight: normal;
	text-align: left;
}
.row p {
	border-bottom: 1px dashed #AD9B89;
	
	overflow: hidden;
	padding: 10px 15px;
	text-align: left;
	font-size: 100%;
}
.canvas {
	margin:0 auto;position:relative;
}
.example-grid {
	background-color:#716558;

	background-repeat: repeat-y;
	margin:0 auto;position:relative;
}

P{
	border-bottom: 1px dashed #AD9B89;
	
	
}


#head
{
padding-bottom:60px;
}

