/*
CSS for Masters Blend Finish

Main colors:
#C3690F - Chocolate
#6C3306 - Bakers Chocolate
#663033 - Dark Brown
http://www.brobstsystems.com/colors1.htm

*/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;

}
body {
text-align: center;
color: #6C3306;
}

div#container {
margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left;
}

#content {
	padding-left: 15px;
}

a {
	font-weight: bold;
	color: #6C3306;
}

#redtable {
	padding: 10px;
	margin: 15px 0 15px 0;
	background-image: url(images/curly.jpg);
}
#whitetable {
	padding: 0px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	background-color: #FFFFFF;
}
.logo {
	margin-top: 12px;
}

#graytable {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF3C3; /*Bisque*/ 
	/*#FFF9CC; cornsilk*/
	/*#F9FCC6; antique white*/
	/*#CFC996; tan*/
}
#menubox {
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #6C3306;
}
#menu {
	font-size: 24px;
	color: #6C3306;
	margin-left: 20px;
	text-decoration: none;
	list-style-type: none;
}

#menu a {
	font-size: 24px;
	color: #6C3306;
}

#copyright {
	font-size: 12px;
	text-decoration: none;
	margin-left: 20px;
}
#copyright a {
	font-size: 12px;
}
.title {
	font-size: 24px;
	font-weight: bold;
}
.quotes {
	font-size: 12px;
	text-decoration: none;
}
.recess {
	margin-left: 20px;
}
.indent {
	padding-left: 20px;
}
.ilink a:hover {
	font-style: italic;	
}