
	body {
		background-color:#e8e5db;
		background-image: url(../image/page_bg_3.gif);
		background-repeat:repeat-x;
		margin:0px;
		text-align:center;
		font-family:Trebuchet MS, Verdana, Arial;
		font-size:small;
		overflow: -moz-scrollbars-vertical;
	}
	
	a:link, a:active, a:visited {
		color:#FF7F00;
	
	}

	#wrapper { text-align:left; width:765px;  margin-top:9px;margin-left:auto;
		margin-right:auto;
		
		
		}

	#stage {
		background-color:#f8f7f5;
		text-align:left;
		float:left;
		width:765px;
		border:1px solid #ccc;
		display:inline;
		
	}	

	#flashcontent {
		width:765px;
		height: 176px;
		float:left;
	}
	
	#top_bar {
		width:765px;
		height:64px;
		float:left;
		clear:left;
		background-color:#021e2f;
		/*background-image:url('/image/nav_bg.gif');
		background-repeat:repeat-x;*/
		display:inline;
	}
	#logo {
		width:226px;
		height:64px;
		margin-left:12px;
		float:left;
		display:inline;
	}
	
	#navbuttons {
		float:left;
		margin-left:20px;
		display:inline;
		margin-top:20px;
	}
	
	.navbutton {
		float:left;
		margin-right:32px;
		text-align:center;
		display:inline;
	}
	
	.navtext {
		color:#f8f7f5;
		font-size:12px;
		float:left;
		display:inline;
	}
	
	.navtext a:link, .navtext a:active, .navtext a:visited {
		color:#f8f7f5;
		text-decoration:none;
	}
	
	.topnavmarker {
		margin-top:10px;
		width:8;
		height:5px;
		float:left;
		clear:left;
	}
	
	#left {
		width:225px;
		height:196px;
		background-color:#f8f7f5;
		float:left;
		display:inline;
		margin:12px 0 12px 12px;
	}
	
	#left-press {
		width:225px;
		height:300px;
		background-color:#f8f7f5;
		float:left;
		display:inline;
		margin:12px 0 12px 12px;
	}
	
	#right {
		width:480px;
		display:inline;
		float:right;
		margin-top:30px;
		margin-right:30px;
	}
	
	h1 {
		font-family:Trebuchet MS, Verdana, Arial;
		font-weight:normal;
		color:#271402;
	}
	
	h2 {
		font:1.2em Trebuchet MS, Verdana, Arial;
		font-weight:bold;
		color:#271402;
	}
	
	p, ul {
	    color:#271402;
	}
	
	ul {
	    color:#271402;
	    margin: 0;
	}
	
	.investment {
	    padding-top: 10px
	}
	
	img {
		border:none;
	}
	
	.leftnavmarker {
		float:left;
		display:inline;
		width:10px;
		height:10px;
		margin-left:20px;
		margin-top:2px;
		clear:both;
	}
	
	.leftnavmarkeron {
		float:left;
		display:inline;
		background-image:url(../image/side_marker.gif);
		background-repeat:no-repeat;
		width:10px;
		height:10px;
		margin-left:20px;
		margin-top:2px;
		clear:both;
	}
	
	.leftnavitem {
		float:left;
		display:inline;
		clear:both;
		margin-bottom:10px;
		width:100%;
	}
	
	.leftnavtext {
		float:right;
		display:inline;
		margin-right:25px;
		width:160px;
		color: #271402;
	}
	
	.leftnavtext-contact {
		float:left;
		display:inline;
		margin-left:13px;
		width:160px;
		color: #000;
	}
	
	.leftnavtext em {color:#FF7F00;}
	
	.leftnavtext a:link, .leftnavtext a:active, .leftnavtext a:visited {
		color:#271402;
		text-decoration:none;
	}
	
	#copyright {
		color:#271402;
		text-align:right;
	}
	
	.pritem {
		float:left;
		/*border-bottom: 1px dotted #ccc;*/
		display:inline;
		width:100%;
		padding-bottom:10px;
		margin-top:10px;
	}
	
	.smalldate {
		width:50px;
		height:50px;
		text-align:center;
		background-color:#271402;
		border:1px solid #271402;
		float:left;
		display:inline;
		margin-top:10px;
	}
	
	.smalldatemonth {
		color:#f2eae1;
		margin-top:5px;
		display:inline;
	}
	
	.smalldateday {
		color:#f2eae1;
		font-size:22px;
		
	}
	
	.prtext {
		float:right;
		width:400px;
		display:inline;
	}
	
	#user #userid{
        width:200px;
        height: 15px;
	    color:#271402;
	    background-color:#f8f7f5;
	    border: 1px #e8e5db solid;
	    padding: 5px;
	}
	
	#password #userpassword {
	    margin-top:10px;
	    width:200px;
	    height: 15px;
	    color:#271402;
	    background-color:#f8f7f5;
	    border: 1px #e8e5db solid;
	    padding: 5px;
	}
	
	#submit {
	    margin-top: 10px;
	    width:100px;
	    height: 25px;
	    color:#fff;
	    background-color:#271402;
	    border:none;
	}
	