@charset "utf-8";
/* CSS Document */

body{
	background-color:#0b1618;
	text-align: center;
	background-image:url(images/footer_bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	
	}

#wrap{
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
	width:1000px;
	margin:auto;
	clear:both;
	text-align: center;
	background-color:#131e20;
	color:#FFF;
	

	}
	
#header{
	background-image:url(images/body.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 481px;
	clear:both;
	text-align: center;
	margin-bottom:-30px;
	
	}
	
#flashnews{
	background-position:center top;
	clear:both;
	height:282px;
	margin-top:-5px;
	
	}



#infobox{
	width:240px;
	height:auto;
	color:#FFF;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-right:10px;
	}

#main_content{
	width:900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	float: left;
	position: relative;
	text-align:center;
	margin-left:100px;
	background-color:#131e20;
	display:inline;
	}
	
#sidebar{
	width:300px;
	float: left;
	position:relative;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:9pt;
	background-color:#131e20;
	margin-left:50px;
	display:inline;
	}

#footer{
	background-position:center bottom;
	background-repeat:no-repeat;
	height:auto;
	margin:auto;
	clear:both;
	text-align: left;
	background-color: #0b1618;
	color:#FFF;
	}
	
#footer_area{
	background-position:center;
	height:100%;
	width:1000px;
	margin:auto;
	clear:both;
	text-align: left;
	color:#FFF;
	}

#footer_list{
	float:left;
	display: block;
	height:100%;
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFF;
	padding-left: 20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	list-style-type:none;
	}
	
#portfolio_table{
	width:240px;
	height:100px;
	text-align:center;
	}
	

.h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
	text-align:left;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
.center{
	text-align:center;
	}
	
.left{
	text-align:left;
	}

.right{text-align:right;}
	
.justify{
	text-align:justify}
	
.bold{
	font-weight: bold;	
	}
	
a:link {
	color: #06F;
}
a:visited {
	color: #930;
}
a:active {
	color: #0F9;
}

a:hover {
	color:#F90;}
	
.listport
{list-style-type:none;}

.copyright
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
