/* This style sheet was written by Paul Dell and was distributed  with the Travel Agency Template available at http://www.dellwebsites.com 
- This comment should remain intact though you are free to edit the style sheet as you see fit. */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{  
margin: 0; 
padding: 0; 
border: 0;
}

body {
	min-width: 760px;
	text-align: center;
	background: #FFF url(images/background.gif) center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%; 
	color: #666;}
	
	
#wrapper {
	backg/round: url(images/wrapper-background.jpg) left repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 740px;
}
#top {
	height: 52px;
	background: url(images/top.jpg);
}
#topnav li {
	padding: 0px;
	float: left;
	list-style-type: none;
}
	
#topnav ul li a  {
	display: block; 
	text-decoration: none;
	width: 121px; 
	height: 52px;
	text-align: center;
	font-weight: bold;
	fon/t-size: 80%;
	font-size:10px;
}

#topnav ul li a:hover{
	color: #F8852C;
}
.headings {
	border-bottom: solid orange 1px;
}
#header {
	background: url(images/banner.jpg) no-repeat;
	height: 234px;
}

#bottomnav {
	height: 10px;
}

#content {
	width: 702px;
}

#content .contentleft {
	float: right;
	padding: 0 10px 10px 10px;
	width: 490px;
}
 .contentleft p {
	line-height: 130%;
	font-size: 82%;
	padding-left: 5px;
}

#nav {
	float: left;
	width: 150px;
	margin-right: 4px;
	background: #FFF;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background:#FFF;
}

#nav  li{
	margin-top: 2px;
}


#nav a, 
#nav a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 15px;
	background: url(images/bluenav.jpg);
	height: 24px;
}


#nav a:hover {
	color: #F4A01C;
	background:#FFF url(images/bluenavhover.jpg);
}

#nav a:active {
	color: #FFF;
	backg/round: #B8CA88;
	background: url(images/bluenav.jpg);

}

#footer {
	font-size: 75%;
	text-align: center;
	fl/oat: right;
	wid/th: 530px;
	padding: 6px;
	border: solid orange 1px;
	clear: both; 
	marg/in-left: 10px;
	background: #6F87AD;
	color: #FFF;
}
h1 {
	font-size: 105%;
	color: #406C91;
}
h2 {
	font-size: 102%;
	color: #406C91;
}


a:link{
	color: #333;
    
}
a:visited{
	color: #333;
}
a:hover{
	color: #333;
	text-decoration: none;
}
a:active{
	color: #333;
	}
