body 
{
	 margin:20px;
	 background:#E4E4A4;
	 color: #333333;
	 text-align:center;
	 padding:0;
 }

#outer 
{
	 text-align:left;
	 width:750px;
	 margin:auto;
 }
 
#header 
{
	 background-image: url(images/header.jpg);
	 color: #333333;
	 height:170px;
	 width:750px;
	  border:1px solid #000000;
 }
 
#bodyblock 
{
	 border:1px solid #000000;
	 position:relative;
	 background: #ffffcc;
	 color: #333333;
	 width:740px;
	 padding-top:10px;
	 padding-bottom:10px;
	 padding-right:10px;
	 margin-top:20px;
	 min-height:900px;
 }
 
 *:first-child+html #bodyblock	/* For IE7  browser only */
{
	height: expression( this.scrollHeight < 850 ? "849px" : "auto" ); 
}

* html {} #bodyblock	/* For IE6 and before only */
{
	height: expression( this.scrollHeight < 850 ? "849px" : "auto" ); 
}
 
 #menu 
  {
	 height:800px;
	 color: #333333;
	 width:164px;
	 float:left;
	 border-right: 1px solid #333333;
	 padding-top:50px;
 }
 
  #submenu 
  {
	 height:800px;
	 color: #333333;
	 width:400px;
	 float:left;
	 padding-top:50px;
	 margin-left:80px;
 }
 
#fund_small
 {
	margin-left:15px;
	margin-right:20px;
	text-align:center;
	font-size:1em;
}

#fund_small img
  {
	border-style:none;
 }
 
 #line
 {
	border-bottom:1px solid black;
	margin-left:25px;
	margin-right:25px;
	margin-top:30px;

 }
 
 #links
  {
	margin-top:40px;
	margin-left:22px;
	margin-right:15px;
 }
 
 ul
{
	list-style-image: url(images/list.jpg);
}

 ul a
{
	text-decoration:none;
	color:brown;
}

 ul a:hover
{
	color:green;
	font-weight:bold;
}


 ul a:visited
{
	text-decoration:none;
}

 #main h3
{
	text-decoration:underline;
}


.address
{
	text-decoration:none;
	color:brown;
}

#main  table
{
	margin-left:178px;
	width:550px;
}

#text
{
	margin-left:200px;
	width:515px;
}

#main p
{
	text-align:justify;
}

#main h2
{
	color:brown;
	font-size:1.5em;
}

#photo_all
{
	margin-left:295px;
}

.picture
{
	float:right;
	padding:15px;
	text-align:center;
}

#separation
{
	border:solid black 1px;
	margin-left:350px;
	width:200px;
	height:1px;
}

#content
{
	margin-left:180px;
}

 
  #fund img
  {
	border-style:none;
 }

#ftr 
{
	 height:25px;
	 background:#348D49;
	 color: #E4E4A4;
	 border:solid black 1px;
	 margin-top:5px;
	 width:750px;
 }
 
 .button_buy_now  img
{
	border:none;
}

 