/* CSS Document */

/*
body {
	margin: 0;
	padding: 0;
	background-color: #662822;
}	

body.internal2 {
	margin: 0;
	padding: 0;
	background-color: #ad834b;
}
*/

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

body.home {
	margin: 0;
	padding: 0;
	background-color: #662822;
}

#white {
	width: 768px;
	height: 100%;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

#side_nav {
	width: 256px;
	height: 100%;
	background-color: #ffffff;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
}

#main_home {
	width: 768px;
	position: absolute;
	top: 0;
	left: 256px;
	background-color: #662822;
	z-index: 3;
}

#main_internal {
	width: 512px;
/*	height: 100%;  */
	position: absolute;
	top: 0;
	left: 256px;
	z-index: 3;
	background-color: #ffffff;
}

#side_internal1 {
	width: 256px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 768px;
	background-color: #662822;
	z-index: 4;
}

#side_internal2 {
	width: 256px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 768px;
	background-color: #ad834b;
	z-index: 4;
}

#side_extra1 {
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	background-color: #662822;
}

#side_extra2 {
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	background-color: #ad834b;
}

.logo {
	width: 191px;
	height: 84px;
	margin-left: 36px;
	margin-top: 37px;
	margin-bottom: 68px;
}

.nav {
	width: 191px;
	margin-left: 36px;
}

.contact {
	width: 191px;
	height: 60px;
	position: absolute;
	bottom: 0;
	margin-left: 36px;
}

.stars_home {
	width: 708px;
	height: 23px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 30px;
	float: left;
}

.pic_home {
	width: 256px;
	margin-left: 30px;
	margin-right: 14px;
	margin-top: 3px;
	float: left;
}

.graphic_home {
	width: 256px;
	margin-left: 14px;
	float: left;
}

.headline {
	width: 708px;
	margin-top: 147px;
	margin-bottom: 14px;
	margin-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
	float: left;
}

.headline_caps {
	font-size: 22px;
}

.text_home {
	width: 438px;
	float: left;
}

p.intro_text {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #ba9c78;
	font-size: 14px;
	line-height: 200%;
	margin-top: 0;
}

p.intro_text a:link, p.intro_text a:active, p.intro_text a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

p.intro_text a:hover {
	text-decoration: none;
	color: #d3cfc8;
	font-weight: bold;
}

p.home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 200%;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
	color: #ba9c78;
}

p.home_smaller {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 175%;
	margin-top: 4px;
	margin-left: 30px;
	color: #ba9c78;
}

.bottom_spacer {
	width: 768px;
	height: 45px;
	float: left;
}

.bottom_spacer_internal {
	width: 512px;
	height: 45px;
	float: left;
}

#bottom_spacer_internal {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	width: 512px;
	height: 45px;
	float: left;
}

#bottom_spacer_internal h1 {
	font-size: 12px;
	margin-left: 30px;
	text-transform: uppercase;
}

#bottom_spacer_internal h2 {
	font-size: 10px;
	margin-left: 30px;
	margin-top: 4px;
	text-transform: uppercase;
}

#bottom_spacer_internal p {
	font-size: 10px;
	margin-left: 30px;
	margin-top: 2px;
}

#bottom_spacer_internal a {
	color: #ffffff;
	text-decoration: none;
}

#bottom_spacer_internal a:hover {
	color: #ffffff;
	text-decoration: none;
}

.text_internal {
	width: 452px;
	margin-top: 147px;
	margin-left: 30px;
	float: left;
}

.stars_internal {
	width: 452px;
	height: 23px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 30px;
	float: left;
}

h1.internal1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #662822;
	letter-spacing: 1px;
}

.internal_caps {
	font-size: 18px;
}

h1.internal2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ad834b;
	letter-spacing: 1px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 175%;
	margin-top: 4px;
	margin-bottom: 0;
	color: #63614c;
}

.internal1 a:link, .internal1 a:active, .internal1 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #662822;
}

.internal1 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #3f3e29;
}

.internal2 a:link, .internal2 a:active, .internal2 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ad834b;
}

.internal2 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #3f3e29;
}

.side_content {
	width: 256px;
	position: absolute;
	top: 384px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:	12px;
	text-transform: uppercase;
	color: #63614c;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-weight: normal;
	margin-top: 10px;
	line-height: 175%;	
}

ul {
	margin-top: 4px;
}

li {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 175%;
	color: #63614c;
}

table {
	background-color: #d3cfc8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 150%;
	color: #63614c;
}