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

body {
	background-color: #375368;
}

nav {
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: dotted;
}

nav a {
    font-family: 'Josefin Sans', rtf-stern-pro;
	color:#fff;
	text-decoration:none;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0px 12px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:600;
}

nav a:hover {
	color:#c1c0dd;
	}
	
	/* who what page css d7b877 */
#main_outer_box {
	background-color: #d7b877;
	width: 100%;	
	height: auto;
	margin: 45px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;	
}

#main_inbetween_box {
	background-color: #d7b877;
	width: 1150px;	
	height: auto;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
}

#main_inner_box {
	height: auto;
	width: 825px;
	margin: 5px 10px 5px 0px;
	box-shadow: 4px 4px 10px #666;
	-moz-box-shadow: 4px 4px 10px #666;
	-webkit-box-shadow: 4px 4px 10px #666;
	background-color:#375368;
	background-image: url(../img/alaska_sunset_who_what.jpg);
	background-repeat:repeat-y;	
	}
#nav_who_what {
	height: auto;
	width: 150px;
	margin: 45px 0px 0px 10px;
	padding: 0px 15px 0px 0px;
	float:left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #AAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#nav_who_what a {
	font-family: 'Josefin Sans', rtf-stern-pro;
	display: block;
	text-align: right;
	padding: 10px;
	color:#fff;
	text-decoration:none;
	font-size: 21px;
	letter-spacing: 1px;
	font-weight:500;
}

#nav_who_what a:hover {
	color:#c1c0dd;
}
#text_box {
	height: 550px;
	width: 505px;
	float: right;
	margin: 30px 75px 30px 0px;
	padding: 0px 0px 15px 0px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 1px 1px 15px #222;
	-moz-box-shadow: 1px 1px 15px #222;
	-webkit-box-shadow: 1px 1px 15px #222;
	background-color: #375368;
	}

#text_box .para {
	font-family: 'Josefin Sans';	
	margin: 15px 35px 50px 35px;
	color:#fff;
	font-size:25px;
	font-weight:600;
	line-height:33px;
	text-align: left;
}

#text_box ul {
	font-family: 'Josefin Sans';	
	margin: -35px 35px 15px 35px;
	color:#fff;
	font-size:22px;
	font-weight:600;
	line-height:28px;
	text-align: left;
}

#text_box h1 {
	font-family: 'Josefin Sans';	
	font-size:32px;
	letter-spacing: 1px;
	margin: 20px 20px 15px 35px;
	color:#fff;
}
#text_box h1 a{
	font-family: 'Josefin Sans';	
	font-size:32px;
	letter-spacing: 1px;
	margin: 20px 20px 15px 0px;
	font-weight:700;
	color:#fff;
}
#align_right {
	font-family: 'Josefin Sans';	
	margin: -15px 25px 15px 25px;
	color:#fff;
	font-weight:600;
	font-size:17px;
	line-height:15px;
	text-align:right;
}

#quote_box {
	font-family: rtf-stern-pro;
	font-size:44px;
	font-weight: 500;
	color:#aba8d0;
	width: 450px;
	height: 450px;
	margin: 20px auto 0px auto;
	position: absolute;
	top: 25px;
	right: 25px;
}
#quote_box p {
	text-align: center;
	width: 250px;
	margin: 60px auto 20px auto;
	letter-spacing: 1px;
}

#quote_box span {
	font-size:26px;
	height: 150px;
	text-align: right;
	
}
#copyright {
	font-family: 'Josefin Sans', rtf-stern-pro;
	font-size:11px;
	font-weight: 300;
	color:#eee;
	text-align:right;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: auto;
}
#copyright a {
	color:#FFF;
	text-decoration:none;
}
#text_box img {
	margin-right: auto;
	margin-left: 35px;
	text-align: center;
}
#text_box .para a {
	font-family: 'Josefin Sans';	
	color:#fff;
	font-size:18px;
	line-height:21px;
	text-align: justify;	
	text-decoration: none;
}

