@import url();

body {
	
	line-height: 1.6em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #c6b9a1 url(image.png);
	
	
}

#container {
	
	width: 800px;
	margin:0 auto;
	
}

#content {
	width:500px;
	float:left;
	padding-bottom:190px;
}

#content2{
	width:200px;
	float:right;
	
}

#logo {
	width:300px;
	height:100px;
	float:right;	
}

#title {
	width:200px;
	height:100px;
	float:left;
}

#footer { 
	position:fixed;
	float:left;
	bottom:0px ;
	left:0; 
	width:100%; 
	height:190px; 
	background: url(../images/internalfooter.png) no-repeat center bottom; 
}


#footer ul {
	position:absolute;
	bottom:65px;
	list-style-type:none;
	margin: 0 auto;
	vertical-align:middle;
	padding:0 0 5px;
	min-width:900px;
}

#footer li {
	margin:0 auto;
	list-style-type:none;
	float:left;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:40px;

}

#footer a {
	text-decoration: none;
	color: #7f2f0e;
}

#footer a:hover {
	text-decoration: none;
	color: #c6b9a1;
}

#footerwrap {
	/*width:800x;*/ 
	height:100%; 
	margin:0 auto; 
	width:850px;
}

a img {
	border:none;
}

#socialnetworking {
	bottom:0px;
	float:right;
	padding-right:425px;
}

#socialnetworking ul {
	bottom:0px;
	list-style-type:none;
}

#socialnetworking li {
	float:right;	
	margin-left:5px;
	margin-right:5px;
}

}

a {
	text-decoration: none;
	color: #7f2f0e;
}

a:link, a:visited {
	text-decoration: none; 
	color: #427347;
	}
	


a:hover {
	text-decoration: none;
	color: #7f2f0e;
}

@font-face {
	font-family: 'GiddyupWebRegular';
	src: url('giddyupstd.eot');
	src: local('Giddyup Web Regular'), local('Giddyup-Web'), url('giddyupstd.woff') format('woff'), url('giddyupstd.ttf') format('truetype'), url('giddyupstd.svg#Giddyup-Web') format('svg');
}

h1 {
	font-family:'GiddyupWebRegular';
	font-size:60px;
	
}

h2 {
	font-family:Garamond;
	color:#524020;
	font-size:24px;
}
	
h3 {
	font-family:Garamond;
	color:#524020;
	font-size:20px;
}	

h4 {
	font-family:Garamond;
	color:#7f2f0e;
	font-size:16px;
}	

h5 {
	font-family:Garamond;
	color:#524020;
	font-size:16px;
}	

h6 {
	font-family:Garamond;
	color:#524020;
	font-size:14px;
}	

