body {
	margin: 0;
	padding: 0;
	background-image: url('../images/background-gradient.jpg');
	background-repeat: repeat-x;
	background-color: #521312;
}



.leftMenu {
	background-image: url('../images/brown-studio-left-panel.jpg');
	background-repeat: no-repeat;
	background-color: #a2532d;
}


.menuItem {
	font-size: 62.5%;
	margin-top: 4px;
	margin-bottom: 7px;
	border-bottom: 1px solid #672E1B;
}

.menuItem ul {
	list-style-image: url('../images/blip.gif');
	margin-top: 6px;
	padding-left: 24px;
	margin-left: 0;
	margin-right: 8px;
}

.menuItem li {
	padding-bottom: 7px;
}

.menuItem li a {
	font-family: Georgia, Times, Serif;
	font-size: 1.2em;
	color:#ffdd67;
}


.content {
	font-size: 62.5%;
	background-image: url('../images/content-gradient.jpg');
	background-repeat: repeat-x;
	background-color: #3a1716;
}

.content h1 {
	font-family: Georgia;
	color: #FFF2C6;
	letter-spacing: 0;
	font-size: 3.2em;
	margin-top: 0;
	margin-left: 2px;
	padding-top: 0;
/*	border: 1px solid #ffaacc; */
}

.content h2 {
	font-family: Georgia;
	color: #FFEBA4;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.6em;
	padding-top: 12px;
	margin-bottom: 2px;
}

.content h3 {
	font-family: Georgia;
	color: #FFEBA4;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.4em;
	padding-top: 12px;
	margin-bottom: 2px;
}

.content p, .content ul li {
	font-family: Trebuchet MS;
	color: #FDFACC;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.3em;
}

.content ul li {
	padding-bottom: 1em;
}

.content a {
	color: #FFE48A;
}

.content hr {
	border: 0;
	background-color: #FFD9B7;
	color: #FFD9B7;
	height: 3px;
}

input, textarea {
	font-family: Georgia, Times, Serif;
	font-size: 14px;
}


.copyright {
	color: #2B120D;
	background-color: #9F5835;
	text-align:center;
	font-family: Verdana, Trebuchet, Sans-Serif;
	font-size: 10px;
	letter-spacing:.1em;
	margin: 0px;
	padding: 7px 0;
	border-top: 1px solid #331610;
	border-bottom: 1px solid #331610;
}

.copyright b {
	font-size: 12px;
}