@charset "UTF-8";
/* CSS Document */

html{
	scrollbar-arrow-color: #6666CC;
	scrollbar-base-color: #6876c8;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#6876c8;
	scrollbar-highlight-color:#aeb3d0;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-3d-light-color:#ffffff;
}
body {
	background-color: #aeb3d0;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
}
a	{
	font-family: Arial, Helvetica, sans-serif;
	color: #616a9b;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #39698D;
}
h1 {
	font-family: Georgia, "Helvetica", Times, serif;
	font-size: 35px;
	color: #555e93;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Helvetica", Times, serif;
	font-size: 24px;
	color: #555e93;
}

h3 {
	font-family: Georgia, "Helvetica", Times, serif;
	font-size: 18px;
	color: 555e93;
}

p  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#666666;
	line-height: 22px;
}
#content {
	height: auto;
	width: 820px;
	position: relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#nav_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	height: 50px;
	width: 940px;
	text-transform: uppercase;
	line-height: 25px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#nav_bottom a {
	color:#666666;
	text-decoration:none;
}
#nav_bottom a:hover {
	color: #999999;
}
#nav_main {
	height: auto;
	width: 850px;
	margin-left: 80px;
}
#photo {
	height: 108px;
	width: 477px;
	right: 0px;
	position: relative;
	top: -4px;
}
