body {
	background-color: #FFFFFF;
	font-family: calibri, Arial, Helvetica, sans-serif;
	color: #444;
	margin-top: 20px;
	margin-bottom: 20px;
}
a {
	color: #999900;
	text-decoration: none;
}

a:hover {
	color: #999900;
	text-decoration: underline;
}

.maincontainer {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	height: 40px;
	width: 960px;
	background-image: url(../images/top_a.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

#bot {
	height: 40px;
	width: 960px;
	background-image: url(../images/bot_a.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}





#mainarea {
	height: auto;
	width: 960px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/main_a.png);
	background-repeat: repeat-y;
	background-position: center top;
}




#navcontainer
{
	padding: 0;
	height: 120px;
	clear: both;
	width: 850px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}



#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer ul li
{
	display: block;
	float: left;
}

#navcontainer ul li a
{
	height: 18px;
	color: #660000;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
	width: 88px;
	margin-right: 6px;
	background-attachment: scroll;
	background-image: url(../images/1blank.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 102px;
	text-align: center;
}

#navcontainer ul li a:hover,#navcontainer ul li#active a
{
	color: #FFFFFF;
	background-image: url(../images/2blank.png);
}


#navcontainer ul li a#home 			{background-image: url(../images/1home.png);}
#navcontainer ul li a:hover#home,#navcontainer ul li#active a#home 	{background-image: url(../images/2home.png);}

#navcontainer ul li a#news			{background-image: url(../images/1news.png);}
#navcontainer ul li a:hover#news,#navcontainer ul li#active a#news 	{background-image: url(../images/2news.png);}

#navcontainer ul li a#archive			{background-image: url(../images/1archive.png);}
#navcontainer ul li a:hover#archive,#navcontainer ul li#active a#archive 	{background-image: url(../images/2archive.png);}

#navcontainer ul li a#drawings			{background-image: url(../images/1slideshows.png);}
#navcontainer ul li a:hover#drawings,#navcontainer ul li#active a#drawings 	{background-image: url(../images/2slideshows.png);}

#navcontainer ul li a#media			{background-image: url(../images/1media.png);}
#navcontainer ul li a:hover#media,#navcontainer ul li#active a#media 	{background-image: url(../images/2media.png);}

#navcontainer ul li a#trevor			{background-image: url(../images/1trevor.png);}
#navcontainer ul li a:hover#trevor,#navcontainer ul li#active a#trevor 	{background-image: url(../images/2trevor.png);}

#navcontainer ul li a#alex			{background-image: url(../images/1alex.png);}
#navcontainer ul li a:hover#alex,#navcontainer ul li#active a#alex 	{background-image: url(../images/2alex.png);}

#navcontainer ul li a#furniture			{background-image: url(../images/1furniture.png);}
#navcontainer ul li a:hover#furniture,#navcontainer ul li#active a#furniture 	{background-image: url(../images/2furniture.png);}

#navcontainer ul li a#contact			{background-image: url(../images/1contact.png);}
#navcontainer ul li a:hover#contact,#navcontainer ul li#active a#contact 	{background-image: url(../images/2contact.png);}




#rightslideshowcontainer
{
	padding: 0;
	width: 410px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}










#footer {
	width: 960px;
	clear: both;
	font-size: .8em;
	text-align: center;
	height: auto;
	margin-top: 15px;
}






#leftnavcontainer
{
	padding: 0;
	width: 150px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

#leftnavcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftnavcontainer ul li
{
	display: block;
}

#leftnavcontainer ul li a
{
	height: 22px;
	color: #9BB074;
	text-decoration: none;
	display: block;
	font-size: 9pt;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 10px;
	margin-bottom: 4px;
	padding-bottom: 1px;
	background-color: #E6E6E6;
	line-height: normal;
	background-attachment: scroll;
	background-image: url(../images/sideoff.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: none;
}

#leftnavcontainer ul li a:hover
{
	color: #9BB074;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/siderolled.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#leftnavcontainer li#active a
{
	color: #FFFFFF;
	background-color: #9BB074;
	background-attachment: scroll;
	background-image: url(../images/sideon.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#leftnavcontainer li#active a:hover
{
	color: #FFFFFF;
	background-color: #9BB074;
	background-attachment: scroll;
	background-image: url(../images/sideon.png);
	background-repeat: no-repeat;
	background-position: center top;


}












#copybox {
	width: 850px;
	background-color: #FFFFFF;
	clear: both;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 1.1em
}


#copybox h1{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.5em;
	color: #456E00;
	font-weight: normal;
	letter-spacing: -0.03em;
}
#copybox h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.1em;
	color: #999900;
	font-weight: normal;
}

#copybox h3 {
	margin-top: -10px;
	padding-top: 0px;
	font-size: 1em;
	color: #999900 ;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 0px;
	text-align: justify;
}

#copybox p{
	font-size: .9em;
	line-height: 1.5em;
	color: #444;
}
#copybox li {
	font-size: .9em;
	line-height: 1.5em;
	color: #444;
}

#imgborder {border: 2px solid #999900 ; float:right;margin-left:10px;}

.tablestyle {
	border: 1px solid #cccccc;
}

.tablestyle th {
	font-size: 1em;
	line-height: normal;
	color: #404040;
	text-align: center;
	background-color: #EAEAEA;
	border: 1px solid #dddddd;
	background-attachment: scroll;
	background-image: url(../images/shad2.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 4px;
	font-weight: normal;
}

.tablestyle td {
	background-attachment: scroll;
	background-image: url(../images/shad.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 0.8em;
	line-height: normal;
	color: #404040;
	border: 1px solid #dddddd;
	padding: 4px;
}
.rightalignedpic {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.leftalignedpic {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 20px;
}

.smaller {font-size: 75%;}
.gallery {margin: 0px 40px;}

#moviepageleftcontainer {
	padding: 0;
	width: 500px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	float: left;
}

#moviepageleftcontainer img {
	margin: 0px;
	padding: 2px;
	border: 1px solid #aaaaaa;
}

#moviepagerightcontainer {
	padding: 0;
	width: 320px;
	margin-top: 43px;
	margin-left: 0px;
	margin-bottom: 10px;
	float: right;
}
#scroller {
	height: 393px;
	overflow: auto;
	width: 320px;
	border: 1px solid #aaaaaa;
	padding: 5px;
}
#moviepageleftcontainer h1 {
	color: #406900;
	font-size: 1.2em;
	margin-bottom: 8px;
}
#moviepageleftcontainer h2 {
	color: #406900;
	font-size: 1em;
	margin-bottom: 8px;
	margin-top: 8px;
}
#moviepageleftcontainer p {
	margin-top: 4px;
}
#movieselector {
	clear: both;
	border: 1px dotted #CCCCCC;
	margin-bottom: 4px;
	width: 290px;
}
#movieselector img {
	float: right;
	margin: 5px;
	padding: 2px;
	border-top-color: #9BB074;
	border-right-color: #9BB074;
	border-bottom-color: #9BB074;
	border-left-color: #9BB074;
}
#clear {
	clear: both;
}
#movieselector  h3 {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 1em;
	text-align: left;
}

#movieselector  h3 a {
	color: #660000;
}

#movieselector  h3 a:hover {
	text-decoration: underline;
	color: #CC3300;
}


#movieselector h4 {
	font-weight: normal;
	font-size: .8em;
	margin-top: 3px;
}
