	/* COLORS USED

	#306 - deep purple
	#369 - light blue
	#063 - green
	#CBBFA1 - tan
	*/
	


	body{
		background: #CBBFA1 url("http://www.wildbird.com/images/bkgnd.gif") repeat-y;
		margin: 0 0 0 8px;
	}
	*{
		font-family:sans-serif;
	}
	
	.green{
		color:#063;
	}
	.lightblue{
		color:#369;
	}
	.purple{
		color:#306;
	}
	

	a {font-weight: bold; text-decoration:underline; color: #714B26;}
	a:link {font-weight: bold; text-decoration:underline; color: #714B26;}
	a:visited {font-weight: bold; text-decoration:underline; color: #714B26;}
	a:hover {font-weight: bold; text-decoration:underline; color: #369;}
	a:active {font-weight: bold; text-decoration:underline; color: #714B26;}

	#wrapper{
		width:730px;
		background-color:#E6DFD2;
	}
	#header{
		clear:both;
		width:730px;
		background-color:#E6DFD2;
		vertical-align:bottom;
	}
	#ticker{
		width:100%;
		background-color:#E6DFD2;
		color:white;
		clear:both;
		font-size:9pt;
	}
	#content{
		clear:both;
		background:#E6DFD2 url("http://www.wildbird.com/images/bkgd_lightbrown.gif") repeat-y;
		background-position:-350px 0px;
		float:left;
	}
	#nav{
		padding:20px;
		float:left;
		width:130px;
		font-size:10pt;
		line-height:25px;
	}
	#content_body{
		width:519px;
		background-color:red;
		padding:20px;
		font-size:9pt;
		background:none;
		background-color:#E6DFD2;
		float:left;
	}
	#content_body a{
		text-decoration:underline;
	}

	#footer{
		clear:both;
		width:100%;
		text-align:center;
		border-width:1px 0px 0px 0px;
		border-color:#306;
		border-style:solid;
		background-color:white;
		font-size:8pt;
		padding:10px 0px 0px 0px;
	}
	#footer p#links {
		text-align: center;
		margin:0 0 1em 0;
		}

	#footer p.legal {
		color: #666;
		margin:0 0 .3em 0;
		text-align:center;
		line-height:95%;
	}


	a {text-decoration:none;}
	a:link {text-decoration:none;}
	a:visited {text-decoration:none;}
	a:hover {text-decoration:underline;}
	a:active {text-decoration:none;}


	#title{
		float:left;
		width:510px;
		overflow:hidden;
		background-color:#E6DFD2;
		vertical-align:bottom;

	}
	#contact{
		float:left;
		padding:10px 0px 10px 0px;
		font-size:9pt;
		width:210px;
		background-color:#E6DFD2;
		vertical-align:bottom;
	}
	td.contact{
		font-size:9pt;
	}
	.thumb_div{
		padding:10px;
		border-width:1px;
		border-style:solid;
		border-color:#DDD7C7 #A39C8F #A39C8F #DDD7C7;
		float:left;
		margin:10px;
		width:105px;
		height:140px;
		background-color:#D5CCB5;
		line-height:98%;
	}

	.thumb_div img{
		border:none;
	}

	.thumb_div a:visited, .thumb_div a:active, .thumb_div a:link{
		text-decoration:none;
	}

	.thumb_div a:visited{
		color:#9A9385;
	}

	div.nicetitle {
		position: absolute;
		top: 0px;
		left: 0px;
		color: #333333;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		width: 250px;
		padding:15px;
		border-width:1px;
		border-style:solid;
		border-color:#FFFFFF #777777 #777777 #FFFFFF;
		background-color:#EFEFEF;
		font-weight: normal;
		font-size: 10px;
	}
	div.nicetitle p {
		margin: 0; padding: 0 3px;
	}

	p.destination {
		font-size: 9px;
		text-align: left;
		padding-top: 3px;
		font-weight:normal;
		color:#CC0000;
	}

	p.titletext {
		font-size:11px;
	}

	td.padded{
		padding: 5px;
	}
	table.nice{
		padding:15px;
		border-width:1px;
		border-style:solid;
		border-color:#FFFFFF #777777 #777777 #FFFFFF;
		float:left;
		margin:10px;
		background-color:#EFEFEF;
	}

	table.nice tr td{
		padding: 5px;
	}
	img{
		border:none;
	}
	.storePic{
		border: 1px solid #063;
	}
	#content_body div.album{
		text-align:center;
		float:left;
		border-width:1px 0px 1px 1px;
		border-style:solid;
		border-color:#FDFDFD #CBBFA1 #CBBFA1 #FDFDFD;
		background-color:#F3ECDE;
		margin:5px;
	}
	#content_body img{
		border:1px;
		border-color:#F6F2E9;
		border-style:solid;
		margin:5px;
	}
	#content_body img.left{
		margin:4px 8px 4px 0px;
	}
	#content_body img.right{
		margin:4px 0px 4px 8px;
	}
	#content_body img.album{
		margin:5px;
	}
	h4{ 
		text-transform: uppercase; 
		margin:0 10px .2em 0px; 
		font-family:sans-serif;
		font-size:10pt;
		border-bottom: 1px solid #306; 
		color: #306;
	}