@charset "utf-8";
/* CSS Document */
img {border: none;}

body {background-image: url('images/wood_bg.gif');
	background-repeat: repeat;
	margin:0 auto;
	text-align: center;}
	
div.container{width:825px;
	text-align:left;
	margin: 0 auto;}

div.flash{float:left;}

div.name {width:325px;
	height:115px;
	background-image:url(images/nameTest.gif);
	float:inherit;
	margin-left:500px;}
	
div.contentContainer{background-color:#9acb3c;
	background-image: url(images/stripBG.gif);
	width:817px;
	border:4px solid white;
	border-width:0px 4px 0px 4px;
	text-align:center;
	height:625px;}

div.content{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:black;
	background-color:#FFFFFF;
	width: 685px;
	text-align:left;
	margin-left:67px;}
	
div.news{background-image:url(images/indexBorder.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:25px;}
	
.news h1{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #ff8c8c;
	border-top:1px solid #FF8c8c;
	border-bottom:1px solid #FF8c8c;
	background-color:#ffefef;}
	
.news p {margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin:0 20px 0 20px;}

.news a:link {color:#ff8c8c;
	text-decoration:none;}
	
.news a:visited {color:#ff8c8c;
	text-decoration:none;}
	
.news a:hover {color:#FF3366;
	text-decoration:none;}
	
.news a:active{color:#ff8c8c;
	text-decoration:none;}
	
div.about{width:300px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;}
	
.about p {text-indent:20px;}

.about img{padding-top:30px;}

.about a:link {color:#ff8c8c;
	text-decoration:none;}
	
.about a:active {color:#ffffff;
	text-decoration:none;}
	
.about a:hover {color:#FF3366;
	text-decoration:none;}

.scrollBox {height: 265px;
	width: 300px;
	margin-top:5px;
	padding: 5px;
	overflow: auto;}
	
div.demoReel{width:360px;
	float:right;}

.demoReel img{padding-top:30px;}
	
.whiteBG a:link{
	color:#ffffff;}
	
.whiteBG a:hover{
	color:#ffffff;}
	
div.foot{border:solid white;
	border-width:0 4px 0 4px;
	height:61px;
	background-image:url(images/stripBG_bottom.gif);
	text-align:center;}
	
.foot a:link {color:#ff8c8c;
	text-decoration:none;}
	
.foot a:visited {color:#ff8c8c;
	text-decoration:none;}
	
.foot a:hover {color:#FF3366;
	text-decoration:none;}
	
.foot a:active{color:#ff8c8c;
	text-decoration:none;}
	
.foot p{margin-top:0;
	padding-top:18px;
	line-height:5px;
	font-size:12px;}
	
/*main nav*/

div.navstrip{background-color:#9acb3c;
	height: 30px;
	margin:0;
	padding:0;
	border:4px solid white;
	border-width:0px 4px 0px 4px;}
	
div.nav{float:right;
	width:300px;
	margin:0px;
	padding:0px;}

ul{margin:0px;
	padding: 0px 18px;
	float:right;
	list-style-type:none;}
	
li {display:inline}

.mainNav a:link{color: #9acb3c;
	border:1px solid;
	border-color:#9acb3c;}
	
.mainNav a:visited{color: #9acb3c;
	border:1px solid #9acb3c;
	border-color:#9acb3c;}
	
.mainNav a:hover{color: #9acb3c;
	border:1px solid #9acb3c;
	border-color:#9acb3c;}
	
.mainNav a:active{color: #9acb3c;
	border:1px solid #9acb3c;
	border-color:#9acb3c;}
