/* THE BIG GUYS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

div, table, td {
	font-size: 10px;
	line-height: 130%;
	color: #999999;
	border: 0px;
}

#mainframe {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	height:600px;
	top:50%;
	margin-top:-300px;
	background-color:white;
	z-index:1;
}
	
#logo {
	position:relative;
	height:16px;
	width: 635px;
	margin-left:265px;
	margin-top:40px;
	z-index:2;
}

#headmenu {
	position:relative;
	height:175px;
	width: 800px;
	margin-left:100px;
	z-index:3;
}

#content {
	position:relative;
	height:230px;
	width: 800px;
	margin-left:100px;
	overflow:hidden;
	z-index:5;
}

#submenu {
	position:relative;
	height:70px;
	width: 800px;
	margin-left:100px;
	z-index:4;
}

br {
	line-height: 70%;
}

img { 
	border:none;
	margin: 0px;
	border: 0px;
}

/* =LINKS */
a, a:link, a:visited {
	color:#999999;
	text-decoration:none;
}

a:hover,a:active {
	text-decoration:none;
	color:#CC0000;
} 

a.blue, a.blue:link, a.blue:visited {
	color:#999999;
	text-decoration:none;
}

a.blue:hover,a.blue:active {
	text-decoration:none;
	color:#006699;
} 

a.green, a.green:link, a.green:visited {
	color:#999999;
	text-decoration:none;
}

a.green:hover,a.green:active {
	text-decoration:none;
	color:#009900;
}

/* GENERAL */
h1 {
	color:#CC0000;
	font-size: 100%;
	line-height: 130%;
	font-weight: normal;
}

h1.blue {
	color:#006699;
	font-size: 100%;
	line-height: 130%;
	font-weight: normal;
}

h1.green {
	color:#009900;
	font-size: 100%;
	line-height: 130%;
	font-weight: normal;
}

form {
	margin:0
}

input, select, textarea {
	font-family: arial,tahoma,verdana,sans-serif;
	color: #999999;
	border: 1px solid #999999;
	line-height: 1em;
}

ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}


/* CUSTOMIZED */
.clear{
	clear:both;
}
#images{
	visibility:hidden;

}
#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	visibility:visible;
	font-weight:normal;
	position:absolute;
	top: 185px;
	left: 158px;
	z-index:10000;
}
#scrollbar{
	position:absolute;
	bottom:5px;
	right:1px;
	border-bottom:2px solid #e5e5e5;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-5px;
	left:2px;
	z-index:10002;
	width:4px;
	height:11px;}
#imageflow{
	position:absolute;
	height:230px;
	width:800px;
	text-align:left;
}
#changelog{
	width:349px;
	border-right:solid 1px #666;
	float:left;
	margin-top: 15px;
}
#changelog div{
	text-align: justify;
	padding: 0 15px 5px 15px;
}