/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background: #000000 url(../images/logo_bg.jpg) repeat-x;
	height: 116px;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
}
#column_wrapper {

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 650px;
	float: left;
	margin: 0 0 10px 0;
}
#left {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
#left .content {
	padding: 24px 12px 24px 12px;
	font-size: 0.75em;
	line-height: 1.5em;
	background: url(../images/crayons200px.jpg) no-repeat center bottom;
}
#right .content {
	padding: 24px 12px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 0px;
	background: url(../images/mast-btm.jpg) no-repeat center bottom;
	height: 116px;
}
#footer {
	overflow: hidden;
	font-size: 0.7em;
	color: #333;
	background-color: #ccc;
	padding: 10px 0px 10px 5px;
	margin: 0 0 5px 0;
}
.footercolumn1 {
	float: left;
	width: 270px;
	margin-right: 20px;
	padding-left: 10px;
}
.footercolumn2 {
	float: left;
	width: 260px;
	margin: 5px 10px 0 0px;
}
#footer p {
	margin: 7px 0;
}
.footercolumn2 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 6px 6px;
	border: 1px solid #333;
	background-color: #666666;
}
.footercolumn2 a:hover {
	color: #000;
	background-color: #E9FFDF;
	border-color: #003300;
}
.footercolumn2 ul {
	margin: 0;
	padding: 0;
}
.footercolumn2 li {
	margin-bottom: 6px;
	list-style-type: none;
}

.footercolumn1 a {
	color: #336699;
}
.footercolumn1 a:visited {
	color: #336699;
}
.footercolumn1 a:hover {
	color: #000033;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #990000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #0000FF;
}
#right a:link {
	text-decoration: none;
}
#right a:visited {
}
#right a:hover {
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #339900;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
	background: #E7F7C6;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 15px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.3em;
	margin: 10px 0 0 0;
	color: #336699;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
