@charset "utf-8";
/* CSS Document */

* {
   padding:0;
   margin:0;
}
body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 13pt;
	}
.name {
	font-size: 15pt;
}
h3 {
	font-size: 18pt;
	color: #FFF;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	line-height: 24pt;
}

#main_wrapper {
	width:800px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	margin-top:100px;
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
}
#leftCol {
	float: left;
	height: 600px;
	width: 262px;
}
#rightCol {
	float: left;
	height: 600px;
	width: 538px;
	background-color:#000;
}

#infoBox {
	float: left;
	height: 157px;
	width: 262px;
	background-color:#0099CC;
	font-size: 10pt;
	color: #FFF;
	text-align: right;
}
#infoInner {
	padding-right:20px;	
	height: 157px;
	padding-top:15px;
}
#estherPhoto {
	float: left;
	height: 434px;
	width: 262px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}