html {
	font-family: Arial;
	font-size: 11px;
	background: url(images/background.jpg) fixed;
	color: #000000;
    height:100.1%;
	}

html > body {
	background: #ffffff;
	
}

body {
	margin: 0px auto 0 auto;
	width: 756px;
		background-color: #ffffff;
	color: #000000;
	height: inherit; 
		
}

body#index a#indexLink,
body#investments a#investmentsLink,
body#key-executivesLink a#key-executivesLink,
body#contact a#contactLink {
	background: url(images/left_nav_link_bg_hover.gif);
	display: block;
	height: 50px;
	padding-right: 0px;

}

div#mantlepiece {
	width: 450px;
	float: left;
	background-color: #ffffff;
}

div#left  {
	width: 212px;
	float: left;
	background-color: #ffffff;
	color: inherit;
	margin: 0px;
	padding: 0px;
}


ul#leftnav {
	margin: 0px;
	float: none;
	clear: left;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
}

ul#leftnav li {
	list-style-type: none;
	display: block;
	height: 50px;
	width: 212px;
	margin: 0px;
	background-image: url(images/left_nav_link_bg.gif);
	line-height: 50px;
		
}

ul#leftnav li a:hover{
	display: left;
	height: 50px;
	width: 212px;
	letter-spacing: normal;
	font-weight: bold;
	text-decoration:underline;
	}
	
ul#leftnav li a:active{
	display: left;
	height: 50px;
	width: 212px;
	letter-spacing: normal;
	font-weight: bold;
	text-decoration:underline;
	}


ul#leftsubnav {
	float: none;
	align: right;
	clear: left;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	
}

div#righthome {
	width: 530px;
	float: left;
	background-color: #ffffff;
	color: inherit;
}

div#right {
	width: 500px;
	float: left;
	background-color: #ffffff;
	color: inherit;
		
}

div#rightpic {
	width: 410px;
	float: left;
	background-color: #ffffff;
	color: inherit;
		
}
div#sidebar {
	width: 100px;
	float: left;
	background-color: #ffffff;
	color: inherit;
	border: 0px;
}

a:link{
	color: #000000;
	text-decoration: none;
	}
	a:visited {
	
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #768D18;
	text-decoration: underline;
	
	}

p {
	margin: 5px 30px 5px 10px;
	font-size: 12px;
	text-align: left;
}


h4 {
	margin: 5px 30px 5px 10px;
	text-align: justify;
	font-size: 15px;
}

p#footer {
	width: 756px;
	color: #282828;
	text-align: right;
	margin: 0px;
	background-color: #ffffff;
				
}

