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

body {
	background-repeat:repeat-x;
	background-image:url(../images/body_bkgnd_yellow.gif);
	background-color: #FFFF99;
	font-family: "Trebuchet MS";
	font-size:12px;
}

td {
	font-size:12px;
}

.clear {
	clear:both;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:18px;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:14px;
}

.red {
	color:#CC0000;
}

/* main */
#main {
	width:975px;
	margin-top:5px;
	margin:0px auto !important; /* IE 6 and below will ignore the auto margin which allows us to center in other browsers */
	margin:0px;
}

/* leftColumn */
#leftColumn {
	float:left;
	width:230px;
}

#leftColumn .logo {
	background:url(../images/logo_yellow.gif);
	width:167px;
	height:58px;
	position:relative;
	top:125px;
	left:30px;
}

#leftColumn .nav {
	position:relative;
	top:140px;
	left:30px;	
}

#leftColumn ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#leftColumn .navHome {
	background:url(../images/nav_home_yellow.gif);
	width:160px;
	height:20px;
}

#leftColumn .navWho {
	background:url(../images/nav_who_yellow.gif);
	width:160px;
	height:22px;
}

#leftColumn .navMenus {
	background:url(../images/nav_menus_yellow.gif);
	width:160px;
	height:22px;
}

#leftColumn .navVenues {
	background:url(../images/nav_venues_yellow.gif);
	width:160px;
	height:22px;
}

#leftColumn .navWedding {
	background:url(../images/nav_weddings_yellow.gif);
	width:160px;
	height:21px;
}

#leftColumn .navAboutTown {
	background:url(../images/nav_about_town_yellow.gif);
	width:160px;
	height:22px;
}

#leftColumn .navBlog {
	background:url(../images/nav_blog_yellow.gif);
	width:160px;
	height:22px;
}

#leftColumn .navWeddingExpo {
	background:url(../images/nav_wedding_expo_yellow.gif);
	width:160px;
	height:22px;
}

#leftColumn .navContact {
	background:url(../images/nav_contact_yellow.gif);
	width:160px;
	height:22px;
}

#leftColumn .navD {
	background:url(../images/d_yellow.gif);
	width:160px;
	height:30px;
	margin-top:5px;
}

#leftColumn .navList {
	width:160px;
	height:21px;
	margin-top:5px;
	text-align:right;
}

#leftColumn .logoBottom {
	background:url(../images/logo_bottom_yellow.gif);
	width:160px;
	height:44px;
}


/* middleColumn */
#middleColumn {
	float:left;
	width:515px;
	background-color:#FFFFCC;
	margin-top:5px;
}

#middleColumn .flash {
	width:515px;
	height:184px;
}

#middleColumn .middleContent {
	min-height:450px;
	padding:20px;
}

/* rightColumn */
#rightColumn {
	float:left;
	width:200px;
	margin-left:20px;
	margin-top:242px;
}

