body{
	background: #B4C9DA url(../images/bg.jpg);
	margin: 10px 0 0 0;
	}

#container{
	width: 550px;
	w/idth: 570px;
	/width: 550px;
	margin: 10px auto;
	}

#header h1{
	width: 280px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/logo.png) center center no-repeat;
	text-indent: -9000px;
	}
	
	#header h1 a{
		width: 280px;
		height: 150px;
		display: block;
		margin: 0 auto;
		border: none;
		}

#navigation ul{
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
	#navigation li{
		list-style-type: none;
		font: 14px "Times New Roman", Times, serif;
		}

p, label{
	font: 14px "Times New Roman", Times, serif;
	color: #263a4a;
	text-align: center;
	}

a:link, a:visited, a:active{
	color: #263a4a;
	text-decoration: none;	
	}
	
a:hover{
	color: #fff;
	}

#bluestone{
	width: 900px;
	height: 600px;
	margin: 10px auto;
	font-size: 14px;
	}

#footer{
	color: #263a4a;
	padding: 50px 0 25px 0;
	text-align: center;
	}

	#footer p{
		font: 12px "Times New Roman", Times, serif;
		}
	
	.vcard div{
		font: 12px "Times New Roman", Times, serif;
		display: inline;
		padding-right: 10px;
		}
