/* CSS Document */

	body,
	html {
		margin:0;
		padding:0;
		background-image:url(IMG/body-bg.png);
		background-repeat:repeat-x;
		background-color:#b3c8c8;
		color:#000;
		font-family:Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
		font-size:small;
		font-stretch:condensed;
	}
	
	body {
		min-width:800px;
		background-image:url(IMG/body-bg.png);
		background-repeat:repeat-x;
	}
	
	a:link {
	color: #663300;
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
	color: #0066CC;
	}
	a:hover {
	text-decoration: none;
	color: #996600;
	}
	a:active {
	text-decoration: none;
	}
	
	#wrap {
		margin:0 auto;
		width:800px;
		background-image:url(IMG/wrap-bg.jpg);
	}
	h3{
	font-weight:100;
	color:#669999;
	border-bottom: 1px solid #ccc;
	width: 90%;
	margin-left:10px;
	}


/* Header */

	#header {
		background-image:url(IMG/header-bg.png);
		background-repeat:no-repeat;
		width:800px;
		height:200px;
	}
	
	#header-logo{
		padding:20px;
		float:left;
    }
	
	#header-info{
		padding-left:620px;
		padding-top:60px;
		color:#20150A;
	}
	.header-info-title{
	font-variant:small-caps;
		}
	.header-directions{
	color:#888877;
	float:right;
	padding-right: 45px;
	}	
	
/* Nav */

	#nav {
		height:50px;
		background-image:url(IMG/nav-bg.png);
		background-repeat:repeat-x;
	}
	/*
	#nav ul{
		margin:0 auto;
		padding:15px;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:30px;
	}
	*/
/* Main Container */

	#main {
		float:left;
		width:570px;
		padding-left:15px;
		min-height:350px;

	}
	#main h2, #main h3, #main p, #main h4 {
		padding:0 10px;
    }

/* Sidebar Container */
	
	#sidebar {
		float:right;
		width:200px;
		margin-top: 20px;
	}
	#sidebar-img {
	padding: 3px;
	border: 1px solid #ccc;
	width:182px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#content-box-top {
	background-repeat:no-repeat;
	background-image:url(IMG/sidebar-top.png);
	height: 43px;
	width:188px;	
	}
	
	.content-box-top-style {
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 0 0 15px;
	}
	
	.content-box-style{
	margin: 5px 10px 5px 5px;
	}
	#content-box-content {
	background-image:url(IMG/sidebar-content.png);
	background-repeat:repeat-y;
	padding: 5px;
	width:188px;
	font-size:smaller;
	}
	
	#content-box-bottom {
	background-image:url(IMG/sidebar-bottom.png);
	background-repeat:no-repeat;
	height: 19px;
	width: 188px;
	}
	
/* Footer */

	#footer {
		background-image:url(IMG/footer-bg.png);
		height:54px;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    }
	.rc-footer{
	font-size:10px;
	text-align:center;
	color:#666666;
	}