/* 
Freebird Photography...
Styles designed by Jay Carlson - www.jaycarlsondesign.com
All Rights Reserved.
Please don't copy code!  :)

 */

body {
	background: #3b2711;
	color: #f2f2f2;
	}
	
#wrapper {
	margin: 0;
	padding: 0;
	}
	
#main-wrapper {
	margin: 0 auto;
	width: 940px;
	}
	
#content {
	margin: 40px 0;
	text-align: center;
	}
	
	
p {
	font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif;
	font-size: 14px;
	}
	
a, a:visited {
	color: #d0a42b;
	text-decoration: none;
	}
	
a:hover {
	color: #d0a42b;
	text-decoration: underline;
	}
	
h2 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif;
	font-size: 18px;
	}