@charset "utf-8";
/*

Colors
------------------
Dark Brown - #A96C2A
Light Brown - #D6A85E
Light Light Brown - #F1C772
Red - #AC123D
Blue - #85A4B7


*/

body, html {
	margin:0 auto;
	padding:0;
	background:#A96C2A;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:1000px;
	background:#A96C2A;
	height:875px;
}

div#container {
	position:relative;
	width:800px;
	margin:0 auto;
	background:#D6A85E;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
	height:875px;
}

div#textcontainter {
	position:absolute;
	width:370px;
	min-height:500px;
	top:260px;
	left:470px;
	border:5px solid #FFFFFF;
	z-index:1;
	font-size:14px;
	padding:15px;
	background:url(imgs/textheader.jpg) no-repeat top center #F1C772;
	line-height:18px;
}

div#movieholder {
	position:relative;
	width:320px;
	margin-left:20px;
	margin-top:3px;
	border:5px solid #FFFFFF;
	margin-bottom:40px;
	background:#F1C772;
}

div#floatimage1 {
	position:absolute;
	width:271px;
	height:286px;
	bottom:0px;
	background:#FFFFFF;
	z-index:2;
	background:url(imgs/float1.png) no-repeat;
	left: 10px;
}

div#footer {
	position:absolute;
	width:800px;
	height:30px;
	bottom:0px;
	left:100px;
	background:url(imgs/foot1.jpg) no-repeat;
	z-index:1;
}

div#submenu {
	position:absolute;
	width:125px;
	height:100px;
	z-index:3;
	left: 310px;
	top: 600px;
}

div#submenu img {
	border:0px;
}

div#header {
	position:relative;
	width:800px;
	margin:0 auto;
	background:#FFFFFF;
	height:170px;
}

div#menu {
	position:relative;
	width:800px;
	margin:0 auto;
	background:#CCCCCC;
	height:30px;
	border-top:2px solid #FFFFFF;
}

div#m1 {
	position:absolute;
	background:url(imgs/menu1off.jpg) no-repeat top left;
}

div#m1 a:hover{
	background:url(imgs/menu1on.jpg) no-repeat top left;
}

div#m2 {
	position:absolute;
	background:url(imgs/menu2off.jpg) no-repeat top left;	
	left:132px;
}

div#m2 a:hover{
	background:url(imgs/menu2on.jpg) no-repeat top left;
}

div#m3 {
	position:absolute;
	background:url(imgs/menu3off.jpg) no-repeat top left;
	left:265px;
}

div#m3 a:hover{
	background:url(imgs/menu3on.jpg) no-repeat top left;
}

div#m4 {
	position:absolute;
	background:url(imgs/menu4off.jpg) no-repeat top left;
	left:398px;
}

div#m4 a:hover{
	background:url(imgs/menu4on.jpg) no-repeat top left;
}

div#m5 {
	position:absolute;
	background:url(imgs/menu5off.jpg) no-repeat top left;	
	left:532px;
}

div#m5 a:hover{
	background:url(imgs/menu5on.jpg) no-repeat top left;
}

div#m6 {
	position:absolute;
	background:url(imgs/menu6off.jpg) no-repeat top left;
	left:666px;
}

div#m6 a:hover{
	background:url(imgs/menu6on.jpg) no-repeat top left;
}

div#m1 a, div#m2 a, div#m3 a, div#m4 a, div#m5 a, div#m6 a {
	display:block;
	height:30px;
	width:134px;
	outline:none;
}

.red24 {
	font-size:24px;
	color:#AC123D;
	font-weight:bold;
}

.quotes {
	color:#AC123D;
}
