/* CSS Document */
/*///////	Structure	*/
#wrapper {
	width:700px;
	height: auto;
	margin-top: 20px;
	margin:auto;
	}
	
#header {
	width:700px;
	height:120px;
	}
	
#banner {
	width:430px;
	height:120px;
	float:left;
	}
	
#menu {
	width: 270px;
	height: auto;
	float: right;
	clear:none;
	}
	
#body {
	width:660px;
	height: auto;
	padding: 20px;
	margin-top: 20px;
	background-color: #ffffff;
	background-image: url(images/body_top.gif);
	background-repeat: no-repeat;
	}
	
#specialTopic {
	width:150px;
	height:auto;
	float: left;
	background-color:#690600;
	font-size:1em;
	color:#FFFFFF;
	}
	
#specialTop {
	background-image:url(images/special_top.gif);
	width: 150px;
	height: 20px;
	}
	
#specialMiddle {
	background-image:url(images/special_middle.gif);
	width: 130px;
	height:300px;
	padding: 0px 10px 0px 10px;
	background-repeat: repeat-y;
	}
	
#specialBottom {
	background-image:url(images/special_bottom.gif);
	width:150px;
	height:20px;
	}
	
#sectionPic {
	width:490px;
	height:auto;
	float: right; 
	margin-left: 20px;
	}
	
#content {
	width:320px;
	height:auto;
	margin:20px 0px 0px 20px;
	float:left;
	clear:none;
	}
	
#warnings {
	width:150px;
	height:auto;
	margin: 20px 0px 0px 20px;
	float: right;
	clear: none;
	font-size:14px;
	font-style:italic;
	}
	
#alttext {
	width: 660px;
	height: 25px;
	padding: 0px 20px 0px;
	background-color:#ffffff;
	clear:both;
	text-align: center;
	}
	
#footer {
	width: 660px;
	height: 50px;
	padding: 0px 20px 0px;
	background-color:#FFFFFF;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

/*//////	Presentation	*/
body {
	background-color: #CB9865;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #690600;	
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight: bold;
	line-height:1.60em;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	margin-bottom: 0;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight: bold;
	}

h2+p {
	margin-top: 0;
	}
	
.packageTotal {
	font-weight: bold;
	} 

.introBlock {
	line-height:2em;
	}
	
	
/*////////// Links */
a{
	font-weight: bold;
	}

a:link {
	color: #690600;
	}

a:visited {
	color: #993300;
	}

a:hover {
	color: #CB9865;
}

a:active {
	color: #FF0000;
}
