html {
	margin: 0px;
	padding: 0px;
	z-index:1;
}

body {
	font: 11px Georgia;
	font-weight: normal;
	background: #EAEAEB url('gifs/vicbackground.gif') repeat;
	background-position: center;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}

td {
	font: 11px Georgia;
	font-weight: normal;
}

#iframe {
	position: absolute;
	left: 10px;
	top: 80px;
	width: 340px;
	height: 100px;
	color: white;
	font-family: Georgia,Garamond,Times;
	font-size: 12px;
	border: 1px solid #FFF;
	font-weight: normal;
	z-index: 99;
}	

#MP3Player {
	position: absolute;
	left: 570px;
	top: 30px;
}

#headshot {
	position: absolute;
	left: 443px;
	top: 51px;
	width: 337px;
	height: 150px;
	z-index: 99;
}	

#container {
	background: #FFF url('gifs/vicHeaderImage.gif') no-repeat;
	position:relative;
	width: 780px;
	margin: 0 auto;
	padding-top: 215px;
	text-align: left;
}

#lside {
	float:left;
	width: 130px;
	padding: 0 10px 0 10px;
	text-align: left;
}

#body {
	float:left;
	width: 430px;
	padding-top: 0px;
	margin: 0 0 60px 0;
}

#bodyNoRside {
	float:left;
	width: 620px;
	padding: 0 10px 0 0;
	margin: -60px 0 60px 0;
}

#rside {
	float: left;
	width: 170px;
	padding: 0 10px 0 20px;
	margin: 0 0 0 0px;
}

.bold {
	font-weight: bold;
}

.sectionHeader {
	font-family: Georgia, Garamond;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-style: italic;
	margin-bottom: 10px;
}

.formInput {
	font-size:11px;
	width:160px;
}

.btnSubmit {
	background:#000000;
	border-top:2px solid #eee;
	border-left:2px solid #eee;
	border-right:2px solid #104468;
	border-bottom:2px solid #104468;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}	

p {
	font: 11px Georgia;
	text-align: justify;
}

.small {
	font: 9px Georgia;
}

p.title {
	font: 14px Georgia bold;
	text-align: justify;
}	

a, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #C00;
	text-decoration: none;
}	

a.bold, a.bold:visited {
	color: #000;
	text-decoration: underline;
	font-weight:bold;
}

a.bold:hover {
	color: #C00;
	text-decoration: none;
	font-weight:bold;
}	

a.lside, a.lside:visited {
	font-size: 16px;
	font-weight: bold;
	color: #000;	
	text-decoration: underline;
	line-height: 24px;
}

a.lside:hover {
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	line-height: 24px;
}	


