html, body, table {
    min-height: 100%;
    width: 100%;
    height: 100%;
	 background-color: #C5C1A8;
    }
body {
    margin: 0;
    }
table {
    position: absolute;
    top: 0;
    left: 0;
    }
td {
	text-align: center;
}
td.tdint {
text-align: left;
	font: 11px Verdana;
}
p {
 	font: 11px Verdana;
	line-height: 14px;
	margin-left: 6px;
	margin-right: 6px;
    }
p.center {
	text-align: center;
}
p.updates {
	padding-left: 21px;
	margin-top: 6px;
	text-align: justify;
	margin-bottom: 12px;
}
p+p {
    text-indent: 2em;
    }
h2 {
	color: #4F7CB5;
	font: 14px Arial;
	font-weight: bold;
	margin-left: 6px;
}
h2.header {
	margin-top: 8px;
	font-style: italic;
	margin-bottom: 0px;
}
h2.center {
	text-align: center;
	margin-top: 0px;
}
#container, #container2, #container3, #container4, #container5, #container6 {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 551px;
	text-align: left; /*corrects for IE hack*/
}
#container {
	background-image: url(images/body.jpg);
}
#container2 {
	background-image: url(images/body2.jpg);
}
#container3 {
	background-image: url(images/body3.jpg);
}
#container4 {
	background-image: url(images/body4.jpg);
}
#container5 {
	background-image: url(images/body5.jpg);
}
#container6 {
	background-image: url(images/body6.jpg);
}
#menu, #menu2, #menu3, #menu4, #menu5 {
	position: absolute;
	margin-top: 111px;
	margin-left: 18px;
	width: 486px;
	height: 25px;
}
#menu {
	background-image: url(images/menu.jpg);
}
#menu2 {
	background-image: url(images/menu2.jpg);
}
#menu3 {
	background-image: url(images/menu3.jpg);
}
#menu4 {
	background-image: url(images/menu4.jpg);
}
#menu5 {
	background-image: url(images/menu5.jpg);
}
#company {
	position: absolute;
	margin-top: 313px;
	margin-left: 32px;
	width: 200px;
	height: 150px;
	background-image: url(images/company.jpg);
}
#portfolio {
	position: absolute;
	margin-top: 280px;
	margin-left: 32px;
	width: 200px;
	height: 105px;
	background-image: url(images/company.jpg);
}
#updates {
	position: absolute;
	margin-top: 152px;
	margin-left: 510px;
	width: 210px;
	color: #717171;
}
#body {
	position: absolute;
	margin-top: 136px;
	margin-left: 18px;
	width: 486px;
	height: 390px;
}
span.title {
	color: #4F4F51;
	font: 11px Arial;
	font-weight: bold;
	background-image: url(images/arrow.jpg);
	padding-left: 20px;
}
div.center {
	text-align: center;
	width: 486px;
	padding-top: 2px;
	margin-bottom: 6px;
}
ul {
	list-style-image: url("images/li-arrow.jpg");
	line-height: 16px;
}
a.apf {
	color: #4F7CB5;
	text-decoration: none;
	font-weight: bold;
}
a.apf:hover {
	color: #B5884F;
}
input, textarea {
	color: #000000;
	background-color: #E5ECF4;
	border: 1px solid #587A90;
	font-weight: bolder;
	font-size: 12px;
}