/* CSS Document */

body {
	margin:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;/*87AAC3#464a97*/
}

#background {
	position:absolute;
	left:0;
	margin:0;
	width:100%;
	height:400px;
	background: url('../images/background-out.jpg') no-repeat top left;
}

/*#home { use if no sidebar
	position: relative; 
	top:65px;
	background:#F2EBDC;
	margin:0 auto;
	width:900px;
	height:680px;
	text-align:left;
	padding-bottom:12px;
	border-top: 1px #c7c7c7 solid;
	border-left:solid 1px #c7c7c7;	
	border-right:solid 1px #c7c7c7;	 
}*/

#content { /*use if yes sidebar*/
	display:block;
	position: relative;
	top:65px;
	background:#F2EBDC /* url('../graphics/bg-page-sidebar-rough-g.gif') top repeat-y */;
	margin:0 auto;
	width:900px;
	min-height:580px;
	text-align:left;
	border: 1px #c7c7c7 solid;
}

#logo{
	position:relative;
	float:left;
	width:900px;
	height:200px;
	background:#4F868C;
	/* border:#FF0000 dotted 1px; */
}

#leaf {
	display:block;
	position: absolute; 
	width:170px;
	height:110px;
	top:65px;
	background: url('../graphics/nact-logo-land-sea.png') no-repeat;
	cursor:pointer;
}

#name{
	display:block;
	position: absolute; 
	width:350px;
	height:130px;
	top:8px;
	left:5px;
	background: url('../graphics/nact-name-02.png') no-repeat;
	cursor:pointer;
	z-index:10;
}

#byline {
	display:block;
	position: absolute; 
	background: url('../graphics/nact-byline.gif') no-repeat;	
	width:342px;
	height:24px;
	top:170px;
	left:10px;
}

#slideshow {
	display:block;
	position: absolute; 
	width:545px;
	height:200px;
	top:0;
	right:0px;
	z-index:10;
	/* border:#e08500 solid 1px; */	
}



#navbar {
	display:block;
	position:relative;
	background: #a0abc0;/*url('../graphics/bgmenu.gif') repeat-x;*/ 	
	border-top:solid 1px #c7c7c7;
	border-bottom:solid 1px #c7c7c7; 	
	width:900px;
	height:28px;
	z-index:1;
}

.left {
	float:left;
}

.right {
	float:right;
}
