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

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 1000px;
	left: 0px;
	top: 0px;
}
#logo {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	height: 1000px;
	width: 150px;
	left: 0px;
	top: 20px;
	position: fixed;
}
#topNav {
	width: 950px;
	height: 110px;
	left: 100px;
	top: 5px;
	position:relative;
}
#bottomNav {
	width: 950px;
	height: 118px;
	left: 100px;
	top: 90px;
	position:relative;
}
#mainImages {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 849px;
	height: 515px;
	left: 147px;
	position:relative;
	top: 0px;
}
#mainImagesProfile {
	background-image:url(images/profile.gif);
	background-repeat:no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 849px;
	height: 515px;
	left: 147px;
	position:relative;
	top: 0px;
}
#profileText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	width: 235px;
	height: 515px;
	left: 489px;
	position:relative;
	top: 100px;
	line-height: 16px;
}

li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	list-style-type: none;
	border-top:thin;
	border-top-style:solid;
	border-top-color:#A19F9F;
	width: 113px;
	float: left;
	left: 0px;
	padding-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
	list-style: none outside none;
}

ul {
	left: 0px;
}
.footerType {
	font-size:9px;
	font-weight: normal;
	color: #000;
}
#image3 {
	height: 528px;
	width: 876px;
	position: absolute;
	top: 215px;
	left: 205px;
}

