body {
	margin: 0 20px;
	background-color: #FFFFFF;
	color: #454545;
	line-height: 140%;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#container {
	margin: 0 auto;
	width: 950px;
	text-align:left;
}

#inner1 {
	background-color: white;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}

#inner2 {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#inner3 {
	padding-top:150px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right:35px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#clear {
	clear: both;
}

#footer {
	text-align: center;
	font-size: .9em;
	color: white;
	height: 25px;
}

#leftcol {
	float: left;
	margin-top: 35px;
	width: 160px;
	font-size: 0.9em;
	line-height: 120%;
}

#rightcol {
	float: right;
	width: 150px;
	font-size: 0.9em;
	line-height: 120%;
}

#maincol {
	margin-right: 200px;
	margin-left: 210px;
}

#subnav {
	padding-bottom:5px;
	margin-bottom: 10px;
}

#subnav a {
	color: #454545;
	text-decoration: none;
	display: block;
	background-image:url(images/nav_img.jpg);
	background-repeat:no-repeat;
	background-position:left 1px;
	padding-left:15px;
	padding-bottom:5px;
}

#subnav a:hover {
	background-image:url(images/nav_on.jpg);
}

#subnav a.selected {
	background-image:url(images/nav_on.jpg);
}

#subnav ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#subnav ul ul {
	border-top: none;
}

#subnav ul li li a {
	padding-left: 30px;
	background-position:15px 1px;
}

#subnav ul li li li a {
	padding-left: 40px;
	background-position:25px 1px;
}

#subnav ul li li li li a {
	padding-left: 50px;
	background-position:35px 1px;
}

#footer {
	background: #3e4448;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

h1 {
	font-size:1.6em;
	line-height:120%;
	color: #454545;
}

h2 {
	font-size:1.3em;
	line-height:120%;
	color: #454545;
}

h3 {
	font-size:1em;
	line-height:120%;
	color: #454545;
}

h4 {
	font-size:0.95em;
	line-height:120%;
	color: #454545;
}

h5 {
	font-size:0.9em;
	line-height:120%;
	color: #454545;
}

h6 {
	font-size:0.8em;
	line-height:120%;
	color: #454545;
}

#gallery img {
	border:1px solid #999999;
	padding:5px;
}

