/* CSS Document */
body,
html {
    margin: 0;
    padding: 0;
    background: #FFF url(stripebg.jpg) repeat;
    color: #5D3444;
}

body {
    min-width: 918px;
}

#wrap {
    background-image: url(bgshadow2.jpg);
	background-repeat: repeat-y;
    margin: 0 auto;
    width: 918px;
}

#main {
	background: #FFF;
    width: 860px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	font-family: Georgia;
	font-size: 14px;
}

#packagesflash {
	width:900px;
	height:100px;
	margin: 0 auto;
}

#footer {
    background: #FFF url(newfooter2.jpg) no-repeat;
	width: 918px;
	height: 35px;
    clear: both;
}

#nav {
	margin: 0 auto;
	width: 900px;
	height: 32px;
	background-image: url(navbg.jpg);
	background-repeat: repeat-x;
	font-size: 18px;
	font-family: Georgia;
	text-align: center;
}

#nav a:link {
	text-decoration: none;
	color: #5E3344;
}

#nav a:visited {
	text-decoration: none;
	color: #5E3344;
}

#nav a:hover {
	text-decoration: underline;
	color: #5E3344;
}

#nav a:active {
	text-decoration: none;
	color: #5E3344;
}

#nav ul {
    margin: 0;
    padding: 5px;
    list-style: none;
}

#nav li {
    display: inline;
    margin: 0;
    padding: 10px;
}

#main a:link, a:visited, a:hover, a:active {
	color: #5E3344;
	text-decoration: underline;
}

#header h1 {
	margin: 0 auto;
	background:url(topbanner.jpg);
	width:900px;
	height:145px;
}

h1 span {
	display: none;
}

p.center {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}