@charset "UTF-8";

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* begin page elements */

#header {
	width: 800px;
	height: 179px;
	float: left;
	background-image: url(img/header.jpg);
}

#header h1 {
	text-indent: -777px;
}

#container {
	width: 800px;
	margin: auto;
}

#nav {
	width: 200px;
	float: left;
}

#nav ul {
	display: block;
	list-style: none;
	padding-left: 27px;
	padding-top: 71px;
}

#nav li {
}

#nav a {
	font-size: 0.83em;
	text-decoration: none;
	color: #334673;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 10px;
	line-height: 1.9em;
}

#nav a:hover {
	color: #080F2D;
	border-bottom: 1px dotted;
}

#content {
	width: 539px;
	padding-right: 40px;
	padding-left: 20px;
	padding-top: 71px;
	padding-bottom: 71px;
	float: right;
	border-left: 1px dotted;
}

#content p {
	color: #474747;
	margin-bottom: 1.4em;
	font-size: 0.87em;
	line-height: 1.5em;
}

#content h2 {
	font-size: 1.7em;
	font-weight: lighter;
	margin-bottom: 0.7em;
}

#content h3 {
	font-size: 1.1em;
	font-weight: lighter;
	margin-bottom: 0.7em;
}

#content a {
	color: #334673;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content a:hover {
	color: #080F2D;
	border-bottom: none;
}

#footer {
	width: 800px;
	height: 87px;
	padding-top: 30px;
	float: left;
	text-align: center;
	font-size: 0.8em;
	background-image: url(img/footer-bg.jpg);
}