@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: 328px;
	width: 960px;
	float: none;
	position: absolute;
	left: 0px;
	top: 141px;
	color: 5d4d2f;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 120%;
}
#intro_content #quotes_frame {
	float: right;
	height: 292px;
	width: 510px;
	padding-right: 185px;
}
#intro_content #quotes_frame #quotes {
	float: right;
	height: 292px;
	width: 537px;
	position: absolute;
	left: 424px;
	top: 293px;
}
#intro_content #quotes_frame #enter {
	height: 55px;
}

.laptop_spacer{
	padding-top: 36px;
}

#home_nav {
	position: absolute;
	height: 31px;
	width: 623px;
	top: 472px;
	left: 0px;
	padding-left: 130px;
	padding-top: 3px;
}

.mainmenu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.mainmenu li{
	list-style-type: none;
	display: inline;
}

.navtext {
	color: #FFFFFF;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.navtext a{
	color: #FFFFFF;
	text-decoration: none;
}

.navtext a:hover{
	text-decoration: underline;
}

#mini_float_top {
	height: auto;
	width: 188px;
	background-image: url(../images/mini_float_top.png);
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #5d4d2f;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}


#mini_float_bot {
	height: 60px;
	width: 254px;
	background-image: url(../images/mini_float_bottom.png);
	background-repeat: no-repeat;
	float: right;
}
#mini_float_left {
	float: left;
	width: 283px;
}

