body {
	background: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#wrapper {
	background: #FFFFFF;
	width: 1024px;
}
#header {
	z-index: 99;
	position: absolute;
	left: 0px;
	top: 0px;
}
#contentLeft {
	float: left;
}
#contentRight {
	margin: 200px 20px 20px;
	width: 300px;
	float: left;
}
#footer {
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}
#wrapper #clear {
	clear: both;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
.caption {
	font-size: 9px;
}
#contentRight_alt {
	margin: 120px 20px 20px;
	width: 300px;
	float: left;
}
.quote {
	color: #666666;
}
#contentRightGallery {
	margin: 200px 50px 20px;
	width: 300px;
	float: left;
}

#contentRightHome {
	width: 300px;
	float: left;
	position: absolute;
	color: #000000;
	margin-top: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 600px;
	padding: 15px;
	background-color: #FFFFFF;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
}
#contentRightKnow {
	width: 300px;
	float: left;
	position: absolute;
	margin-top: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 600px;
}
