/*
### Rafael Xavier    ###
### rafaelxavier.com ###
*/


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:138%;
	background-color:#58595B;
	margin:0px;
}
#all {
	width:930px;
	margin:0 auto;
	background-color:#58595B;
	height:auto;
	margin-top:10px;
}
#header {
	padding-left:0px;
	padding-right:0px;
	clear:both;
	width:830px;
	height:110px;
}
#footer {
	padding-left:0px;
	padding-right:0px;
	clear:both;
	width:830px;
	height:69px;
}
#left_content {
	float:left;
}
#left_content2 {
	float:left;
	width:316px;
	height:auto;
	background-color:#FFFFFF;
}
#nav {
	float:left;
	width:830px;
	height:36px;
	background-color:#FFFFFF;
}
#right_content_1 {
	float:left;
	width:316px;
	height:auto;
	padding-top:20px;
	background-color:#FFFFFF;
}
.clear {
	clear:both
}
#gallery {
	position:relative;
	height:201px
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border:none;
}
#gallery a.show {
	z-index:500
}
#gallery .caption {
	z-index:600;
	background-color:#000;
	color:#ffffff;
	height:50px;
	width:100%;
	position:absolute;
	bottom:0;
}
#gallery .caption .content {
	margin:5px
}
#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#FF0000;
	font-weight:bold;
}
