body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: auto;
	padding: 0px;
	width: 983px;
	background-color: #003;
	height: auto;
	position: relative;
}
#callName {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 980px;
	height: 79px;
	background-color: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	font-weight: bolder;
	text-align: center;
	font-style: italic;
	font-size: 52px;
	text-indent: 145px;
}
#regName {
	padding: 0px;
	float: left;
	width: 980px;
	height: 35px;
	background-color: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCC;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	text-indent: 130px;
}
#leftNav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 502px;
	width: 150px;
	background-color: #003;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#navTable {
	width: 150px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	color: #CCC;
	background-color: #003;
	font-weight: bolder;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	float: left;
	height: 200px;
	padding: 5px;
}
#navTable td {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}

a:link {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	color: #063;
}
a:hover {
	color: #00C;
}
#largePhoto {
	height: 502px;
	background-color: #003;
	float: left;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
	width: 830px;
	position: relative;
}
#leftSpacer {
	float: left;
	height: 88px;
	width: 150px;
	clear: none;
	background-color: #003;
}


#smallPhoto {
	width: 830px;
	height: 88px;
	float: left;
	background-color: #003;
}


#bottomText {
	background-color: #003;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	clear: both;
	height: 165px;
	width: 980px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
}
#bottomText td {
	text-align: center;
}
