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


body {
	background-color: #000;
	height: 100%;
	background-attachment: fixed;
	background-repeat: repeat;
	min-height: 100%;
}
html, body {
	height:auto !important; /* FF and compliant browsers should automatically size the body/html */
	height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
	min-height:100%;
}

#page {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	min-height:100%
}



#pillar {
	position: fixed;
	height: 100%;
	width: 480px;
	top: 0px;
	background-color: #666666;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 100%;
	overflow: visible;
}


#content {
	position: absolute;
	z-index: 1;
	width: 480px;
	top: 30px;
	height:auto;
}
#logomenu {
	position: relative;
	height: 200px;
	width: 420px;
	left: 480px;
	top: 100px;
	display: block;
	padding-left: 5px;
}

#center {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	min-height: 100%;
}
.transparency {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.7;
	opacity: 0.75;
}
/*************************************
 +Nav
 *************************************/
#nav{
	font-size:11px;
	width:420px;
	position: absolute;
	background-color: #666666;
	height: 20px;
	float: left;
}

#nav ul{
	list-style-type: none;
	margin-right: auto;
	position: relative;
	height: 20px;
	background-color: #666666;
	left: 0px;
	top: 0px;
	width: 420px;
	margin-left: auto;

}
.thumb {
	display: inline;
	margin: 5px;
}
#thumbs {
	width: 455px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	text-align: left;
}
#bgcenter {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	min-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: visible;
}

#nav ul li{
	font-weight:bold;
	letter-spacing:2px;
	padding-top: 3px;
	margin-left: 40px;
	display: inline;
	float: left;
	margin-right: 40px;
}
#nav ul li a{
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav ul li a:hover{
	color:#E0EEE5;
}

/*************************************
 +Xtras
 *************************************/
ul{
	list-style-type:none;
	padding:0;
	margin: 0;
}
a{
	color:#FFF;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover{
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.textbody {
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0px;
}
#page #center #content #vertical_container .accordion_content .textbody p img {
	padding-right: 10px;
	padding-bottom: 5px;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
