/* Constants 

$brown = '#3d3929';
$ltbrown = '#948862';
$tan = '#e6e1d1';
$drkGreen = '#435010';
$greyGreen = '#79876f';

$mustard = '#a3b909';
$ltMustard = '#ccd379';

&pink = '#d23196';
&lime = '#a3b909';

&blue = '#4578b6';
&ltblue ='#a6b2d5';
*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bgNull.gif);
	background-repeat:repeat;
	}
body, div, p, .textInput {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #435010;
}
#container {
	background-image: url(../img/bgMain.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 800px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}	
#mainbody, #mainbodyP {
	position: relative;
	width: 800px;
	top: 180px;
	margin-left: auto;
	margin-right: auto;
	/*
	height: auto;
	*/
}
#mainbodyP {
	top: 0px;
	background-color: none;
}
#artboard, .artboardTop, #artboardP {
	width: 690px;
	float: right;
}
#artboard, #artboardP{
		/*
	clear: both;
	height: auto;*/
	background-image:url(../img/artboardBG.gif);
}
#artboardP {
	background-image: none;
}
.bodyStrip {
	float: right;
	width: 690px;
	clear: both;
}
.bodyLeft, .bodyLeftPlain  {
	position: relative;
	float: left;
	width: 280px;
	left: 10px;
	text-align: right;
	font-weight:bold;
	letter-spacing: .15em;
	font-variant: small-caps;
}
.bodyLeftPlain {
	font-weight:normal;
	letter-spacing: normal;
	font-variant: normal;
}
.bodyRight {
	position: relative;
	float: right;
	width: 340px;
	right: 35px;
	text-align: justify;
}
.divider {
	width: 800px;
	height: 15px;
	display: block;
	clear: both;
}
#menu {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 160px;
	z-index: 100;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

}
#menu ul {
	position: relative;
	float: right;
	right: 35px;
	width: 340px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	position: relative;
	float: left;
	width: 68px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 13px;
	border-bottom: 1px solid #ccd379;
	border-top: 1px solid #ccd379;
}
#menu li a, #menu li a:visited{
	display: block;
	color: #a3b909;
	font-size: 10.5px;
	text-decoration:none;
}
#menu li a:hover {
	color: #a3b909;
	font-size: 11.5px;
	top: -1px;
	position: relative;
}
#footer {
	clear:both;
	float:right;
	color:#e6e1d1;
	margin: 0px 0px 0px 0px;
	height: 30px;
	width: 330px;
}

#footer ul {
	list-style-type: none;
}
#footer li{
	position: relative;
	float: right;
	width: 68px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer li a, #footer li a:visited{
	display: block;
	color: #e6e1d1;
	font-size: 11px;
	text-decoration:none;
}
#footer li a:hover {
	color: #948862;
	font-size: 12px;
	top: -1px;
	position: relative;
}
#videoDefault {
	position: relative;
	float: right;
	right: 35px;
	width: 340px;
	margin-top: 180px;
}
.logo {
	margin-bottom: 10px;
}
.quote, .author {
	text-align: justify;
	font-weight:normal;
	letter-spacing: normal;
	font-variant: normal;
	font-style: italic;
	line-height: 1.5em;
	padding: 0 15px;
	color: #79876f;
}
.author {
	text-align: right;
	font-style: normal;
}
label {

	width: 30px;
	display: block;
}
.textInput {


}
a, a:visited {
	color: #a6b2d5;
	font-size: 10px;
	text-decoration:none;
	font-variant: normal;
}
a:hover {
	color: #4578b6;
}