body {
	text-align: left;
	min-width: 1000px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x; 
    background-color: #DBDBDB;
	margin: 0;
}
div#background {
	background-image: url(../images/bgc.jpg);
	background-repeat: repeat-y; 
	position: relative;
	margin: 0 auto;
	width: 1000px;	
}
div#container {
	background-color: #FFF;
	position: relative;
	margin: 0;
	width: 980px;
	left: 10px;
}
img#bgr {
	position: absolute;
	top: 0;
	right: 0;
}
img#bgl {
	position: absolute;
	top: 0;
	left: 0;
}
img#bgb {
	position: absolute;
	bottom: -10px;
	left: 0;
}
div#header {
	position: relative;
	width: 980px;
	height: 130px;
}
div#body {
	position: relative;
	width: 980px;
	height: auto;
}
div#left {
	position: relative;
	width: 250px;
	float: left;
	height: auto;
}
div#center {
	width: 500px;
	float: left;
}
div#centernorm {
	width: 500px;
	float: left;
	padding: 30px 0px;
}
h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	color: #000066;
}
div#center p, div#centernorm p {
	font-family: Arial;
	font-size: 13px;
}
div#center img#team {
	margin-top: 25px;
}
div#right {
	position: relative;
	width:  230px;
	float: left;
}
div#rightmain {
	position: relative;
	width:  170px;
	padding: 10px 10px;
	background-color:#E8E9FF;
	float: left;
	left: 20px;
	top: 35px;
	font-family: Arial;
	font-size: 13px;
}
div#right img {
	border: none;
}
div#right a {
	left: 45px;
}
div#right a#a {
	position: absolute;
	top: 20px;
}
div#right a#b {
	position: absolute;
	top: 200px;
}
div#right a#c {
	position: absolute;
	top: 370px;
}
div#navbar {
	position: relative;
	top: 30px;
	left: 25px;
	width: 200px;
}
div#address {
	position: relative;
	top: 100px;
	left: 25px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
h1 {
    font-family: Georgia;
	font-size: 24px;
	color: #000040;
	font-weight: normal;
}
div#footer {
	height: 20px;
	width: 980px;
	background-color:#000040;
	text-align: right;
	clear: both;
}
div#footer p {
	margin: 0;
	margin-right: 20px;
	padding: 0;
	padding-top: 3px;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
}
div#footer a {
	color: #FFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
ul#nav {
	margin: 25px 15px;
	list-style-type: none;
	padding: 0px;
	width: 210px;
	line-height:2em;
	font-family: Georgia;
	font-size: 16px;
	text-align: left;
}

ul#nav li a{
	display: block;
	padding: 2px 10px;
	background-color: #fff;
	color: #000040;
	text-decoration: none;
}
ul#nav li a:hover{
	background-color: #222085;
	color: #fff;
}
ul#nav li#sel {
   background-color: #B3B5FF;
   color: #000040;
   padding: 2px 10px;
}
div#center a, div#centernorm a, div#rightmain a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
div#center a:hover, div#centernorm a:hover, div#rightmain a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
div#rightmain ul {
	position: relative;
	left: 10px;
	margin: 5px;
	padding: 0px;
}
tr {
	font-family: Arial;
	font-size: 13px;
	height: 25px;
}
div#centernorm ul {
	font-family: Arial;
	font-size: 13px;
	position: relative;
	left: -10px;
}

