/* CSS Document */

/* Zero out margins, padding, and IE borders */

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#MainContent {
	width:740px;
    margin-left: auto;
    margin-right: auto;
}

#MainContent2 {
	width:796px;
    margin-left: auto;
    margin-right: auto;
}


#Header {
	width:740px;
	height:215px;
	background-image:url(images/james-geiger-fund-logo.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#Header2 {
	width:740px;
	height:180px;
	background-image:url(images/james-geiger-fund-logo.gif);
	background-repeat:no-repeat;
	background-position:320px 28px;
}

#TextContent {
	width:740px;
}	

#LeftColumn {
	font-size:9px;
	text-align:right;
	color:#3a3a3a;
	width:288px;
}

#LeftColumn br{
	background-color:white;
}	

#RightColumn {
	float:right;
	width:450px;
	margin-right:20px;
}
  * html #RightColumn {
    \width: 430px; /* for IE5 and IE6 in quirks mode */
    w\idth: 430px; /* for IE6 in standards mode */
}

Body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-image:url(images/james-geiger-fund-bg.gif);
	background-position:center;	
}

H1 {
	font-style:italic;
	font-size:1.2em;
	font-weight:normal;
}	

P {
	color:#3a3a3a;
	text-align:justify;
}

a:link {
	color: #3a3a3a;
}

a:hover {
	color: #3a3a3a;
	text-decoration: none;
}

a:active {
	color: #3a3a3a;
	text-decoration:none;
}

a:visited {
	color: #6c6c6c;
}

.EmbeddedImage {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	margin-right:30px;
	margin-top:-10px;
}