body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-family: "Lucida Sans", Verdana;
	font-size: 100%;
}

#footercontent p {
	color: #ccc;
	margin-top: 10px;
	margin-left: 110px;
}

#footercontent a{
	text-decoration: none;
}

#footercontent a:hover {
	border-bottom: dashed 1px #caa;
}

#header {
	display: block;
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 2;
}

#header a {
	margin: 0px;
}

#banner {
	margin: 0px;
	top: 0px;
	padding: 0px;
	background-image: url('redheaderbar.png');
	height: 120px;
	width: 100%;
	background-repeat: no-repeat;
}

#quote {
	display: block;
	position: absolute;
	right: 30px;
	top: 10px;
	text-align: right;
	width: 500px;
}

#quote p, a {
	color: #ccc;
	margin: 0px;
	margin-top: 30px;
	text-decoration: none;
}

#quote img {
	float: right;
	padding: 4px;
	height: 90px;
	border: solid 1px #ccc;
	background: #fff;
	margin-left: 20px;
	-webkit-box-shadow: 3px 3px 5px #020;
	-moz-box-shadow: 3px 3px 5px #020;
}

#main {
	display: block;
	position: relative;
	margin: 30px auto;
	max-width: 60em;
	clear: both;
}

#column1 {
	width: 49%;
	display: block;
	float: left;
}

#main img, iframe, embed {
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: solid 1px #aac;
	-webkit-box-shadow: 3px 3px 5px #555;
	-moz-box-shadow: 3px 3px 5px #555;
}

#main img.left {
	float: left;
}


#column2 {
	width: 49%;
	display: block;
	float: right;
}

#main h1, h2, h3, td, p, li {
	margin: 8px 25px;
	margin-top: 0px;
	font-size: 0.75em;
	color: #333;
	font-family: "Lucida Sans", Verdana;
	font-weight: normal;
	line-height: 1.5em;
}

#main table{
	margin: 0px 10px;
}	

#main li {
	margin: 5px;
}

#main h1 {
	font-family: "Lucida Sans", Verdana;
	font-size: 1.2em;
	font-style: italic;
	color: #222;
}

#main h2 {
	font-family: "Lucida Sans", Verdana;
	font-size: 0.9em;
	font-style: italic;
	color: #222;
	margin-top: 0px;
	margin-bottom: 5px;
}

span.red {
	color: #922;
}

#main a {
	color: #933;
	text-decoration: none;
	border-bottom: dotted 1px #822;
	margin-left: 0px;
}

#main a:hover {
	color: #a66;
	border-bottom: solid 1px #a66;
}

#main object {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#spacer {
	width: 100%;
	height: 30px;
	clear: both;
}

.clear {
	clear: both;
}

#main div.quote {
	margin: 15px 25px;
	padding: 15px 0px;
	border: solid 1px #aac;
	-webkit-box-shadow: 3px 3px 5px #555;
	-moz-box-shadow: 3px 3px 5px #555;
}

#footer {
	position: fixed;
	bottom: 0px;
	height: 35px;
	width: 100%;
	padding: 0px;
	z-index: 200;
}

#footercontent {
	background: #922 url('redfooterbar.png');
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	border: solid 1px #444;
	line-height: 1em;
	text-align: left;
}

#footercontent p {
	color: #ccc;
	margin-top: 10px;
	margin-left: 220px;
}

#footercontent a{
	text-decoration: none;
}

#footercontent a:hover {
	border-bottom: dashed 1px #caa;
}

#gallery {
	margin: 8px 25px;
	margin-top: 8px;
	width: 100%;
}

#gallery a{
	border-bottom: 0px;
}

#gallery li a {
	border-bottom: dotted 1px #966;
}

#gallery a:hover {
	border-bottom: 0px;
}

#gallery li a:hover {
	border-bottom: solid 1px #ccc;
}

#gallery img {
	margin: 1px;	
}

/* For iPhone display */
@media screen and (max-device-width: 480px) {
	#footer {
		position: relative;
	}
}