@charset "UTF-8";

body {
	font-family: "Didot", Georgia, "Times New Roman", Times, serif;
	/*color: #1fa0be;*/
	/*color:	#656565; */
	color: #434343;
	/*background: #A8E8E3; */
	/*background-color: #87CEFA;*/
	
	background-color: #1b4376;
	/*background-image:url(../images/durr-bg.jpg);*/
	background-repeat: repeat-x;
}

#container {
	width: 900px;
	background: #fff;
	margin: 10px auto;
	border: 1px solid #778899;
	
}

#banner {
	width: 900px;
	height: 170px;
	padding: 10px 0 10px 0;
	border-top: 2px solid #8e7067;
	border-bottom: 2px solid #8e7067;	
	margin-bottom: 10px;
}

h1 {
	color: #60759e;
}

h2 {
	font-size: 20px;
	font-weight:normal;
	color: #60759e;
}

p {
	line-height: 30px;
}

p a {
	color: #60759e;
}

p a:hover {
	color: #069;
}

nav {
	height: 40px;
	display: block;
	background: #60759e; 
	
	
}

nav ul {
	margin:0px;
	padding: 0px;
}

nav ul li {
	float: left;
	list-style:none;
	
}

nav a {
	color: #1fa0be;
	color: #fff;
	text-decoration:none;
	padding: 10px 20px;
	width: 70px;
	display:block;
	text-align:center;

}

nav a:hover {
	background: #b6b6d7;
	color: #fff;
}

article {
	clear: both;
	margin: 20px;	
}

article h2 {
	font-weight:bold;
	margin-bottom: 0px;	
	display:block;
}

article img {
	float: left;
	margin-left:10px;	
	margin-right:10px;
}

article li {
	line-height: 30px;	
}

p {
	padding-top: 0px;
	margin-top: 0px;	
}

#main-content {
	
}

footer {
	border-top: 1px solid #778899;
	margin-top: 10px;
	padding: 10px 20px;
	font-size:12px;
}

footer a {
	color: #c00808;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}
