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

body { 
       font-family: Helvetica, Arial, sans-serif;
       font-size:90%;
}



#chooseBox{
	color:black;
	float: left;
	height: auto;
	width: 1025px;
	border: thin solid #000;
	background-color:#D6C9B9;
	margin-bottom: 35px;
	margin-top: 25px;
	margin-left: 23px;

	}

#container2{
	width:100%;
	padding-left:23px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#container4 {
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	width: 350 px;
	height: auto;
	background-color: # 97B3C4;
	color:#633626;
	margin-top:28px;
	margin-left:35px;
	margin-bottom:25px;
	padding-top:15px;
	padding-right: 15px;
	padding-left: 35px;
	padding-bottom: 15px;
	word-wrap:break-word;
	font-size:36px;
	text-indent:hanging 10, 10, 10, 10;
	
	
				}
				
#slideshow {
	float:left;
	position: relative;
	width: 500px;
	height: auto;
	padding: 10px;
	margin-left:20px;
	margin-top:30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	background-color:#633626;
	color: #E6BF5D;
	margin-bottom:35px;
	margin-right: 24px;
}

#slideshow > div { 
    position: relative; 
	top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
				


body {
	width: 100%;
	height:auto;
	background-color:#97B3C4;
	background-size:auto;
	padding-left:10%;
	padding-right:10%;
	background-repeat:no-repeat;
	background-position:center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#wrapper {
	width:1024px;;
	height:auto;
	background-color:#97B3C4;
}



#chooseBox{
	color:black;
	float: left;
	height: auto;
	width: 980px;
	border: thin solid #000;
	background-color:#D6C9B9;
	
	}
	
body { 
         font-family: Helvetica, Arial, sans-serif;
         font-size:90%;
}



ul#list-nav {
	list-style:none;
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
	width:96%;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin-right:auto;
	font-size:18px;
}

ul#list-nav li {
	display:inline
}

ul#list-nav li a {
	text-decoration:none;
	width:194px;
	background:#633626;
	color:#B4C7D1;
	float:left;
	text-align:center;
	border-left:1px solid #fff;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

ul#list-nav li a:hover {
	background-color:#B4C7D1;
	color:#633626;}

#footer {

	padding-top: 1px;
	width: 1024px;
	color:#633626;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	height: 100px;
	background:#D6C9B9;
	color:#FFF;
	clear:both;
	}