body {/* set everything to zero for a good cross-browser starting point */
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0px none;/*zeroes off any existing border*/
	background-color: #ffea8a;/*sets the body background colour*/
	background-image: url(images/bkg-gradient.gif);
	background-repeat: repeat-x;
	color: #000000; /*set the default text color */
	font-family: Verdana, Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 13px;
	min-width: 770px;
}

#wrapper {
	margin: 5px auto;
	padding: 0;
	width: 770px;
	position: relative;
	border: 0px none;
	text-align: left;
}
a:link, a:visited {
	color: #e1b54b; /* Sets type color for links in the initial and visited states in the outside div. */
	background: transparent; /* Sets the background color on the links. */
	text-decoration: none; /* Removes the underline from the links. */
	padding: 2px; /* Pads the links so that the background color extends a little beyond the text. */
}
a:hover, a:focus {
	color: #ffea9e; /* Sets the type color for links in the hover or focus state within the outside div. */
}
#banner {
	background-color: transparent;
	position: relative; /* Allows us to set the navcontainer div absolutely within the banner div*/
}

#nav-container {
    padding-top: 5px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	color: #e1b54b;
	background-color: #98002d;
	width: 770px;
	position: relative;
}

#content-solid {
    float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(images/bkg.png);
	background-repeat: repeat;
}
#content-split{
    float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(images/bkg-split.png) repeat-y;
}
#content-split a:link, #content-split a:visited {
	color: #98002d; /* Sets type color for links in the initial and visited states in the outside div. */
	text-decoration: none; /* Removes the underline from the links. */
	padding: 2px; /* Pads the links so that the background color extends a little beyond the text. */
}
#content-split a:hover, #content-split a:focus {
	color: ffea9e; /* Sets the type color for links in the hover or focus state within the outside div. */
}
#content-left {
    float: left;
	margin: 0px;
	padding: 15px;
    width: 290px; /*30 pixels less than the 320 width because of the padding*/
	color: #324050;
}
#content-left-tourism {
    float: left;
	margin: 0px;
	padding: 0px;
    width: 320px; /*30 pixels less than the 320 width because of the padding*/
	color: #324050;
}
#content-left a:link, #content-left a:visited, #content-left-tourism-bottom a:link, #content-left-tourism-bottom a:visited {
	color: #98002d; /* Sets type color for links in the initial and visited states in the outside div. */
	text-decoration: underline; 
}
#content-left a:hover, #content-left a:focus, #content-left-tourism-bottom a:hover, #content-left-tourism-bottom a:focus {
	color: #324050; /* Sets the type color for links in the hover or focus state within the outside div. */
}
#content-left-tourism-top {
    float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
    width: 320px; 
}
#content-left-tourism-bottom {
	padding: 15px;
    width: 290px; /*30 pixels less than the 320 width because of the padding*/
	color: #324050;
	margin-top: 0px;
}
#content-right {
    float: left;
	color: #324050;
	margin: 320 0 0 0px;
	padding: 15px;
	width: 416px; *If I make the width 450 - the 20 padding, it still wraps down to the next line*/
	text-align: top;
}
#content-right a:link, #content-right a:visited {
	color: #98002d; /* Sets type color for links in the initial and visited states in the outside div. */
	text-decoration: underline; 
}
#content-right a:hover, #content-right a:focus {
	color: #324050; /* Sets the type color for links in the hover or focus state within the outside div. */
}


#footer-container {
	position: relative; 
    clear: left;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #e1b54b;
	background-image: url(images/footer_background-2.png);
	height: 87px;
}
#footer-container-split {
	position: relative; 
    clear: left;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #e1b54b;
	background-image: url(images/footer_background_split.png); /* had to make this a gif because IE < 7 wouldn't recognice transparency in background-image even with pngfix.js */
	height: 80px;
}
#footer-container p.black, #footer-container-split p.black {
	font-size: 12px;
	color: #000000;
	font-weight:400;
	text-indent: 20px;
}
#footer-container p.black a:link, #footer-container p.black a:visited {
	color: #000000; /* Sets type color for links in the initial and visited states in the outside div. */
	text-decoration: underline; 
}
#footer-container p.black a:hover, #footer-container p.black a:focus {
	color: #98002d; /* Sets the type color for links in the hover or focus state within the outside div. */
}
#footer-container p.gold, #footer-container-split p.gold {
	font-size: 12px;
	color: #e1b54b;
	font-weight:400;
	text-indent: 20px;
}
#footer-container p.gold a:link, #footer-container p.gold a:visited, #footer-containe-split p.gold a:link, #footer-container-split p.gold a:visited {
	color: #e1b54b; /* Sets type color for links in the initial and visited states in the outside div. */
	text-decoration: none; 
}
#footer-container p.gold a:hover, #footer-container p.gold a:focus, #footer-container-split p.gold a:hover, #footer-container-split p.gold a:focus {
	color: #ffea9e; /* Sets the type color for links in the hover or focus state within the outside div. */
}
.center {
    text-align: center;
}
.small {
 	font-size: 10px;  
}
.bold {
	font-weight: bold;
}
tr.indent {
	text-indent: 5px;
}
.leftfloat {
	float: left;
	margin: 0px 0px 0px 0;
	border: 0;
}
.top-header {
   color: #98002d;
	font-family: Verdana, Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 32px;
	font-weight: 300;
	font-style: italic;
}
.header {
   color: #98002d;
	font-family: Verdana, Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 20px;
}
.sub-header {
   color: #324050;
	font-family: Verdana, Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 16px;
}

/* This piece of code preserves the transparency of png files*/
img { behavior: url(iepngfix.htc); }
