body {
	text-align: center;
	margin: 0px auto;
	background-color: white;
	font-family: Arial, Verdana, Tahoma;
}

#site {
  width: 100%;
	background-image: url(../include/background.png);
	background-repeat: repeat-x;
}

#header {
  width: 905px;
  height: 212px;
	background-image: url(../include/header.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header h1 {
	margin: 0px;
}

#header h1 a {
	position: relative;
	width: 0px;
	display: block;
	height: 170px;
	padding-left: 280px;
	overflow: hidden;
}

#menu ul {
	margin: 0px;
	list-style-type: none;
  position: relative;
}

#menu a {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#menu a:hover {
	text-decoration: none;
	color: #e5e1e1;	
}

.li1 a {
	position: absolute;
	left: 292px;
	top: 0px;
	text-align: center;
	background-image: url(../include/line.png);
	background-repeat: no-repeat;
  background-position: right bottom;
  width: 76px;
  height: 19px;
}

.li2 a {
	position: absolute;
	left: 364px;
	top: 0px;
	text-align: center;
	background-image: url(../include/line.png);
	background-repeat: no-repeat;
  background-position: right bottom;
  width: 74px;
  height: 19px;
}

.li3 a {
	position: absolute;
	left: 440px;
	top: 0px;
	text-align: center;
	background-image: url(../include/line.png);
	background-repeat: no-repeat;
  background-position: right bottom;
  width: 100px;
  height: 19px;
}

.li4 a {
	position: absolute;
	left: 540px;
	top: 0px;
	text-align: center;
	background-image: url(../include/line.png);
	background-repeat: no-repeat;
  background-position: right bottom;
  width: 100px;
  height: 19px;
}

.li5 a {
	position: absolute;
	left: 640px;
	top: 0px;
	text-align: center;
	background-image: url(../include/line.png);
	background-repeat: no-repeat;
  background-position: right bottom;
  width: 110px;
  height: 19px;
}

.li6 a {
	position: absolute;
	left: 750px;
	top: 0px;
	text-align: center;
	/*background-image: url(../include/line.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
  width: 100px;
  height: 19px;
}

/*.li7 a {
	position: absolute;
	left: 774px;
	top: 0px;
	text-align: center;
  width: 91px;
  height: 19px;
}
*/
#content {
  width: 905px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#spacer-top {
  height: 40px;
}

#left {
  width: 300px;
  float: left;
  text-align: left;
}

#left div {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;  
}

#left h2 {
 	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #898989;
}

#left h2 .first-word {
	color: #507ebc;
}

#left h3 {
 	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #507ebc;
	margin-bottom: 0px;
}

#left p {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #898989;
	text-align: justify;
	margin-top: 0px;
	padding-bottom: 16px;
	background-image: url(../include/hr.png);
	background-repeat: repeat-x;
  background-position: bottom;	
}

#left a {
	text-decoration: none;
	color: #507ebc;	
}

#right {
	background-image: url(../include/vr.png);
	background-repeat: repeat-y;
  width: 605px;
  float: left;
  text-align: left;
}

#right div {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;  
}

#right h2 {
 	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #898989;
}

#right h2 .first-word {
	color: #507ebc;
}

#right p {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #898989;
	text-align: justify;
}

#right h3 {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #507ebc;
	text-align: left;
}

#right img {
  border: 5px solid #d2e2f2;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#right li {
  clear: left;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #898989;
	text-align: left; 
	list-style-type: square;
}

#spacer-bottom {
  clear: left;
  height: 40px;
}

#bottom {
  width: 905px;
  height: 83px;
	background-image: url(../include/bottom.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#author {
	position: relative;
	left: 455px;
	top: 8px;
	width: 500px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #898989;
}

