html {

}

body {
	width: 1024px;
	margin: 0 auto;
}

.l-rad {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
}

.l-rad h3 {
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
}

.r-rad {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
}

.r-rad h3 {
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}

#container {
	width: 850px;
	margin: 0 auto;
}

header {
	width: 100%;
	display: block;	
}

header .site-image {
	width: 849px;
	height: 335px;
	margin: 16px auto;
	border: 8px solid #001870;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: #001870 url('../images/dk_bridge.jpg') top left no-repeat;
}

header .contact {
	float: right;
	margin-top: 25px;
	font-size: 0.9em;
	background: url('../style_images/blip_white.png') top left repeat;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
}

header .contact ul {
	display: table;
	padding: 0;
}

header .contact ul li {
	display: table-cell;
	padding: 1px 9px;
}

header .contact ul li a
header .contact ul li a:visited {
	color: #000;
}

nav {
	display: block;
	height: 24px;
	margin-top: 285px;
}

nav ul {
	display: table;
	list-style: none;
	padding: 0;
	background: url('../style_images/blip_white.png') top left repeat;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}

nav ul li {
	display: table-cell;
	padding: 3px 16px;
}

nav ul li a,
nav ul li a:visited {
	color: #000;
}


#main {
	width: 100%;
	padding: 8px;
}

#primary {
    float: left;
	width: 70%;
	margin-bottom: 16px;
}

#primary h1 {
	font-family: serif;
	letter-spacing: 1px;
	padding: 0 9px;
	margin: 0;
}

#primary h2 {
	font-family: sans-serif;
	letter-spacing: 1px;
	font-size: 1.25em;
	padding: 16px 9px;
}

#primary h3 {
    background-color: #eef;
    color: #444;
    padding: 3px;
    margin: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}

#sidebar {
	width: 30%;
	margin-left: 610px;
}

footer {
    width: 100%;
    border: 1px solid #bbc;
    border-radius: 10px;
    -moz-border-radius: 10px;
	display: block;
	clear: both;
	font-size: 0.9em;
	margin: 8px 0;
	padding: 4px;
}

footer p {
    padding: 0;
}

