/* CSS Document */
body
{
	background-image: url(../images/bg3.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #020202;


}
div#main{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width:800px;
	height:780px;
	background-repeat: no-repeat;
}
/*--page style--*/

div#header{
	position:absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 800px;
	height:140px;
	visibility: visible;
	background-repeat: repeat;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-image: url(../images/header.png);
	background-color: #DAD9DD;
	}

ul#list-nav {
	position:absolute;
	top:120px;
	list-style:none;
	margin:20px;
	padding:0;
	width:480;
	left: 70px;
}

ul#list-nav li {
display:inline
}
ul#list-nav li a {
	text-decoration:none;
	padding:5px 0;
	width:120px;
	color:#CCCCCC;
	float:left;
	text-align:center;
	border-left:0px solid #fff;
}

ul#list-nav li a:hover {
	background-image: url(../images/ahovor.png);
	color: #333333;

}
	
div#base
	{
	position:absolute;
	top:168px;
	left: 0px;
	right: auto;
	width: 800px;
	height:609px;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-image: url(../images/bgtwo.gif);
	background-repeat: no-repeat;
	}
div#text{
	position: absolute;
	left: 0px;
	width: 300px;
	height: 500px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	top: 0px;	
	}

div#footer{
	position: absolute;
	top:853px;
	left:17px;
	right: 0px;
	width: 899px;
	height:140px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
div#text{
	position: absolute;
	top:52px;
	left:54px;
	right: 0px;
	width: 697px;
	height:396px;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
}


div#disclaimer{
	text-align:center;
	position: absolute;
	left: 0px;
	top: 783px;
	width: 800px;
}
img#demo{
	position:absolute;
	left:25px;
	right:250px;
	top:167px;
	height: 89px;
	width: 130px;
	top: 497px;
	border: 0;
}
img#demo:hovor{
	background-color: white;
}

img#demo1{
	position:absolute;
	left:180px;
	right:250px;
	top:167px;
	height: 89px;
	width: 130px;
	top: 497px;
	border: 0;
}
img#demo2{
	position:absolute;
	left:335px;
	right:250px;
	top:167px;
	height: 89px;
	width: 130px;
	top: 497px;
	border: 0;
}
img#demo3{
	position:absolute;
	left:490px;
	right:250px;
	top:167px;
	height: 89px;
	width: 130px;
	top: 497px;
	border: 0;
}
img#demo4{
	position:absolute;
	left:645px;
	right:250px;
	top:167px;
	height: 89px;
	width: 130px;
	top: 497px;
	border: 0;
}
.maintext{
	text-align:left;
	padding:5px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;
}
.maintext_header{
	text-align:center;
	padding:5px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:white;
	font-size:16px;
	font-weight:bold;
}
.navigation_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}

