/* @override 
	http://www.lizsandersbrown.com/css/style.css
	http://lizsandersbrown.com/css/style.css
*/

body {
	background: #1b3a1f url(/img/bg.jpg);
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: 0;
		margin: 0;
}

.clear {
	clear: both;
}

A:link {
	text-decoration: none;
	color: #001d50;
}

a img {
	border: none;
}

h1 {
	text-align: center;
	font-size: 37px;
	color: #333;
}

p {
	color: #4e5f3c;
	width: 450px;
	margin: 10px auto;
	font: 13px/1.2em Helvetica, Geneva, sans-serif;
}

a:hover, a:visited {
	color: #013fb9;
}

#shadow {
	width: 800px;
	margin: 0 auto;
	background: url(/img/shadow.jpg) repeat-y;
}

#container {
	background: #bccaa2;
	width: 600px;
	margin: 0 auto;
}

#nav {
	background: #e1e7d6 url(/img/header.jpg);
	border-bottom: 4px solid #62784b;
	height: 180px;
	margin-bottom: 30px;
}

#nav h1 {
	position: relative;
	top: 40px;
}

#nav ul {
	position: relative;
	top: 84px;
	padding: 20px 0 0 0;
	width: 290px;
	height: 40px;
	margin: 0 auto 20px auto;
}

#nav ul li {
	float: left;
	list-style: none;
	color: #62784b;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}

#nav ul li a {
	display: block;
	width: 67px;
	color: #62784b;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #2f3a24;
}

#nav ul li.active {
	background: url(/img/tab.png);
}

#footer {
	width: 600px;
	margin:30px auto 0 auto;
	position: relative;
	background: url(../img/foot_back.png) repeat-x;
}

#footer_noimg {
	background: #62784b 0 150px;
	text-align: center;
	font-size: .7em;
	padding: .8em;
	color: #bccaa2;
}

#footer img {

}

#sections {
	width: 600px;
	margin:10px auto 0 auto;
}

#sections h2 {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #1b3a1f;
}

h2#h2watercolors {
	float: right;
	position: relative;
	right: 60px;
	width: 7em;
	text-align: center;
}

h2#h2pastels {
	width: 4em;
	text-align: center;
	position: relative;
	left: 150px;
	top: 30px;
}

#watercolors {
	margin-left: 30px;
}

#pastels {
	margin-left: 30px;
}

#content {
	padding: 20px 50px;
}

h3 {
	font-size: 1.3em;
	color: #1b3a1f;
}