@charset "utf-8";
/* CSS Document */


/*
   style.css
   maxImage
   
   Created by Aaron Vanderzwan on 2009-02-11.
   Copyright 2009 Aaron Vanderzwan. All rights reserved.
*/


* {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:13px;
}

html {
	overflow-x:hidden;
	/*overflow-y:scroll;*/
	overflow-y:hidden;
}

body {
	background:#ffffff;
	line-height: 1.5;
}

h1 {
	font-size:24px !important;
	line-height:28px !important;
	margin:0 0 2px 0 !important;
	width: 700px !important;
	color: #391D0F !important;
}

h1 a {
	color: #391d0f;
	font-size:24px !important;
	line-height:28px !important;
	text-decoration: none;
}
h1 a:hoover {
	color: #391d0f;
	font-size:24px !important;
	line-height:28px !important;
	text-decoration: none;
}
h1 a:visited {
	color: #391d0f;
	font-size:24px !important;
	line-height:28px !important;
	text-decoration: none;
}

h1 img {
	margin: 0 !important;
	padding: 0 !important;
}

h1 span {
	display: none;
	line-height: -9999px;
}


	
ul,li {
	list-style-type:none;
}
li {
	margin-bottom:10px;
}

a {
	color:#666;
}
a:hover {
	text-decoration:none;
}

p {
	margin:0 0 10px;
	line-height:1.3em;
}


.span-1 {
	width:450px;
	height: 1%;
	margin: 10px 0 10px 20px;
}
*+html .span-1 {
	margin: 10px 0 10px 20px;
}
* html .span-1 {
	margin: 10px 0 10px 10px;
}

/* .span-2 {
	width:230px;
}
.span-3 {
	width:450px;
} */

.span-1 , .span-2 , .span-3 {
	background: #D2B48C;
	float:left;
	margin-right:10px;
	padding:10px;
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}



.liquid {
	margin:0 0 0 490px;
	position:relative;
	width:auto;
}

/* So that people will notice this style, I moved it to an inline style in bgslideshow.php
.slidemaximage  {display:none;} */