/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	font-family: arial, sans;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #000;
}
body {
	color: #000;
	background-color: #f9f9f9;
}
#container {
	background-color: #fff;
	position: relative;
	min-height: 416px;
	width: 995px;
	margin: auto;
	margin-top: 35px;
	border: solid 2px;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

#header h1 a {
	height: 410px;
	width: 91px;
	background: url(/img/css/logo.png) 8px 8px no-repeat;
	float: left;
	position: relative;
	padding: 5px;
	text-indent: -10000px;
}

#maincontent {
	overflow: auto;
	color: #333;
}

#sidecontent {
	overflow: auto;
	float: right;
	margin: 0 0 10px 10px;
}

#nav {
	width: 120px;
	border-left: solid 2px;
	border-bottom: solid 2px;
	border-bottom-left-radius: 18px;
	-moz-border-radius-bottomleft: 18px;
	-webkit-border-bottom-left-radius: 18px;
	font-family: arial, sans;
	font-weight: bold;
	font-size: 150%;
}

#nav li:first-child a {
	border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	-webkit-border-top-right-radius: 16px;
}

#nav li:last-child a {
	border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	-webkit-border-bottom-left-radius: 16px;
}

#nav a {
	text-decoration: none;
	color: #000;
	padding: 15px;
	display: block;
}

#nav a:hover {
	color: #fff;
	background: #000;
}
h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 150%;
}

#maincontent p {
	margin-bottom: 10px;
	
}

#footer {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 80%;
	padding: 0 10px 5px 0;
}
#footer a {
	text-decoration: none;
}



