@charset "utf-8";
/* CSS 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;
}
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;
}

/* Grassi CSS */

body {
	background-color: #333;
	height: 100%;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;  
	padding:0;
	margin:0;
}

#pagewrap {
	position: relative;
	width: 1020px;
	height: 100%;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0px #f00 solid;
}

#leftbg {
	position: absolute;
	width: 160px;
	height: 754px;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	background-color: #333;
	background-image: url(images/lbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#leftbg p {
	position: absolute;
	bottom: 0;
	right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	line-height: 1em;
	text-align: right;
	color: #000;
	padding: 3px;
}

#contwrap {
	position: absolute;
	width: 700px;
	margin: 0px 160px;
	background-color: #0b4d77;
	background-image: url(images/contbg.jpg);
	background-repeat: repeat-y;
	border: 0px #0f0 solid;
}

#rightbg {
	position: absolute;
	width: 160px;
	height: 754px;
	right: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	background-color: #333;
	background-image: url(images/rbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#key {
	float: left;
	margin: 0px 3px;
}

#rightbg p {
	position: absolute;
	bottom: 0;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	line-height: 1em;
	text-align: left;
	color: #000;
	padding: 3px;
}

#rightbg p a {
	text-decoration: none;
	color: #000;
}

#rightbg p a:hover {
	text-decoration: underline;
	color: #000;
}

#header {
	height: 162px;
	background-color: #0b4d77;
	background-image: url(images/head.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

/* nav */

#menu {
	text-align: center;
	height: 81px;
}
ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#nav li {
	display: inline;
	margin: 0;
}

img#front {
	clear: both;
	float: right;
	margin-left: 15px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	display: inline-block;
	margin: 10px 0px 20px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	display: inline-block;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
	margin: 4px 5px 5px 5px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 20px;
	padding: 15px 31px;
	background-image: url(images/outbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#content2 {
	height: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-bottom: 0px;
	padding: 10px 40px;
	background-image: url(images/inbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#content2 ul {
	list-style: disc;
	padding: 0;
	margin-left: 25px;
	line-height: 1.2em;
}
#content2 li {
	margin: 3px 0px;
}
#footer {
	margin: 0;
	padding: 15px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #fff;
}
#footer a {
	color: #fff;
}
abbr {
	border-bottom: 1px #fff dotted;
}
