html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, em, font, img, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial,"Helvetica Neue",Helvetica,Helvetica,"Bitstream Vera Sans",sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Sticky Footer 100% Height
-------------------------------------------------------------*/
html, body{
	background: #7e1c16;
	color: #ecdddc;
	height: 100%;
}

#wrapper{
	background: #7e1c16;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;
}

#page,
#header-inner,
#footer-inner{
	width: 955px;
	margin: 0 auto;
}
#page{
	padding: 30px 0;
}

#col-1 p{
	font-size:13.7px;
	line-height:17px;
	margin:17px 0;
}

#footer,
.push{
	height: 70px;
}

.push{
	clear: both;
}

#header h1{
	text-indent:-9999px;
}

h1{
	text-transform: uppercase;
}
h1 span{
	color: #FFBF4C;
}

img.title{
	margin-bottom:35px;
	margin-left:25px;
}

#page img{
	border: 2px solid #FFBF4C;
}

#header{
	background: #000;
	border-bottom: 5px solid #FFBF4C;
	height: 87px;
}

#footer{
	background: #000;
	border-top: 5px solid #FFBF4C;
}

#footer a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	display: block;
	margin-top: 28px;
	font-size: 12.5px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
}

a:hover{
	border-color: red;
}

/*Content Area
-------------------------------------------------------------*/
#col-1{
	float: left;
	width: 400px;
	margin-right: 40px;
}

#col-2{
	float: left;
	width: 505px;
}


/*Table Style
-------------------------------------------------------------*/
td p{
	color:#FFFFFF;
	display:block;
	font-size:9.9px;
	font-weight:bold;
	line-height:13px;
	margin:30px 0 8px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
}

td img{
	display: block;
	margin: 0 auto;
}

img a:hover{
	border: 5px solid red !important;
}