@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, img, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background:url(../images/tile.jpg) repeat;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#wrapper { 
 margin: 0 auto;
 width: 100%;

}

/************** Masthead Elements **************/
#mast-wrap {
	height: 300px;
	margin: 20px 0 25px 0;
	width: 100%;
}
#masthead {
	height: 300px;
	margin: 0 auto 0 auto;
	width: 900px;
}
#mast-logo {
	background:url(../images/header.jpg) top left no-repeat;
	float:left;
	height: 300px;
	width: 900px;
}
#mast-info {
	background:url(../images/scuffs.png) no-repeat;
	float:right;
	height: 300px;
	text-align:center;
	width: 350px;
}
#mast-info h3 {
	color:#308dce;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
}
/************** Menu Elements **************/
#menu-wrap {
	background:url(../images/gloss-topper.jpg) top left repeat-x;
 height: 40px;
 width: 100%;
}
#menu {
	height: 34px;
	margin: 0 auto 0 auto;
	padding: 6px 10px 0 10px;
	width: 880px;
}
#menu p {
	font-size: 20px;
}
#menu a {
	color:#fff;
	text-decoration:none;
}
#menu a:visited {
	color:#fff;
}
#menu a:hover {
	text-decoration: underline;
}

/************** Content Elements **************/
#content-wrap {	
	background: url(../images/fade.jpg) repeat-x #E0Ba6A;
	width: 100%;	
}
#content {	
	color: #000;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 30px 0 10px 0;
	width: 900px;
}
#content-left {
	float:left;
	width: 500px;
	padding:0 15px 0 25px;
}
#content-right {
	float: right;
	padding: 0 15px 0 25px;
	width: 320px;
}
.big {
	color:#890704;
	font-size:20px;
}
#content-right a {
	color:#fff;
}
#content-right a:visited {
	color:#fff;
}
#content-right a:hover {
	text-decoration: none;
}
#content-right-top {
	background:url(../images/right-content-header.jpg) top center no-repeat;
	height: 130px;
}
#content-right-divider {
	background:url(../images/right-content-wrap.png) top center no-repeat;
	height: 40px;
}
#content-right-headline-holder {
	background: #10100E;
	margin: 0 10px 0 10px;
	width: 300px;
}
#content-right-headlines {
	width: 260px;
	padding: 0 20px 0 20px;
}
#right-content-tip {
	background: url(../images/right-content-tip.jpg) bottom center no-repeat;
	height: 32px;
}

#content h1 {
	color:#890704;
	font-size:24px;
	font-weight:normal;
}
#content h2 {
	color:#890704;
	font-size:20px;
	text-decoration:underline;
	font-weight:normal;
}
/************** Footer Elements **************/

#footer-wrap {
	background: #881817;
	/*height: 70px;*/
	text-align: center;
	width: 100%;
}
#footer {
	color: #fff;
	font-size: 12px;
	margin: 0 auto 0 auto;
	width: 900px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	text-decoration:underline;
}

.clear {
	clear: both;
}

.pic-left {
	float:left;
	margin: 10px 20px 10px 0;
}

.pic-right {
	float: right;
	margin: 10px 0 10px 20px;
}
	
