/*----------------------LAYOUT-START---------------------------------*/

* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	overflow:hidden;
	}
body {
	background-color:#cccccc;
	}
img {
	border:none;
	}
#distance {
	width:1px;
	height:50%;
	background-color:#cccccc;
	margin-bottom:-312px;
	float:left;
	}
#container {
	margin:0 auto;
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	position:relative;
	height:625px;
	width:1005px;
	clear:left;
	background-color:#ffffff;
	}
#logo {
	margin-top:70px;
	margin-left:50px;
	position:absolute;
	height:62px;
	width:310px;
	float:left;
	}
#content {
	margin-top:200px;
	margin-left:65px;
	margin-right:0px;
	position:absolute;
	height:350px;
	width:870px;
	float:left;
	overflow:auto;
	white-space:normal;
	}
#contentleft {
	position:absolute;
	height:100px;
	width:250px;
	float:left;
	}
#contentmiddle {
	margin-left:250px;
	position:absolute;
	height:100px;
	width:250px;
	float:left;
	}
#contentright {
	margin-left:590px;
	position:absolute;
	height:150px;
	width:250px;
	float:left;
	}
#disclaimer {
	margin-top:150px;
	position:absolute;
	height:150px;
	width:870px;
	float:left;
	}
#flashtext {
	position:absolute;
	clear:left;
	height:200px;
	width:870px;
	}
/*----------------------LAYOUT-END-----------------------------------*/
/*----------------------NAVIGATION-START-----------------------------*/
	
#navigationline {
	margin-top:139px;
	margin-left:50px;
	position:absolute;
	height:1px;
	width:900px;
	float:left;
	border-bottom:1px solid #b29a5e;
	}
#navigation {
	margin-top:110px;
	margin-left:450px;
	position:absolute;
	height:30px;
	width:450px;
	float:left;
	overflow:hidden;
	}
#navigation ul {
	list-style:none;
	display:inline;
	margin-left:50px;
	padding:0;
	}
#navigation li {
	list-style:none;
	display:inline;
	margin:0px;
	padding:0;
	}
#navigation a {
	margin-top:0;
	}
#navigation a, #navigation a:hover{
	height:60px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	float:left;
	}
#navigation a:hover {
	margin-top:-30px;
	}

/*----------------------NAVIGATION-END-------------------------------*/
/*----------------------CONTENT-START--------------------------------*/

#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	line-height:25px;
	text-decoration:none;
	text-align:left;
	}
#content .p2 {
	margin-top:250px;
	text-align:center;
	}
#content a, a:link, a:hover, a:visited, a:active, a:focus {
	color:#b29a5e;
	text-decoration:none;
	}
#audio {
	position:absolute;
	clear:left;
	margin-top:75px;
	margin-left:110px;
	height:150px;
	width:300px;
	background-image:url(images/swf_bg.gif);
	background-repeat:no-repeat;
	}
#audio2 {
	position:absolute;
	clear:left;
	margin-top:75px;
	margin-left:460px;
	height:150px;
	width:300px;
	background-image:url(images/swf_bg.gif);
	background-repeat:no-repeat;
	}
#audio p, #audio2 p {
	margin-left:25px;
	}
#swf, #swf2 {
	height:50px;
	width:298px;
	margin-top:40px;
	margin-left:1px;
	}
	
/*----------------------CONTENT-END----------------------------------*/
