@charset "UTF-8";

body {
	background: #FCD800;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

p, h1, h2, h3, li {
	font-size: 0.75em;
	margin: 0;
	color: #FFF;
	line-height: 11pt;
}

div#container {
	position: relative;
	width: 980px;
	height: 735px;
	margin: 0 auto;
	background-image: url(ART/LG_Web_Header_Bio.jpg);
	background-repeat: no-repeat;
	background-color: #FCD800;
}

#container div#header {
	position: relative;
	height: 95px;
	padding: 0;
	margin: 0;
}

#header div#name {
	position: absolute;
	bottom: 0;
	left: 610px;
	width: 180px;
	padding: 0;
}

#header div#phone {
	position: absolute;
	bottom: 0;
	left: 785px;
	float: left;
	width: 200px;
	padding: 0;
}
#phone h1 a:link {
	text-decoration: none;
	color: #FFF;
}

#phone h1 a:hover {
	color: #F9D800;
	text-decoration: none;
}

#container div#content {
	height: 640px;
	background-image: url(ART/LG_bioBack.jpg);
	background-repeat: no-repeat;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .74em;
	color: #006;
	line-height: 1.5em;
}
#content div#menu {
	position: absolute;
	top: 95px;
	left: 433px;
	padding: 0;
	margin: 0;
	width: 549px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#content div#text1 {
	position: absolute;
	top: 230px;
	left: 300px;
	padding: 0;
	margin: 0;
	width: 180px;
	height:480px;
}

#content div#text2 {
	position: absolute;
	top: 230px;
	left: 500px;
	padding: 0;
	margin: 0;
	width: 180px;
	height: 480px;
}

#content div#text3 {
	position: absolute;
	top: 230px;
	left: 700px;
	padding: 0;
	margin: 0;
	width: 210px;
	height: 400px;
}

#container div#bottomrule {
	background-color: #F63;
	float: clear;
	height: 10px;
}
#text2 p a:link  {
	text-decoration: none;
	color: #006;
	font-weight: bold;
}
#text2 p a:hover  {
	color: #3CC;
	text-decoration: none;
	font-weight: bold;
}
