html, body, div, img, ul, li, a {margin: 0px; padding: 0px;}

body {
	color: #333;
	font-size: 1em;
	font-family: Helvetica, Helvetica Neue, Arial;
}

div#fixed {
	width: 1050px;
	height: 260px;
	top: 0px;
	left: 50%;
	position: fixed;
	z-index: 99;
	margin-left: -525px;
	background: url(../img/bg_fixed.png) no-repeat;
}

div#logo {
	float: left;
}

div#menu {
	float: right;
	padding-right: 33px;
	padding-top: 13px;
}

#nav {
	background:url(../img/menu2.png) no-repeat;
	width:717px;
	height:100px;
	margin:0px;
	padding: 0px;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:100px;
	display:block;
}
#nav li {
	float:left;
	list-style:none;
	display:inline;
	padding: 0px;
	margin:0px;
}
#nav-01 {width: 105px;}
#nav-02 {width: 109px;}
#nav-03 {width: 126px;}
#nav-04 {width: 168px;}
#nav-05 {width: 129px;}
#nav-06 {width: 80px;}
#nav-01 a:hover {background:url(../img/menu2.png) 0px -100px no-repeat; }
#nav-02 a:hover {background:url(../img/menu2.png) -105px -100px no-repeat; }
#nav-03 a:hover {background:url(../img/menu2.png) -214px -100px no-repeat; }
#nav-04 a:hover {background:url(../img/menu2.png) -340px -100px no-repeat; }
#nav-05 a:hover {background:url(../img/menu2.png) -508px -100px no-repeat; }
#nav-06 a:hover {background:url(../img/menu2.png) -637px -100px no-repeat; }

div#container {
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	padding-top: 25px;
}

div#container img {
	border:2px solid #000;
	padding:1px;
	background:#fff;
}

#main, #about, #session {
	height: 1000px;
	margin-top: 125px;
}

#investment {
	height: 1350px;
	margin-top: 125px;
}

#contact {
	height: 600px;
}

div#about h2 {
	background: url(../img/about.png) no-repeat;
	height: 52px;
	text-indent: -9999px;
}

div#session h2 {
	background: url(../img/session.png) no-repeat;
	height: 52px;
	text-indent: -9999px;
}

div#investment h2 {
	background: url(../img/investment.png) no-repeat;
	height: 52px;
	text-indent: -9999px;
}

div#contact h2 {
	background: url(../img/contact.png) no-repeat;
	height: 52px;
	text-indent: -9999px;
}

div#footer {
	clear: both;
	width: 850px;
	padding: 0 0 50px 0;
	z-index: -100;
}

div#footer p {
	text-align: center;
}

div.column_left {
	width: 275px;
	float: left;
	padding: 10px;
	margin-top: 150px;
}

div.column_left img {
	width: 270px;
}

div.column_right {
	width: 525px;
	padding: 10px;
	float: right;
	margin-top: 110px;
}

/*****************************************************************************/

a:link {
	color: #123;
	text-decoration: underline;
}

a:visited {
	color: #456;
	text-decoration: underline;	
}

a:hover {
	text-decoration: underline;
}


span.highlight {
	font-weight: bold;
}

span.strike {
	text-decoration: line-through;
}

p {
	margin: 10px 0;
	padding: 0px;
	text-align:justify;
}

div#investment p {
	margin-top: 0px;
}

.bracket {
	clear: left;
	margin: 20px 0 0 0;
	padding: 0;
}


ul {
	margin: 0px;
	margin-bottom: 20px;
	list-style: none;
}

ul#randomfacts {
	list-style: square;
	margin-left: 10px;
	padding-left: 20px;
}

li {
	padding: 0 2px;
}

div#footer p {
	font-family: 'Century Gothic', Helvetica, Helvetica Neue, Arial;;
	font-size: .9em;
	color: #777;
}

div#footer p a:link, div#footer p a:visited, div#footer p a:hover {
	color: #777;
	text-decoration: none;
}

dl
{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

dt
{
	clear: left;
	float: left;
	width: 70px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dd
{
	float: left;
	width: 30px;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.small {
	font-size: 75%;
	font-weight: normal;
}

