/*reset styles */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i,img, kbd, q, samp, small, span,strong, sub, sup, tt, var, legend, fieldset {margin: 0;padding: 0;}
img, fieldset {border: 0;}
body, select, input, textarea {font: 100%/1.2 Arial, Helvetica, sans-serif;}

h1, h3, h4, h5, h6 {
	padding-bottom: 0.6em;	
}
h1 {
	font: bold 2.0em/1.4em Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
h2 {
	font: bold 1.6em/1.4em Arial, Helvetica, sans-serif;
color: #CCCCCC;
	padding-left:0;
}

h3 {font: bold 1.4em/1.4em Arial, Helvetica, sans-serif;
color: #CCCCCC;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.2em;}
p {padding-bottom: 1.2em;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}


/* ###################### MISC SETTINGS ###################### */
body {
	margin: 0px;
	background: #2a2a2a url(../images/bg.jpg) repeat-x top;
	font-size: 75%;
	color: #fff;
}

a{
	color:#CC9900;
	text-decoration: none;
}
a:hover{
	color:#7670B2;
}

/* main content
============================*/
#wrapper {
	width: 955px;
	text-align: left;
	margin: 0 auto;background: #131313;
	
}
#tag{height: 20px;text-align:center;background: #2a2a2a;}
/* header and header quote
===========================*/
#topper{
	background:  url(../img/headerbg.jpg) no-repeat;
	height: 132px;
	width: 955px;
}
#topper img{
float:left;
}

.headertagline {
	float:right;
	text-align:right;
	width: 500px;
	height: 100px;
}
.headertagline p {
	margin-top:50px;
	margin-right:20px;
	font-weight: bold;
	color: #2a2a2a;
}
/* content layout, full & media
==========================================*/
#content {
	width: 940px;
	padding-left:15px;
	z-index: 1;
}
#internalFull{
	padding-right:15px;
	overflow: hidden;
}
#left{float:left;
	width:680px;
}
#right{
	text-align:center;
	float:right;
	width:215px;
	margin-right:15px;
}
/* footer
===========================*/
#footer {
	width: 955px;
	float: left;
	text-align: center;
	color:#999999;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer a:link,#sedonafooter a:visited{
	color:#999999;
}
#footer a:hover{
	color:#fff;
}

