/* -------------------- Resets --------------------- */
body, div, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin: 0;
	padding: 0;
}
fieldset, table {
	border: none;
}
/* --------------- Document Defaults -------------- */
html {
	font-size: 100.01%;
}
html, body {
height:100%; /* gives layout 100% height */
overflow:inherit; /* triggers 100% height in Opera 9.5 */
}
#wrapper {
min-height:100%; /* gives layout 100% height */
}
* html #wrapper { 
height:100%; /* IE6 treats height as min-height */
}
body {
  min-width: 100px;
  background-color: #c67474;
  color: white;
  background-image: url(http://www.backgroundlabs.com/backgrounds/86.jpg);
  background-repeat: repeat;
 }
#wrapper {
  text-align: left;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #c67474;
  padding: 0px;
  overflow: hidden;
}
#reclinerimage {
  margin: 0;
  padding: 0;
}
#slogan {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: bottom;
  border: 0;
  margin: 0;
  padding: 0;
}
#flexiclips {
position:relative;
left:-660px;
top: -275px;
}
#leftcolumn {
float: left;
width: 240px;
text-align: left;
text-align: center;
padding: 0px;
margin: 0;
} 
#rightcolumn {
float: right;
width: 240px;
text-align: center;
padding: 0px;
margin: 0;
} 
#centertext {
width: 400px;
text-align: center;
top: 0px;
padding-left: 0px;
padding-top: 20px;
padding-bottom: 200px;
margin: 0px;
overflow: hidden;
} 
.orange {
    font-size: 12pt;
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
    font-size: 12pt;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
    font-size: 12pt;
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.bgpink {
background-color: #f6b3ad;
border-style: dashed;
border-width: 1px;
border-color: navy;
}
#footer {
clear: both;
border: 1px solid black;
height:80px;
margin:-80px auto 0; /* -80px sucks it back into the #wrapper */
}
A:link.index { 
text-decoration: none; 
font-weight: bold; 
font-family: verdana, arial, sans-serif; 
font-size: 10pt; 
color: #ffffff; 
}
A:visited.index { 
text-decoration: none; 
font-weight: bold; 
font-family: verdana, arial, sans-serif; 
font-size: 10pt; 
color: #ffffff;
}
A:hover.index {
text-decoration: underline; 
font-weight: bold; 
font-family: verdana, arial, sans-serif; 
font-size: 10pt; 
background-color: #000066;
}
A:link { 
text-decoration: underline; 
font-weight: bold; 
font-family: verdana, arial, sans-serif; 
font-size: 12pt; 
color: #330000; 
}
A:visited { 
text-decoration: none; 
font-weight: bold; 
font-family: verdana, arial, sans-serif; 
font-size: 12pt; 
color: #330000;
}
A:hover {
text-decoration: underline; 
font-weight: bold; 
font-family: verdana, arial, sans-serif; 
font-size: 12pt; 
color: #330000;
background-color: #ffffff;
}
p { 
color: #330000; 
font-size: 10pt; 
font-family: verdana, arial, sans-serif; 
margin-top: 10px; 
margin-bottom: 10px; 
padding-left: 0px; 
padding-right: 0px; 
text-align: left;
}
p.home { 
color: #330000; 
font-size: 10pt; 
font-family: verdana, arial, sans-serif; 
margin-top: 10px; 
margin-bottom: 10px; 
padding-left: 0px; 
padding-right: 0px; 
text-align: justify;
}
p.footer { 
color: #330000; 
font-size: 7pt; 
font-family: verdana, arial, sans-serif; 
margin-top: 10px; 
margin-bottom: 10px; 
padding-left: 15px; 
padding-right: 15px; 
text-align: center;
}
p.footerlinks { 
color: #330000; 
font-size: 10pt; 
font-family: verdana, arial, sans-serif; 
margin-top: 10px; 
margin-bottom: 10px; 
padding-left: 15px; 
padding-right: 15px; 
text-align: center;
}
h1, h2  { 
color: #330000; 
font-size: 12pt; 
font-family: verdana, arial, sans-serif; 
margin-top: 10px;
margin-bottom: 8px; 
padding-left: 15px; 
padding-right: 15px; 
}
h3  { 
color: #330000; 
font-size: 16pt; 
font-family: verdana, arial, sans-serif; 
margin-top: 10px;
margin-bottom: 8px; 
padding-left: 15px; 
padding-right: 15px; 
}
h4 {color: #330000; 
font-size: 14pt; 
font-family: verdana, arial, sans-serif; 
margin-top: 10px;
margin-bottom: 8px; 
padding-left: 15px; 
padding-right: 15px; 
}
ul { 
color: #330000; 
font-size: 10pt; 
font-family:  verdana, arial, sans-serif; 
text-align: left;
}
.emph {
font-style: italic;
} 
.bold {
font-weight: bold;
}
.center { text-align: center }
.floatright {float:right; }

/* styling of the flowplayer container. */
a.myPlayer {
	display:block;
	width: 320px;
	height:240px; 
	text-align:center;
	margin:10px 15px 15px 0;
	border:2px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:0px;
	border:0px;
}
/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:2px solid #000;
}
.column {
width: 175px;
padding-left: 30px; }

.padding {
padding: 10px 10px 10px 10px;
font-size: 8pt }

.biglink {font-size: 12pt}
