/********** CSS Reset **********/

body {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
padding: 0;
margin: 0;
line-height: 1em;
font-size: 100%;
font-weight: normal;
font-style: normal;
}

table {
font-size: inherit;
font: 100%;
}

ul {
list-style: none;
}

img {
border: 0;
}

p {
margin: 1em 0;
}

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

/********** CSS Reset **********/
		
/********** Parent Stuff **********/
html {background:black;}
body {
	background:url('images/woodbg.jpg') no-repeat center top;
	font: normal 13px/140% 'Lucida Grande', Tahoma, Arial, sans-serif;
	color: white;
	min-height:790px;
}

ul li {
	margin:7px 0;
}

/********** Parent Stuff **********/

		
/********** Text **********/

h1 {
    border-bottom: 1px solid;
    border-top: 1px solid;
    color: white;
    font: 17px/150% 'Enriqueta',Georgia,'Times New Roman',serif;
    letter-spacing: 3px;
    margin-bottom: 40px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

p span {
	color:#f05133;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:13px;
	display: inline;
	margin-right:2px;
}



/********** Text **********/

/********** Links **********/

a {
	text-decoration: inherit;
	font-style: inherit;
	color: inherit;
	font-size:inherit;
	padding: 2px; 
}

a:link {
	text-decoration: none;
	color: #ed490a;
}

a:visited {
	text-decoration: none;
	color: #b03707;
}

a:hover {
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
}

a:active {
	padding-top: 2px;
}

/********** Links **********/


/********** Layout Stuff **********/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.redbar {
	width:100%;
	height:10px;
	background:#f05133;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
.leftcol {
	width:460px;
	float: left;
	margin-top:100px;
}
.leftcol p, .leftcol li {
	text-align: center;
}
.leftcol img {
	margin-bottom:40px;
}
.rightcol {
	float: right;
	width:400px;
	margin-top:105px;
}
a.emailbutton {
	padding:10px;
	background:#f05133;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:white;
	font:normal 12px/150% 'Enriqueta', Georgia, 'Times New Roman', serif;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	margin:0 auto 40px;
	display:block;
	width:220px;
}
a.emailbutton:hover {
	padding:10px;
	background:#bf351b;
	color:white;
}
a.emailbutton:active {
	margin:2px auto 18px;
}
