/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	margin:0 auto;
 	behavior: url(hover.htc) 
}

#wrapper {
	background-image:url(../images/wrappertile.jpg);
	margin:0 auto;
	width:999px;
	border-bottom:3px solid #371a0b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapperbg {
	background-image:url(../images/wrapperbg.jpg);
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#left_col {
	float:left;
	width:280px;
}

/* MAIN NAVIGATION */

	#mainnav {
		background-image:url(../images/navbg.gif);
		background-repeat:repeat-y;
		width:245px;
		margin-left:26px;
		margin-top:17px;
		font-weight:bold;
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		text-align:center;
	}

	#mainnav a:link, #mainnav a:visited {
		color:#fff;
		text-decoration:none;
		padding:10px 0;
		width:245px;
		display:block;
	}
	
	#mainnav a:hover {
		color:#ffc017;
		text-decoration:underline;	
	}
	
/* END MAIN NAVIGATION */

#right_col {
	float:right;
	width:719px;
}

#slogan {
	padding-left:118px;
}

#content {
	background-image:url(../images/contentbg.gif);
	width:679px;
	margin-left:9px;
	line-height:18px;
}

#content .thumb {
	margin:0 0 15px 15px;
}

#content .divider {
	margin-top:5px;
}

#content .spacing {
	padding:20px 30px;
}

#footer {
	background-image:url(../images/footerbg.jpg);
	clear:both;
	margin:0 auto;
	width:945px;
	height:76px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f06000;
	text-transform:uppercase;
}

#footer .spacing {
	padding:29px 25px;
}

#mainphoto {
	padding:0 7px;
}

/* FOOTER LINKS */

	#footerlinks {
		float:right;
		font-size:12px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	#footerlinks .divider {
		padding:0 3px 0 8px;
		color:#ffc017;
		font-weight:bold;
	}
	
	#footerlinks a:link, #footerlinks a:visited {
		color:#fff;
		text-decoration:underline;
	}
	
	#footerlinks a:hover {
		color:#ffc017;
		text-decoration:underline;	
	}

/* END FOOTER LINKS */

/* TEXT STYLES */

.boldorange {
	font-weight:700;
	color:#f06000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#830000;
}

.titleblack {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#000;
}

/* NEWSLETTER FORM */

	#newsletter {
		margin-left:26px;
		margin-top:17px;
	}
	
	#newsletter input {
		border:1px solid #ffbd03;
		width:150px;
		height:16px;
		padding:4px;
		margin:3px 5px 10px 4px;
		color:#000;
		font-weight:700;
	}
	
	#newsletter button{
		background-image:url(../images/joinbutton.gif);
		background-repeat:no-repeat;
		background-position:top left;
		width:66px;
		height:29px;
		border:0;
		margin:0;
		padding:0;
		background-color:transparent;
		cursor:pointer;
		margin-bottom:10px;
	}
	
	#newsletter button:hover {
		background-position:bottom right;
	} 

/* END NEWSLETTER FORM */






