body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	padding:0;
	margin:0;
}

a:active,a:visited{
	color:#3D5770;
}

a:hover{
	color:#9EABB8;
}

h1{
	color:#A88B61;
	font-size: xx-large;
	margin-top:5px;
}

h2{
	color:#3D5770;
	font-size:x-large;
}

h3{
	color: #9EABB8;
}

#main-container{
	position:relative;
	top:5px;
	margin:0 auto 10px auto;
	padding:0;
	border:1px solid black;
	width:982px;
}
#links-top{
	top:0;
	width:982px;
	height:23px;
	background-color:#FAFBFF;
	padding-top:5px;
}

#links-top a{
	text-decoration:none;
	color:black;
	margin:20px 10px 10px 10px;
	font-weight:bold;
	font-size:13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#links-top a:hover{
	color:#A88B61;
	
}

#title-back{
	background-image:url("images/title-back.jpg");
	background-repeat:repeat-x;
	width:982px;
	height:69px;
	top:32px;
}
#title-back-below{
	background-image:url("images/title-below-back.jpg");
	background-repeat:repeat-x;
	width:962px;
	height:23px;
	top:104px;
	text-align:right;
	font-weight:bold;
	font-size:13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top:8px;
	padding-right:20px;
}
#title-back-below a{
	text-decoration:none;
	color:black;
}


#title{
	position:absolute;
	background-image:url("images/title-text.gif");
	background-repeat: no-repeat;
	width:755px;
	height:95px;
	top:30px;
	left: 5px;
	z-index:100;
}
#main-back{
	position:relative;
	background-image:url("images/gradient-back.jpg");
	background-repeat:repeat-x;
	width:982px;
	height:638px;
	top:0px;
	left: 0px;	
}
#crest{
	position:absolute;
	/*background-image:url("images/mcknight-crest.jpg");
	background-repeat:no-repeat;*/
	width:132px;
	height:180px;
	top:10px;
	left: 9px;
	z-index:50;
	/*padding-top:180px;*/
	font-size:13px;
	font-weight:bold;
}
#main-text-foreground{
	position:absolute;
	background-image:url("images/gradient-foreground.jpg");
	background-repeat:repeat-x;
	background-attachment: inherit;
	background-position:inherit;
	width:700px;
	height:512px;
	top:2px;
	left: 150px;
	border:1px solid #E9E8E7;
	padding:0;
}
#main-text{
	position:absolute;
	width:680px;
	height:502px;
	top:0px;
	left:0px;
	padding:5px 10px 5px 10px;
	overflow-x: hidden;
	overflow-y:auto;
	z-index:200;
}
#vista{
	position:absolute;
	background-image:url("images/vista.jpg");
	background-repeat: no-repeat;
	width:982px;
	height:107px;
	top:515px;
	left: 0px;
}
#footer{

	position:absolute;
	width:982px;
	text-align:center;
	font-size:9px;
	font-weight:bold;
	top:625px;
}
#links-right{
	position:absolute;
	width:128px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	top:5px;
	z-index:60;
	right:0;
}

#link{
	width:80px;
	margin:0 auto;
	border:1px solid white;
	margin-top:13px;
}

#link a{
	text-decoration:none;
	color:black;
}

#link a:hover{
	color:black;
}

#link:hover{
	border:1px solid #000000;
	background-color:#9EABB8;
	color:white;
}