/* ============================================ *
 * - Global Styles & Page Defaults              *
 * -------------------------------------------- */
 
 body {
	background-image: url(images/BG_top.png);
	background-repeat: repeat-x;
	background-position:top;
   /* background-attachment: fixed; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#663300;
	margin: 0px;
	background-color: #E1C899;
	height:100%;
	}

a {
	color:#a66b00;
	text-decoration:underline;
	font-weight:bold;
}
	
a:visited {
	color: #a66b00;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#c19200;
	font-weight:bold;
}
	
a img {
	border:none;
	}

/*a:hover img{
	border: 1px solid #996600;
	}*/
	
#Wrapper {
	min-height: 100%;
	height: auto !important;
	height:100%;
	width:770px;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	}

h1 {
	font:bold;
	font-size:24px;
	color: #660000;
	line-height:30px;
	}
	
h2 {
	font:bold;
	font-size:16px;
	color: #660000;
	line-height:20px;
	}	
	
.style1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFF99;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFF99;
	font-size: small;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFF99;
	font-size: medium;
}
.style4 {
	font-size: medium;
}

/* ============================================ *
 * - header                                     *
 * -------------------------------------------- */
 
#Logo {
 	height: 50px;
	width: 770px;
	margin: 0 auto;
 /* background-image: url(images/Logo.png);
	background-repeat: no-repeat; */
	}
 
 
#header-wrapper {
	display: block;
    position: relative;
    margin: 0px auto;
    width: 770px;
	background-color: #000000;
}

#header {
    height: 225px;
	background: url(images/Header.jpg);
    background-repeat: no-repeat;
}

 
/* ============================================ *
 * - Nav                                       *
 * -------------------------------------------- */

#Nav {
    display: block;
    height: 39px;
    width: 770px;
    position: relative;
    margin: 0;
    padding: 0; 
}

/* ============================================ *
 * - Content Container                          *
 * -------------------------------------------- */
 
 #Content-Container {
 	position:relative;
	width: 770px;
	height: auto !important;
	margin: 0 auto;
	background-image: url(images/BG_content.png);
	background-repeat: repeat-y; 
 }
 
 #Content-Bottom {
 	width: 770px;
	height: 15px;
	margin: 0 auto;
	background-image: url(images/BG_content_bottom.png);
	background-repeat: no-repeat; 
 }
 
/* ============================================ *
 * - Main Content                               *
 * -------------------------------------------- */

#Main-Content {
	position:relative;
	float:left;
	width: 495px;
	height: auto !important;
	margin: 0 auto;
	padding: 20px 15px 20px 30px;
	overflow:visible;
}

/* ============================================ *
 * - sidebar                                    *
 * -------------------------------------------- */

#sidebar {
	position:relative;
	float:right;
    width: 185px;
	padding: 0px 30px 20px 15px;
    margin-top: 0px;
	margin-bottom: 0px;
    height: auto !important;
	min-height: 400px;
	background-image: url(images/BG_sidebar.png);
	background-repeat: repeat-y; 
}


/* ============================================ *
 * - Footer                                     *
 * -------------------------------------------- */


#BG-bottom {
	position:relative;
	z-index:-1;
	width:100%;
	height:250px;
    background-image: url('images/BG_bottom.png');
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: bottom left;
	margin: -200px 0 0 0;
}


#Footer {
	position:relative;
	padding-top: 0px;
	margin-bottom:0px;
	margin-top: 0px;
	height: 80px;
	width: 100%;
	font-size:12px;
	color: #483724;
	background-image:url(images/BG_footer.png);
	background-repeat:no-repeat;
	background-position: center;
	}


#Footer a {
	text-decoration: none;
	color: #483724;
	font-weight:normal;
	}

#Footer a:hover {
	text-decoration: underline;
	color: #483724;
	}
	
#Footer a:visited {
	color: #483724;
	}
	
