html{
	min-width: 300px;
	
} /*IE7*/
body{
	height:100%;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:83%;
	line-height:20px;
	background-color: #000;
	font-family: "Lucida Grande";
}
img{ 
	position:relative; 
	top:0px;
	border:none;
}
a{
	color:#fff;
}
h1{
	text-align:center;
}
h2{
	text-align:center;
	font-size: 90%;
}

#main{
	max-width: 800px;
	min-height:100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	background-color:#000;
	padding: 0px 20px;
}

#header{
}
#images{
	visibility:hidden;
	margin-bottom: 40px;
}
#loading_bar{
	margin-top:164px;
	margin-bottom:200px;
	text-align:center;
	width:100%;
}
#loading_bar img{
	margin-top:10px;
	position:relative; 
}
#captions{
	position:relative;
	text-align:center;
	z-index:10000;
	margin-top: 30px;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image: url(../images/thumb-n.gif);
	background-repeat:no-repeat;
	width: 17px;
	height: 21px;
	margin-bottom: 10px;
}
#imageflow{
	text-align:left;
}

#footer {
	font-size: 70%;
	height: 40px;
	float: left;
	margin-left: 35px;
	background-image: url(../images/stripe2.png);
	background-repeat: repeat-x;
	line-height: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	background-position: center;
}

#footerInfo {
	font-size: 75%;
	color: #FF9900;
	background-color: #000000;
	height: 40px;
	float: left;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #999999;
	text-align: center;
}


a:visited {
	text-decoration: none;
	color: #999999;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #f78614;
}
a:active {
	text-decoration: none;
}
/*sidebar*/

#sidebar {
	position: absolute;
	z-index: 1;
	width: 50px;
	left: 50px;
	top: 0;
}

#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	width: 50px;
	display: block;
	padding: 3px 5px 3px 40px;
	margin: 5px 0;
	text-decoration: none;
	background-image: url(../images/stripe2.png);
	background-repeat: repeat-x;
	background-position: right center;
}

#sidebar a {
	color: #595965;
	font-size: 11px;
}

#sidebar a.big, #sidebar h3.cat {
	padding: 4px 5px 4px 40px;
	margin: 8px 0;
	background-image: url(tab_big.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #cbcbcb;
	text-shadow: 1px 2px 1px #222;
}

#sidebar a.big {
	color: #fff;
}

#sidebar a.blog {
	background-image: url(../images/tab_forum.gif);
	background-color: #c17878;
}

#sidebar a.docs {
	background-image: url(../images/tab_docs.gif);
	background-color: #7389ae;
}

#sidebar a.download {
	background-image: url(../images/tab_download.gif);
	background-color: #78ba91;
}

#sidebar a.trac {
	background-image: url(../images/tab_trac.gif);
	background-color: #a87aad;
}
.imagefix {
	position: absolute;
	top:0px;
	border:none;
}