/*-- CASCADING STYLE SHEET --*/

	body {
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 12px;
		color: #666666;
		background-color: #ffffff;
		background-image: url('../images/bg_stroke.png');
		background-repeat: no-repeat;
		background-position: top center;
		margin: 0;
		}

	img {
		border: none;
		}

	a:link {
		color: #b28e04;
		text-decoration: none;
		}

	a:visited {
		color: #b28e04;
		text-decoration: none;
		}

	a:active {
		color: #b28e04;
		text-decoration: none;
		}

	a:hover {
		color: #b28e04;
		text-decoration: underline;
		}

	#container {
		width: 686px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #ffffff;
		}

	.floatleft {
		float: left;
		}

/*-- HEADER --*/

	#header {
		float: left;
		position: relative;
		width: 686px;
		height: 82px;
		}

	.logo {
		float: left;
		position: relative;
		width: 162px;
		height: 32px;
		margin: 25px 0px 25px 8px;
		}

/*-- NAVIGATION --*/

	#navigation {
		float: left;
		position: relative;
		width: 686px;
		height: 22px;
		color: #5c859d;
		font-size: 12px;
		background-color: #b5d6e5;
		background-image: url('../images/bg_navigation.png');
		background-repeat: repeat-x;
		}

	#navigation a:link {
		color: #5c859d;
		text-decoration: none;
		}

	#navigation a:visited {
		color: #5c859d;
		text-decoration: none;
		}

	#navigation a:active {
		color: #5c859d;
		text-decoration: none;
		}

	#navigation a:hover {
		color: #326786;
		text-decoration: none;
		}

	#navigation ul {
		float: left;
		position: relative;
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

	#navigation li {
		float: left;
		position: relative;
		margin: 0px 0px 0px 12px;
		}

	.navigation {
		float: left;
		position: relative;
		margin: 4px 0px 0px 0px;
		}

/*-- IMAGE --*/

	#image {
		float: left;
		position: relative;
		width: 686px;
		height: 280px;
		background-color: #326786;
		background-image: url('../images/bg_image.png');
		background-repeat: repeat-x;
		}

	.image {
		float: left;
		position: relative;
		}

	#image .image img {
		float: left;
		}

/*-- CONTENT --*/

	#content {
		float: left;
		position: relative;
		width: 686px;
		}

	#content h1 {
		font-size: 18px;
		font-weight: normal;
		font-family: Georgia, serif;
		margin: 14px 0px 14px 0px;
		}

	#content h2 {
		font-size: 18px;
		font-weight: normal;
		font-family: Georgia, serif;
		margin: 14px 0px 14px 0px;
		}

	#content p {
		font-size: 12px;
		line-height: 18px;
		margin: 14px 0px 14px 0px;
		}

	#content .column1 {
		float: left;
		position: relative;
		width: 175px;
		min-height: 400px !important;
		height: auto !important;
		height: 400px;
		background-color: #ffffff;
		background-image: url('../images/bg_column1.png');
		background-repeat: no-repeat;
		padding: 8px 0px 8px 36px;
		}

	#content .column2 {
		float: left;
		position: relative;
		width: 447px;
		padding: 8px 16px 8px 11px;
		}

	#content .column2 #investments ul {
		float: left;
		width: 100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

	#content .column2 #investments li {
		float: left;
		position: relative;
		margin: 0px 0px 0px 0px;
		}

	#content .column2 #investments li.logo {
		width: 25%;
		}

	#content .column2 #investments li.description {
		width: 75%;
		}

	#content .column2 #news ul {
		float: left;
		width: 100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

	#content .column2 #news li {
		float: left;
		position: relative;
		margin: 0px 0px 0px 0px;
		}

	#content .column2 #news li p {
		margin: 6px 0px 6px 0px;
		}

	#content .column2 #news li.date {
		width: 20%;
		}

	#content .column2 #news li.company {
		width: 20%;
		}

	#content .column2 #news li.article {
		width: 55%;
		margin: 0 0 0 5%;
		}

/*-- FOOTER --*/

	#footer {
		float: left;
		position: relative;
		width: 686px;
		border-top: 1px solid #cccccc;
		}

	#footer p {
		font-size: 11px;
		color: #999999;
		line-height: 18px;
		margin: 14px 0px 14px 0px;
		}

	.copyright {
		float: right;
		position: relative;
		}
