body {
	background-color: #7f817b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}
h2 {
	color: #000;
	padding-left: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 5px;
}
p a:link {
	color: #000;
}





#container {
	background-color: #2e3830;
	height: 900px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	left: 0px;
	top: 0px;
	border: 1px groove #565A4C;
}
#main {
	position:absolute;
	left:0px;
	top:93px;
	width:450px;
	height:123px;
	z-index:1;
	background-color: #D6FE83;
}
#container #main img {
	background-position: center center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#subMain {
	position:absolute;
	left:0px;
	top:225px;
	width:450px;
	height:227px;
	z-index:1;
	background-color: #D6FE83;

}


#header {
	position:absolute;
	left:0px;
	top:13px;
	width:450px;
	height:70px;
	z-index:1;
	background-color: #2E3830;
}

#sidebar {
	position:absolute;
	left:483px;
	top:2px;
	width:159px;
	height:876px;
	z-index:1;
	background-color: #2E3830;
}
#container #sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}
#container #sidebar ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#companyName {
	position:absolute;
	left:491px;
	top:721px;
	width:148px;
	height:136px;
	z-index:1;
}



#aboveFooter {
	position:absolute;
	left:0px;
	top:466px;
	width:450px;
	height:227px;
	z-index:1;
	background-color: #D6FE83;
}



#footer {
	position:absolute;
	left:0px;
	top:706px;
	width:450px;
	height:191px;
	z-index:1;
	background-color: #2E3830;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 5px;
	color: #D6FE83;
}
.FontSizeAndColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
}
.HorizontalNavigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	display: inline;
	padding-right: 15px;
	padding-left: 10px;
}
.smallImages {
	border: 1px solid #2E3830;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #D6FE83;
	text-decoration: none;
}
a:hover {
	color: #7F817B;
}
