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

body{	
	background: url(../images/bkg.jpg) top center;
	margin:0;
	padding:0;
	text-align:center;
}

#wrapper{
	width:860px;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;}
	
#flash{
	position:absolute;
	width:270px;
	height:207px;
	left:590px;
	top:160px;}

#banner{
	background:url(../images/home_01.jpg);
	width:860px;
	height:209px;}

#address-bar{
	background:url(../images/addy-bar_02.jpg);
	width:835px;
	height:20px;
	padding-left:25px;
	padding-top:3px;
	font-family:"Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size:13px;
	color:#f8e9c5;
	}

#container{
	background: url(../images/container-bkg_03.jpg) top center repeat-y;
	width:797px;
	float:left;
	margin:0;
	padding:0px 43px 0px 20px;
	}

#col-left{
	width:166px;
	float:left;
	}

#col-right{
	background:url(../images/home_06.jpg) top left no-repeat;
	width:629px;
	float:right;
	padding:0px 0px 30px 0px;
	min-height:200px;} 
	
#tag{
	width:405px;
	height:161px;}
	
#content{
	width:569px;
	padding:0px 30px;
	}

#footer{
	background:url(../images/home_07.jpg) top center no-repeat;
	width:797px;
	clear:both;
	padding:10px 43px 0px 20px;
		font-size: 10px;
	color: #FFFFCC;
	font-family:Arial, Helvetica, sans-serif;}
	
#foot-left{
	width:350px;
	float:left;}

#foot-right{
	width:410px;
	float:right;
	text-align:right;}

/*----------MISC FORMATTING---------*/
#photos{
height:150;
width: 100%;
text-align:center;
margin-top: 6px;
margin-bottom: 10px;
}

#photos img {
background-color:#FFFFFF;
padding:6px;
border:1px solid #CCCCCC;
margin: 0px 8px;}
	
/*----------FONT FORMATTING---------*/

#address-bar a {
	color:#f8e9c5;
	text-decoration:none;
	font-weight:bold;
	}
	
#address-bar a:hover {
	border-bottom:1px solid;}
	
#address-bar strong {
	margin-right: 20px;
}

#col-right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #630;
}

#col-right h3 {
	font-weight: bold;
	color: #c30;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}


