@charset "utf-8";
/* CSS Document 
AA - Tourism  - Michael Kotapski - Senior Web Designer*/


html {
	
	margin: 0px;
	
}

body {
	
	padding: 0px;
	margin: 0px;
	color: #666666;
	background:#751416;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	
	}

#wrap{
	width:766px;
	height:auto;
	margin:0 auto;
	color: #333;
	
	
	}

#top {

	width:766px;
	height:251px;
	background: #ffffff url(images/bk_02.jpg) no-repeat top left; 
	
	}


#content {
	width:766px;
	height:auto;	
	margin-top:0px;
	background: url(images/bk_11.jpg) no-repeat;	
}
	
#content2 {
	width:766px;
	height:auto;	
	margin-top:0px;
	background: url(images/bk_111.jpg) repeat-y;	
}

.text {

	text-align:justify;
		padding:20px 40px 30px 40px;
	
	}
	
	
	
/*----  Links  -------*/


a{
	color:#9c9787;
	text-decoration:underline;
	
	}
	
a:hover{

	color: #993300;
	text-decoration:none;	
	
	}


	
/* Horizontal Menu */

#menu{

	width:766px;
	height:32px;
	background: #ffffff url(images/navibg.jpg) no-repeat;
	margin:0px 0px 0px 0px;	
	
	}


#menu ul {

	
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	
	}
	

#menu li {
	
	display: block;
	float: left;
	
	
	}


#menu a {

	display: block;
	float: left;
	
	text-decoration: none;
	font: 16px "Times New Roman", Times, serif;
	font-weight:bold;
	color: #ffffff;
	
	}

#menu a:hover { 

	text-decoration: none; 
	color: #f6c766;
	
	}

#menu .current_page_item a {
	
	color:#ffffff;
	background: url(images/li.jpg);
	height:31px;
	
	
	}



/*---- Heading1 Heading2 -----*/



h1{
	font: 23px "Times New Roman", Times, serif;
	font-weight:bold;
	color: #666666;

	
	}


h2{
	font-size:15px;
	color: #FF9900;


	
	}




/*-----  Base  -----*/

#base{ 

	width:766px;
	height:60px;
	font-size:11px;
	color: #333;
	background: url(images/bk_11.jpg) no-repeat;	
text-align: center;

}

.basetext{

	width:750px;
	padding:30px 0px 0px 15px;
	font-size:11px;
	text-align: center;
	color: #333;
	}

#base a{
	
	color: #CCCCCC;
	text-decoration:none;
	
	}
	
#base a:hover{
	
	color:#433608;
	text-decoration:none;	
	
	}
	
	
/*------Copyright ----*/

.copy{

	padding:10px 0px 0px 15px;
	color:#9c9787;
	font-size:11px;
	text-align:center;
	

	}


/*------Slideshow----*/



.slideshow {

	width:388px;
	height:310px;
	float:right;
	
	padding: 0px 0px 5px 5px;
	text-align:left;
	font-size:11px;	


	
	}
	
	
/*--- Map--------*/

.aamap{

	width:400px;
	height:400px;
	float:right;
	
	padding: 0px 0px 5px 5px;
	text-align:left;
	font-size:11px;	
	
	}

	
	
	
