

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #A0593D;
	text-decoration: underline;
}

a:visited {
	color: #A0593D;
}

p {
	margin-bottom: 15px;
}

body {
	background-image:url(images/bg.jpg);
	background-color:#B25B3F;
	font: 16px Georgia, Helvetica,serif;
	margin-top: 7px;
	background-repeat: repeat;
	line-height: 20px;
}

img.left {
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}

img.right {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}

#content
{
	margin: 0 auto;
	width: 837px;
	text-align: left;
}

#header {
	background:url(images/title.png) top no-repeat;
}

#menu_padding
{
	padding-top:278px;   /* this pushes down the menu bar so it displays near the bottom of the main header image */
	padding-bottom:4px; /* this creates the thin border between the menu/header sections and the main content section */
}

#menu
{
height: 50px;
background: url(images/menu.png) center no-repeat;
text-align: center;
padding-left: 12px;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline; 
}

#menu a {
	float: left;
	height: 50px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffeac6;
	font-weight: bold;
	padding: 15px 25px 0px 15px;
	font-size: 12px;
	text-transform: uppercase;
}

#menu a:hover {
	color: #5C253A;
	text-decoration: underline;
	background: url(images/b2.gif) 0px 2px repeat-x;
}

#menu a.current_page{
	color: #D57650;
	text-decoration: underline;
}

#menu a.current_page:hover{
	color: #5C253A;
	text-decoration: none;
}


#top /* this simply draws the top.png to visually show the start of the main section */
{
padding-top: 12px; /* this pushes main2's image (bg_c.gif) lower so that top.png doesn't overlap with it */
background: url(images/top.png) top no-repeat;
}


#main /* this draws the main content section's background image, and needs to be separate from main_body because main_body has a narrower width */
{
	background: url(images/bg_c.gif) repeat-y;
}

#main_body
{
	padding-top: 5px; /* this creates padding in the body section above the first text/heading */
	width: 750px;
	padding-top: 0px; /* this creates padding between main/top.png and the start of the content in this section */
	margin-left: 45px;
	float:left;
}

#main_body.left
{
	width: 500px;
}



#main_body H2 {
	border-bottom: 1px ridge #841406;
	font-family:Georgia, serif;
	font-size:16px;
	color:#841406;
	padding: 10px 0px 5px 0px;
	font-weight: bold;
	margin-bottom:12px;
}


#main_body H3 {
	font-family:Georgia, serif;
	font-size:14px;
	color:#841406;
	padding: 2px 0px 0px 0px;
	font-weight: bold;
	margin-bottom:2px;
}

#main_body ul {
	list-style-type: none;
	padding-top: 0px; /* how much vertical space to display before the first item in the list */
	padding-left: 15px; /* how much to indent each of the list items */
}

#main_body li {
	background-image: url(images/music_note.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 24px; /* space between music_note and start of text */
	padding-top: 9px;  /* how much lower to move the text below the top of the image */
} 

#main_body ol {
	margin: 10px 25px;
}


#bottom {
background:url(images/bottom.png) bottom no-repeat;
height: 18px;
}


#footer {
	height: 48px; /* this adds background space at the very bottom of the page (i.e. not body, but the background) */
	clear: both;
	padding-top: 18px;
	background: url(images/bot_bg.jpg) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #000000;
}
