/* CSS Document */

html{
	background-color:#58b4bb;
}

body{
	margin:0px 0px; padding:0px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url('../images/gallery_bg_outer.gif') top center no-repeat;
	height:800px;
}	
	#content{
		position:relative;
		width:720px;
		height:461px;
		margin:0px auto;
		padding:0px;
		top:150px;
		text-align:left;
		background-image:url('../images/gallery_bg_inner.jpg');
		background-repeat:no-repeat;
	}

#banner{
	width:720px;
	height:100px;
	display:block;
	float:left;
}

	#logo{
		margin:20px 0px 0px 20px;
		display:block;
		float:left;
	}
	
#menu{
	display:block;
	float:left;
	width:280px;
	margin:10px 0px 0px 0px;
}

	#menu ul {
			margin:0px;
			padding:6px 0px 0px 20px;
			list-style:none;
	}

			#menu ul li a{
				color:#ffffff;
				font-size:0.8em;
				text-decoration:none;
				line-height:2em;
			}

			#menu ul li a:hover{
				text-decoration:underline;
			}

#text{
	display:block;
	float:left;	
	width:350px;
	margin-left:50px;
}

	#text .pic{
		display:inline;
		float:left;
		width:65px;
		height:65px;
		margin-right:2px;
		margin-top:10px;
	}
	
	#text p{
		display:block;
		float:right;
		margin-right:20px;
		color:#FFFFFF;
		font-size:0.8em;
	}

#hosted{
	position:absolute;
	float:right;
	right:10px;
	bottom:-40px;
}

	#hosted a{
		font-size:8pt;
		color:#000000;
		text-decoration:none;
	}
	
	#hosted a:hover{
		text-decoration:underline;
	}