/* CSS Document */

body  { 
	margin:0 auto;
	background-image:url(images/bg-floral.jpg);
	background-position:left top;
	background-repeat:repeat;
}

#wrapper  {
	margin:0 auto;
	margin-top:20px;
	width: 98%;
	color:#453321
	height:3800px; 
	background-color:#FFFFFF;
	
}

#header   {
	width:100%;
	background-image:url(images/tville-chamber-header.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:100px;
	border-bottom:thick;
	border-bottom-color:#C6B889;
	border-bottom-style:solid;
	
}
#wrapper2  {
	width: 98%;
	background-color:green;
}


	
/*#content   {
	
	width:100%;
	height:3618px;	
	background-color: #FFFFFF;
}*/

#text   {
	float:left;
	width:36%;
	height:3654px;	
 	padding:9px;
	background-color:#FFFFFF;
}

#sidebar   {
	float:left;
	width:60.4%;
	height:3660px;
	padding:6px;
	background-color: #FFFFFF;
}

#chambermeet  {
	margin-left:60px;
}

#festival  {
	float:left;
	width:90%;
	height:250px;
	padding:6px;
	margin: 20px 0 0  40px;
	background-image:url(images/GRILLIN-CHILLIN.png);
	background-position:center top;
	background-repeat:no-repeat;
}
	
#column1 {
	float:left;
	width:250px;
	margin-top:20px;
	padding-left:6px;
	border-left: thin;
	border-left-color:#AB6E16;
	border-left-style:dashed;
	
}

#column2  {
	float:left;
	width:230px;
	margin:20px 0 0 10px;
}		
	
.common {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #400000;
}

  a:link {
	color:#666600;
	text-decoration:underline;
}
  a:hover  {
	color:#666600;
}
  a:active  {
	color:#CD5001;
}
  a:visited  {
	color:#666600;
}
	
		