body {
	background: url(images/logoL.gif) no-repeat bottom left #f5f5f5 fixed;
	font: .8em/1.4em verdana, ariel, sans-serif;
}

html, body {
	height: 100%;
}

html {
	overflow: -moz-scrollbars-vertical;
}

* {
	margin: 0;
	padding: 0;
}

#container {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}

#content {
	width: 800px;
	margin: 0 auto;
	background: url(images/75.png);
	border: 1px solid #888;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
}

#footer {
	height: 20px;
	text-align: center;
}

#footer p {
	margin-bottom: 0 !important;
	color: #777;
	font-size: .8em;
	padding: 5px 0;
}

#main {
	padding: 0px 40px 30px 40px;
}

#info {
	padding: 30px 50px 30px 50px;
}

td {
	padding: 0 20px;
	vertical-align: top;
}

/*SLIDE SHOW */
#slideshow {
	background: #f5f7f6;

	margin-top: 10px;
	margin-bottom: 20px;
}

ul h1{
	text-align: center;
	color: #666;
	margin-bottom: 30px;
	letter-spacing: 1px;
	font: normal 1em Arial, Helvetica, sans-serif;
}

ul img {
	border: none;
}

ul.slideshow {
	list-style: none;
	width: 800px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin: auto;
}

ul.slideshow li {
	position: absolute;
	left: 0;
	right: 0;
}

ul.slideshow li.show {
	z-index: 500;
}

#slideshow-caption {
	width: 800px;
	position: absolute;
	bottom: 0;
	left: 0px;
	color: white;
	background: black;
	z-index: 500;
}

#slideshow-caption .slideshow-caption-container {
	padding: 10px 20px 10px 40px;
	z-index: 1000;
}

#slideshow-caption h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
}

#slideshow-caption p {
	margin: 5px 0 0 0;
	padding: 0;
}

h1 {
	text-align: center;
	letter-spacing: 2px;
	color: #777;
	padding: 20px 0 10px 0;
	font: small-caps bold 14px/1.5em Georgia, Times, serif;
}

.tag {
	margin: 10px 0;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #4d836a;
}

p {
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #589376;
	font-weight: bold;
}

a:hover {
	color: #5b6d9c;
}

	
.floatR {
	float: right;
	margin: 10px 0 0 10px;
}

.small {
	font-size: .8em;
	margin: ;
}

td {
	margin: 0;
	padding: 0 12px;
}

.center {
	text-align: center;
	font-size: .85em;
}

.patterns {
	font-size: .85em;
	margin-left: 12px;
	text-align: center;
}

