body {
	margin: 0;
	background: url(/images/main_background_gradient.jpg) 0 0 repeat-x;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana;
	font-size: 14px;
}

#IndexContainer, #PageContainer {
	width: 892px;
	min-height: 720px;
	margin: 0 auto;
	background: url(/images/main_index_background.jpg) 0 0 no-repeat;
}

#PageContainer { background: url(/images/main_page_background.jpg) 0 0 no-repeat; }

#Container {
	width: 800px;
	margin: 0 auto;
	padding: 0 1px;
	background: url(/images/main_content_border.gif) 0 0 repeat-y;
}

h1 {
	margin: 0 0 10px 0;
	color: #02549e;
	font-family: Garamond, Georgia, Helvetica, Times New Roman;
	font-size: 30px;
	font-weight: normal;
}

p {
	margin: 0 0 15px 0;
	line-height: 24px;
}

form, input, textarea, select, option, button {
	margin: 0 0 2px 0;
	font: 12px Tahoma;
}

textarea, select, input {
	background: #fff7ed;
	border: 1px solid #ad8049;
	padding: 3px;
}


/* ************** */
/* TOP NAVIGATION */
/* ************** */
#TopNavigation {
	width: 800px;
	height: 57px;
	margin: 0 auto;
	background: url(/images/main_top_navigation_background.gif) 0 0 repeat-x;
	border-bottom: 1px solid #808080;
}

#TopLogo {
	display: block;
	float: left;
	width: 199px;
	height: 39px;
	margin: 12px 0 0 19px;
	background: url(/images/main_top_logo.gif) 0 0 no-repeat;
}

#TopNavigation ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#TopNavigation ul li {
	float: left;
	display: block;
	height: 57px;
	padding: 0;
	background: url(/images/main_top_nav_right.gif) 100% 0 no-repeat;

}

#TopNavigation ul li a {
	display: block;
	_width: 1px; /* ie6 fix */
	height: 35px;
	padding: 22px 15px 0 15px;
	white-space: nowrap; /* ie6 fix */
	background: url(/images/main_top_nav_left.gif) 0 0 no-repeat;
	border-left: 1px solid #c5aa82;
	color: #675c47;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

#TopNavigation ul li a:hover {
	background: url(/images/main_top_nav_hover.gif) 0 0 repeat-x;
	color: #ffffff;
}


/* *********** */
/* WOOD BANNER */
/* *********** */
#IndexBanner {
	width: 800px;
	height: 299px;
	margin: 0 auto;
	background: url(/images/main_index_banner.jpg) 0 0 no-repeat;
}

#CoffeeLink, #PianoLink, #HangoutLink {
	position: absolute;
	display: block;
	float: left;
	width: 80px;
	height: 40px;
}

#CoffeeLink { margin: 209px 0 0 179px; }
#PianoLink { margin: 223px 0 0 455px; }
#HangoutLink { margin: 239px 0 0 722px; }


/* ********* */
/* LEFT SIDE */
/* ********* */
#LeftSide {
	float: left;
	width: 218px;
}


/* ********** */
/* RIGHT SIDE */
/* ********** */
#RightSide {
	float: right;
	width: 521px;
	margin: 20px 0 20px 0;
	padding: 0 40px 0 20px;
	border-left: 1px solid #e3d9c4;
	min-height: 300px; /* To account for the min height needed by the background gradient/shadow */
	_height: 300px;
}


/* *************** */
/* BOTTOM STICKIES */
/* *************** */
#BottomStickies {
	background: url(/images/main_footer_background.jpg) 0 0 no-repeat;
	clear: both;
	height: 309px;
}

#BottomStickies div {
	float: left;
	font-size: 12px;
	height: 220px;
	margin: 60px 12px 0 14px;
	_margin: 60px 18px 0 5px;
	padding: 0 8px 0 8px;
	width: 224px;
}

#BottomStickies div h2 {
	color: #77460f;
	font-family: Garamond, Georgia, Helvetica, Times New Roman;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 10px 0 15px 0;
	text-align: center;
}

#BottomStickies p {
	line-height: 15px;
}

#BottomStickies .FormField {
	width: 216px;
}

/* *********** */
/* ADDRESS BAR */
/* *********** */
#AddressBar {
	clear: both;
	padding: 10px 0 0 10px;
	color: #332b19;
	font-size: 12px;
}


/* ****** */
/* FOOTER */
/* ****** */
#Footer {
	width: 802px;
	margin: 0 auto 10px auto;
	padding: 22px 0 0 0;
	background: url(/images/main_footer.gif) 0 0 no-repeat;
	color: #887561;
	font-size: 12px;
}

#Footer ul {
}

#Footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#Footer ul li {
	display: inline;
}

#Footer ul li a {
	display:block;
	float: left;
	padding: 0 5px 1px 5px;
	border-left: 1px dotted #887561;
	color: #887561;
	text-decoration: none;
}

#Footer ul li a:hover {
	text-decoration: underline;
}


/* -------------------------------------------------------------- */
/* Forms -------------------------------------------------------- */
/* -------------------------------------------------------------- */
form, fieldset, ol, li {
	margin: 0;
	padding: 0;
}

form, input, textarea, option, select {
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, Times New Roman;
	font-size: 11px;
}

fieldset {
	background: url(/images/form_background.gif) 0 100% repeat-x;
	border: 0;
	border-top: 1px solid #808080;
	margin: 0 0 15px 0;
}

legend {
	color: #5a79ce;
	font-size: 14px;
	font-weight: bold;
}

ol {
	list-style: none;
}

fieldset li {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid white;
	min-height: 20px;
	padding: 5px;
}

form label {
	display: block;
	float: left;
	padding: 3px 0 0 0;
	width: 125px;
}

form em {
	color: red;
	font-style: normal;
	padding: 0 0 0 2px;
}


/* ******* */
/* BUTTONS */
/* ******* */
.Submit {
	background: url(/images/button_submit.gif) 0 0 no-repeat;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: block;
	height: 29px;
	padding: 0px 0 0 0;
	text-align: center;
	font-weight: bold;
	width: 75px;
}

.Submit:hover {	background-position: 0 -29px; }


/* ****** */
/* ALERTS */
/* ****** */
.GoodAlert, .BadAlert {
	background: #e7ffe6 url(/images/icon_alert_good.gif) 10px 50% no-repeat;
	border: 1px solid #beffbb;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0 5px 30px;
}

.BadAlert {
	background: #ffe6e6 url(/images/icon_alert_error.gif) 10px 50% no-repeat;
	border: 1px solid #ffbbbb;
} 