body  {
	background-color: #336699;
	margin: 0px;
	}

#aaa {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: #F2C060;
	width: 100%;
	height: 170px;
	}
#bbb {
	display: block;
	position: absolute;
	top: 170px;
	left: 0px;
	z-index: 1;
	background-color: #990000;
	width: 100%;
	height: 30px;
	}
#main  {
	display: block;
	position: relative;
	top: 0px;
	z-index: 2;
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	}

#header  {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	margin: 0;
	padding: 0;
	}
.keywords  {
	display: block;
	position: absolute;
	top: 70px;
	left: 175px;
	}
#content  {
	display: block;
	position: absolute;
	top: 200px;
	z-index: 3;
	width: 100%;
	margin: auto;
	background-color: #E5E5E5;
	}
.col1  {
	display: block;
	position: relative;
	float: left;
	margin: 7px;
	padding: 3px;
	width: 475px;
	}
.col2  {
	display: block;
	position: relative;
	float: right;
	margin: 7px;
	padding: 3px;
	width: 475px;
	}
.heading  {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: left;
	font-weight: 700;
	}
h1, h4, h5, p {
	font-family: Arial, Helvetica, sans-serif;
	}

p   {
	text-align: justify;
	}
ul  {
	list-style-type: disc;
	list-style-position: outside;
	}
li  {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #CC0000;
	margin: 0px 10px 5px -20px;
	}
.lead  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000000;
	}
.small  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	}

.left, .right  {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	}
.left  {
	text-align: right;

	}
.right  {
	text-align: left;
	}
.boxes {
	background-color: #F0F0F0;
	border-style: DOTTED;
	border-color: #999999;
	border-width: 0px 0px 2px 1px;
	}
.photo  {
	display: inline;
	position: relative;
	top: 0px;
	z-index: 5;
	float: right;
	border: solid #990000 3px;
	height: 193px;
	}
.nav  {
	display: block;
	position: absolute;
	top: 170px;
	left: 0px;
	z-index: 6;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F2C060;
	font-weight: 700;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	width: 485px;
	}
a.buttons:link  {
	color: #F2C060;
	text-decoration: none;
	}
a.buttons:visited  {
	color: #F2C060;
	text-decoration: none;
	}
a.buttons:hover  {
	color: #E5E5E5;
	text-decoration: none;
	}
.marqe  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000000;
	margin: 4px 10px 4px 10px;
	}
	