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




#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}

#header {
	width: 1000px;
	height:229px;
	background-image:url(http://www.kissimmeeflvacation.com/images/header.jpg);
	background-color: #fbf2e4;
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 200px;
	}
	
#mainContentWrapper {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	clear:both;
	background-color: #fff;
	}

	
/* Search Rates */


#sideBar {
	float: left;
	background-color: #fbf2e4;
	width: 236px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	}

/* Navigation */

#sideBar #navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}


#sideBar #navigation a {
	color: #383efe;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 20px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8a8181;
	/*background-image: url(../images/bullet.new.gif);*/
	background-repeat: no-repeat;
	background-position: 8px 15px;
	}

#sideBar #navigation a:hover {
	text-decoration: none;
	background-color: #fcff00;
	}

#sideBar #navigation {
	width: 236 px;
	right: 0;
	bottom: 0;
	}

#sideBar #navigation a.current {
	background-color: #F6F7F3;
	}
	
/*Content*/

#content {
	float: left;
	padding: 0 0 40px 60px;
	width: 600px;
	}

#content p {
	font-size: .9em;
	line-height: 1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#content h2 {
	color:#00C;
	}

	
#list ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:thin;
	}
	
#list li {
	list-style:url(Images/mickey-bullet.gif);
	list-style:square;
	}
	
		
a:link, a:active, a:visited {
	color: #993333;
	text-decoration: underline;
	}
	
a:hover {
	color: #993333;
	text-decoration: none;
	}

/*Footer*/

#footer {
	background-color:#383efe;
	text-align: center;
	padding: 10px;
	color: #fff;
	}
	
#footer a:hover {
	color: #fff;
	}

