@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	background:#716558;
	margin:0;
	/*---- Added this as it is in your other style sheets ---- */
	font-family: Arial,Helvetica,sans-serif;
}

h1 {
	color: #c2b59b;
	text-transform:uppercase;
	text-align:left;
	font-size:14px;
}

h2 {
	color: #716558;
	text-align:left;
	font-size:15px;
}

h3 {
	color: #fff;
	font-size:10px;
	text-align:right;
	font-family:Helvetica,sans-serif;
}

p {
	color: #fff;
	text-align:left;
	font-size:9px;
}

#container{
	width:813px;
	margin:0 auto;
	margin-top:25px;
	overflow:auto;
}
	
#header {
	width:813px;
	height:139px;
	margin:0 auto;
	background: transparent url(../colleenimages/header.gif) no-repeat;
}

#footer {
	width:813px;
	height 10px;
	margin:0 auto;
	background:#716558;
	padding:15px 0 15px 0;
}

#footernav
{
	width: 500;
	margin: 0;
	padding: 0 0 15px 10px;
	padding-left:60px;
	float:left;
	margin-top:0px;
	font-family: Helvitica,Sans-Serif;
	font-size:10px;

}

#footernav ul, #footernav li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#footernav a:link, #footernav a:visited
{
	color: #000;
}

#footernav a:link#current, #footernav a:visited#current, #footernav a:hover
{
	border-bottom: 0px solid #fff;
	padding-bottom:1px;
	background: transparent;
	color: #fff;
}

#footernav a:hover { color: #fff; }
#clear {
	clear: both;
}


/*------------------------- TIFFANY'S ADDITIONS -------------------------- */

#navlist
{
	margin: 0;
	padding: 0 0 0 10px;
	padding-right:52px;
	float: right;
	margin-top:120px;
	font-family: Helvitica,Sans-Serif;

}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	margin: 0 10px 0px 10px;
	text-decoration: none;
	color: #c2b59b;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 2px solid #fff;
	padding-bottom:1px;
	background: transparent;
	color: #fff;
}

#navlist a:hover { color: #fff; }

#image {
	width:690px;
	height:394px;
	margin:0 auto;
	background:transparent url(../colleenimages/homeimage.jpg) no-repeat;
	margin-top:10px;
	border:solid 1px #c2b59b;
}

#bio {
	width:450px;
	height:394px;
	float:right;
	background:transparent;
	margin-top:10px;
}

#content {
	width:813px;
	background:#000;
	overflow:auto;
}
#news {
	width: 320px;
	background-color: #000;
	margin-left: 60px;
	float: left;
	margin-top: 20px;
	text-align: left;
}
#news #news-list {
	color: #716558;
	list-style: none;
	padding-left: 0px;
	font-size: 0.8em;
}
#news #news-list li.date {
	font-weight: bold;
	color: #C2B59B;
}
#tour {
	width: 320px;
	background-color: #000;
	float: right;
	margin-right: 60px;
	margin-top: 20px;
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
}
table.dates {
	font-size: 0.8em;
	color: #716558;
	vertical-align: top;
	line-height: 1;
}
#tour h1, #news h1{
	color:#fff;
}
table.dates td {
	vertical-align: top;
}
table.dates   tr.spacer {
	height: 10px;
}
table.dates   tr.tour-date {
	font-size: 1em;
	font-weight: bold;
	color: #C2B59B;
}
