@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../Images/background.jpg);
	overflow:scroll;
}

#site {
	width:550px;
	height:100%;
	text-align:left;
	margin:0px 0px 0px 300px;
	border-style:none;
	background-repeat: repeat;
	background-position: left top;
	background-image:url(../Images/black_trans.png);
	float:left;
	min-height:650px;
	min-width:550px;
	position:fixed;
	overflow:scroll;	
}

#topbar {
width: 550px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-repeat: no-repeat;
background-position: top right;
float:left;
}

#navigation {
width: 550px;
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 0px;
float:left;
text-align:center;
}

#leftbar {
	width:200px;
	height:650px;
	text-align:left;
	background-image:url(../Images/black_trans.png);
	float:left;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	position:fixed;
}

#rightbar {
	width:200px;
	height:650px;
	text-align:left;
	background-image:url(../Images/black_trans.png);
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 140px;
}


#box1 {
	width: 170px;
	height:170px;
	margin: 10px 1px 1px 50px;
	padding:2px 2px 15px 15px;
	float:left;
	background-image: url(../Images/black_trans.png);
}

#box2 {
width: 150px;
height:383px;
margin: 149px 20px 10px 25px;
float:left;
text-align:center;
background-image:url(../Images/black_trans.png);
padding: 0px 0px 0px 0px;
}

#box3 {
width: 450px;
height:200px;
margin: 10px 48px 10px 0px;
border: solid 1px #C1C1C1;
float:left;
padding: 0px 0px 0px 0px;
}

#box4 {
width: 695px;
height:422px;
margin: 10px 48px 10px 0px;
border: solid 1px #C1C1C1;
float:left;
padding-top:10px;
padding-left:5px;
}

#box5 {
width: 695px;
height:auto;
margin: 10px 48px 10px 0px;
border: solid 1px #C1C1C1;
float:left;
padding-top:10px;
padding-left:5px;
}

#textbox {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:auto;
	height:auto;
	float:left;
	line-height:0.5px;
}

#footer {
width:479px;
padding:0px 100px 0px 0px;
float:left;
text-align:left;
margin: 0px 0px 0px 140px;
}

#disclaimer {
width:545px;
float:left;
text-align:center;
padding:2px 4px 2px 2px;
margin: 0px 0px 0px 0px;

}
.construction {
	color:#FFF;
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
}

.introduction {
	color:#FFF;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.style1 {
	font-size: 60%;
	color:#FFF;
}
.style2 {
	font-size: 100%;
	color:#000;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

img {
	border-style:none;
}

a {
	text-decoration:none;
}

