﻿/*------------TAG DEFINITIONS*/
body {
	text-align: center;
	font-size: 78%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.667em;
	line-height: 1.2em;
	font-weight: bold;
	color: #87480F;
	margin-bottom: .6em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: bold;
	color: #87480F;
	margin-bottom: .6em;
}
/*------------MAIN DIV STYLES*/
#wrapper {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
}
#banner {
	padding: 0;
}
#studio {
	height: 99px;
	margin: 0;
	background-color:#000000;
	background-image: url(../images/tempZenPics.jpg);
}

/*------NAVIGATION STYLES*/
#nav {
	width: 900px;
	height: 32px;
	padding-top: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.916em;
	background-image: url(../images/navBG.jpg);
	background-color: #3070A6;
	padding-left: 0px;
}
#nav ul {
	width: 900px;
	padding:0;
}
#nav ul li {
	float: left;
	padding-top: 10px;
	height: 22px;
}
#nav li a {
	color: #FFFFFF;
	padding: 0 9px 0 9px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B46D23;
}
#nav li a:hover {
	color:#FFFF66;
}
#nav ul li a.last {
	border: none;
}
#wrapper #nav li#home {
	margin-left: 9px;
}
#content {
	background-image:url(../images/contentBG.jpg);
	background-repeat: no-repeat;
	text-align:left;
	padding-top: 20px;
}
#leftCol {
	width: 450px;
	float: left;
	padding-left: 75px;
	padding-top: 16px;
	padding-bottom: 36px;
}
#rightCol {
	width: 189px;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 36px;
	padding-left: 18px;
	margin-left: 600px;
	background-color: #e8e7e0;
}
/*------------CLASSES*/
img.spacer {
	clear:both;
}

