﻿body {
	
	background-color: black;
	
	font-family: verdana, arial, serif; 		/* set default font */
	color: #655536;	
	font-size: 0.8em; 	
	font-style: normal; 
	font-weight:normal; 
	line-height: 1.0em; 
	vertical-align: top;
	text-align: left; 

}
#sunset {
	height: 540px;
	width: 720px;

	background-image:  url("../images/sunset-new-full.gif");		/* set to desired image */
	background-repeat: no-repeat;
	
	border-left : 2px; border-style: solid; border-color: #E7C06D; 
	border-right : 2px; border-style: solid; border-color: #E7C06D; 
	border-bottom: 2px;	border-style: solid; border-color: #E7C06D;	
	border-top: 2px; border-style: solid; border-color: #E7C06D;

	
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;	
}

#sunset_banner {

	width: 720px;
	background-color:white;
	background-image:  url('../images/sunset-banner.gif');		
	background-repeat: no-repeat;
	
	border-left : 2px; border-style: solid; border-color: #E7C06D; 
	border-right : 2px; border-style: solid; border-color: #E7C06D; 
	border-bottom: 2px;	border-style: solid; border-color: #E7C06D;	
	border-top: 2px; border-style: solid; border-color: #E7C06D;

	
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;	
}


#nav_top {
	/* position:absolute;  *?
	/* left:140px; *?
	/* top:40px; */ 

	border-left : 0px; border-style: solid; border-color: white; 
	border-right : 0px; border-style: solid; border-color: white; 
	border-bottom: 0px;	border-style: solid; border-color: white;	
	border-top: 0px; border-style: solid; border-color: navy;
	
	padding-top: 20px;
	padding-left: 20px;
  	padding-bottom: 20px;
  	padding-right: 0px;
	
  	font-family: verdana, arial, serif;
	font-size: 0.9em;	
	font-style: normal;
	font-weight: normal;
	line-height: 1.0em;
	vertical-align: top;
	text-align: left;
	z-index: 999;
}

/* ==================================================== */
/* SWAP TEXT AND BACKGROUND COLORS when hovering over menu selections */
/* blue font with white background */
/* HOVER to white font with blue background */

#nav_top a {
	/* color:  #425E83;   */							/* color: Some "at rest" color blue on white vackground */
	color: white; 
	
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	border-bottom: 0px solid #f2f2f2;
}
#nav_top a:hover {
	color: #655536;					/* color: HOVER - Some Light Text Color font (like white) and switch background color (like dark blue_ */
	/* background-color:  #425E83;	*/	/* background-color: HOVER - Some Dark Contrasting Color; */
	background-color: white;		
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #f2f2f2;
}
/* ==================================================== */

#content {
	
	z-index: 999;
	background-color: #E6BF65;
									
	border-left : 2px; border-style: solid; border-color: #C36E32; 
	border-right : 2px; border-style: solid; border-color: #C36E32; 
	border-bottom: 2px;	border-style: solid; border-color: #C36E32;	
	border-top: 2px; border-style: solid; border-color: #C36E32;

	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 380px;
	margin-right: 10px;

	padding-top: 20px;
  	padding-bottom: 0px;
	padding-left: 20px;
  	padding-right: 20px;
	
	font-family: verdana, arial, serif; 		
  	/* font-family: "Times New Roman", Times, serif, arial; */
	font-size: 1.2em;	
	font-style: normal;
	font-weight:normal;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	color: white;	
	color: #655339;  /* dark brown */
	
}

.brad_image {
	float: left;
	border-left : 2px; border-style: solid; border-color: #C36E32; 
	border-right : 2px; border-style: solid; border-color: #C36E32; 
	border-bottom: 2px;	border-style: solid; border-color: #C36E32;	
	border-top: 2px; border-style: solid; border-color: #C36E32;

	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;

	padding-top: 0px;
  	padding-bottom: 0px;
	padding-left: 0px;
  	padding-right: 0px;

}

