html, body { 
height: 100%; 
} 

body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	color: #333333;
	background: #B7D0FF;
	margin: auto auto 50px;
	line-height: 1.5em;


}

a {
	color: #000066;
}

h5 {
	font: bold 12pt Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin-bottom: 9px;
	border-bottom: 1px solid #B07700;
	color: #553900;
	padding-bottom: 5px;
	text-align: left;


}


/* divs */
#container {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	top: 15px;
	padding: 5px;
	border: 1px solid #996600;
	background-color: #FFEBC1;
	text-align: left;


	}
	
#logo {
	text-align: center;
	margin-left: 47px;
	width: 656px;
	height: 158px;
	margin-bottom: 0px;
	padding: 0px;

	}
	
#links { 
	position: absolute;
	top: 165px;
	left: 550px;
	width: 150px;
	text-align: left; 
	}
	
#extra { 
	position: absolute;
	top: 480px;
	left: 525px;
	width: 200px;
	text-align: left; 
	}

#content{
	position: relative;
	top: -33px;
	margin-top: 0px;
	margin-left: 90px;
	width: 400px;
	text-align: justify;
	background-color: #FFEBC1;
	padding: 0px;
	}

/* Mac IE Hack  The above code works only for Mac IE  The code below is for all other browsers \*/

#content {
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-left: 90px;
	width: 400px;
	text-align: justify;
	background-color: #FFEBC1;
	padding: 0px;
	}

/* End hack */


#photo {
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: normal;


	}
	
