body {
	font-family:Jura, Helvetica, sans-serif;
	background-color:#FAFAFA;
	margin:0;
	padding:0;
}

a img {border: none;}

#container {
	overflow:hidden;
	width:960px;
	background-color:#FFFFFF;
	margin:0px auto 0px auto;
	padding:0;
}

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

#header {
	width:910px;
	height:110px;
	position:relative;
/* 	border-bottom:1px dotted #CCCCCC; */
	margin:25px;
	padding:0;
}

#header #logo {
	float:left;
	width:570px;
	height:110px;
}

#header ul {
	position:absolute;
	bottom:10px;
	right:25px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#header ul li {
	float:left;
	list-style-type:none;
	font-size:14px;
	font-weight: 600;
	color:#323265;
	margin:0px 25px 0px 0px;
	padding:0;
}

#header ul li a {
	text-decoration:none;
	color:#323265;
}

#header ul li a:visited {
	color:#323265;
}

#main {
	margin:25px;
	padding:0;
}

#home {
	height:275px;
	width:910px;
/* 	border-bottom:1px dotted #CCCCCC; */
	margin:25px auto 25px auto;
	background-color: #2C396B;
	background: url(images/blueprint.jpg) no-repeat;
	background-position: -300px -100px;
}

#home ul {
	list-style-type:none;
	text-align:center;
	zoom:1;
	overflow:hidden;
	padding:50px 0;
}

#home ul li {
	width:200px;
	height:150px;
	display:inline-block;
	vertical-align:middle;
	font-family:Jura, Helvetica, sans-serif;
	font-size:34px;
	color:#fff;
	line-height:100%;
	border:2px dotted #CCCCCC;
	margin:0px 15px 0px 0px;
	padding:5px;
	background: #2C396B;
}

#home ul li a {
	height:100px;
	display:block;
	padding:25px 0px 0px 0px;
}

#photos {
	width: 910px;
	margin:0 auto;
	overflow: hidden;
}

#about {
	width: 910px;
	margin:0 auto;
	overflow: hidden;
	border-bottom:1px dotted #CCCCCC;
	font-family:Jura, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	line-height: 18px;
	font-weight: 600;

}

#contact {
	width: 910px;
	margin:0 auto;
	overflow: hidden;
	color: #000;
	border-bottom:1px dotted #CCCCCC;
	font-family:Jura, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	font-weight: 600;

}
