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

body {
	background-color: #f5f7f2;
	background-image: url(../images/intro_bg2.png);
	background-repeat: repeat-x;
	color: #5d4d2f;
}
#intro_title {
	position: absolute;
	left: 0px;
	top: 0px;
}
#intro_content {
	height: 292px;
	width: 960px;
	float: none;
	position: absolute;
	left: 0px;
	top: 177px;
}
#intro_content #quotes_frame {
	float: right;
	height: 292px;
	width: 500px;
}
#intro_content #quotes_frame #quotes {
	height: 180px;
	padding-top: 50px;
	padding-left: 50px;
}
#intro_content #quotes_frame #enter {
	height: 55px;
	padding-left: 180px;
	padding-top: 18px;
}

.navtext {
	color: #5d4d2f;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.navtext a{
	color: #5d4d2f;
	text-decoration: none;
}

.navtext a:hover{
	text-decoration: underline;
}
