@charset "UTF-8";
/* CSS Document */

/* 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-color: #c7cfd0;
	font-family: Times, Georgia;
}
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;
}

/* elements */

#wrapper {
	width: 950px;
	margin: auto;
	background: url('/images/content-bg.jpg');
}

.big {
	font-size: 1.3em;
	color: #A0A2A2;
}

.r {
	float: right;
}

.small {
	font-size: 0.7em;
	float: right;
}

.first {
	border-top: 1px dotted;
	color: #ABABAB;
}

.last {
	border-left: 1px dotted;
}

/* header */

#header {
	width: 950px;
	height: 217px;
	margin: auto;
	text-align: center;
	background: url('/images/header.jpg');
}

#header h2 {
	margin-bottom: 0.7em;
	margin-top: 0.7em;
	font-size: 2em;
}

/* nav */

#header a {
	text-decoration: none;
	color: #858A8F;
	font-size: 0.9em;
}

#header a:hover {
	color: #1A1A1A;
}

#header ul {
	float: right;
	padding-right: 37px;
	padding-top: 187px;
	list-style: none;
}

#header li {
	display: inline;
	padding-left: 1.3em;
	padding-right: 1.3em;
}

/* content */

#content {
	font-size: 0.8em;
	width: 950px;
	margin: auto;
	color: #5A5A5A;
	background: url('/images/content-bg.jpg') repeat-y;
}

#content img {
	float: right;
	margin: 0.7em;
}

#content h1 {
	font-size: 2.7em;
	margin-bottom: 0.7em;
	color: #565F60;
	font-weight: lighter;
}

#content h2 {
	font-size: 2.7em;
	margin-bottom: 0.7em;
	color: #899798;
	font-weight: lighter;
}

#content h3 {
	font-size: 1.7em;
	font-weight: lighter;
	color: #000;
	margin-bottom: 0.7em;
	margin-top: 2.7em;
}

#content p {
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	line-height: 1.7em;
}

#content a {
	color: #63B8D7;
	text-decoration: none;
}

#content a:hover {
	color: #458196;
}

#left-column {
	width: 550px;
	padding: 50px 25px 25px 50px;
	float: left;
}

#right-column {
	width: 240px;
	padding: 50px 50px 25px 35px;
	float: right;
}

#right-column li {
	display: block;
}

#right-column li:hover {
	background-color: #E7F3F3;
}

#right-column ul {
	list-style: none;
	margin-bottom: 2.5em;
}

#right-column a {
	color: #ABABAB;
	display: block;
	text-decoration: none;
	padding: 0.9em 0.3em 0.7em 0.7em;
	border-bottom: 1px dotted;
}

#right-column a:hover {
	color: #606060;
}

/* footer */

#footer {
	color: #FFFFFF;
	width: 900px;
	height: 75px;
	font-size: 0.7em;
	padding: 25px 50px 0px 0px;
	margin: auto;
	text-align: center;
	clear: both;
	background: url('/images/footer.jpg');
}

#footer ul {
	list-style: none;
	text-align: right;
	margin-bottom: 0.7em;
}

#footer li {
	display: inline;
}

#footer a {
	color: #FFF;
	padding: 0em 0.3em 0em 0.3em;
}

#footer a:hover {
	text-decoration: none;
}