html { 
	background-color: #536f89;
	background-image: url( images/bg.jpg );
	background-repeat: no-repeat;
	background-position: 50% -200px;
}

body { 
	color: #fff;
	font: normal 13px Lucida Grande, Lucida Sans Unicode, Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;				
}

.center {
	text-align: center;
}

#main-box {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 550px; height: 550px;
	position: relative;
	top: 10px;
	/* border: 1px solid #92b5d7;
	 background: #5f83a4; */
	overflow: hidden;			
}

#main-box a {
	color: #536f89;
	text-shadow: #fff 0px 1px 1px;
}

#top {
	height: 100px;
	width: 550px;
	background: url( images/top.png ) no-repeat 0 0;
	display: none;
}

#photo {
	position: absolute;
	z-index: 5;
	top: 75px;
	height: 150px;
	width: 550px;
	background: url( images/photo.png ) no-repeat 0 0;
	display: none;
}

#mainSlide {
	position: absolute;
	width: 500px;
	height: 101px;
	top: 24px;
	left: 25px;
}

#info {
	position: absolute;
	top: 200px;
	height: 350px;
	width: 550px;
	background: url( images/info.png ) no-repeat 0 0;
	overflow: hidden;
	display: none;
}

#info #buttons {
	position: absolute;
	top: 50px;
	left: 50px;
	margin: 0; padding: 0;
	list-style-type: none;
}

#info #buttons li {
	margin-bottom: 10px;
}

#info #panel {
	position: absolute;
	top: 50px;
	left: 60px;
	clear: both;
	width: 200px;
	height: 245px;
	color: #536f89;
}

#info #header {
	padding-top: -100px;
	font-size: 24px;
	color: #536f89;
}

#info #copy {
	margin-top: 15px;
	color: #536f89;
	line-height: 18px;
}

#info #contact {
	position: absolute;
	top: 222px;
	left: 300px;
	float: left;
	width: 230px;
	height: 100px;		
}

#info #social {
	position: absolute;
	top: 260px;
	left: 25px;
	float: left;
	width: 230px;
}

.infoLabel {
	color: #5f83a4;
	width: 50px;
	margin-right: 12px;
	text-align: right;
	height: 20px;
	float: left;
}

.infoData {
	color: #536f89;
	width: 155px;
	height: 20px;
	float: left;
}

#footer {
	margin: 0 auto 0 auto;
	width: 450px; height: 20px;
	position: relative;
	top: 20px;
	font-size: 11px;
	text-align: center;
	color: #a2c5e7;
}

#footer a {
	color: #a2c5e7;
	text-shadow: #5f83a4 0px 1px 1px;
}	
