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

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
	cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, 
	 ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr
	{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background:transparent;}

	ol, ul {list-style:none;}
	h1, h2, h3, h4, h5, h6, li {line-height:100%;}
	
	/*- Force vertical scrollbar so pages don't move horizontally while using next and back -*/
	html {overflow-y: scroll;} 
		
/*- End Of Reset Styles ----------------------------------------------------*/

/*- General Styles ------------------------------------------------------*/	
body {
	background-color: #fff;
	font-size: 12px;
	font-family: 'OFL Sorts Mill Goudy TT', Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
}

a { text-decoration:none; }
	
/*- End of General Styles -----------------------------------------------*/

p {
	font-family: 'OFL Sorts Mill Goudy TT', Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 5px;
}

#parent {
	width: 900px;
	height: auto;
	border: 0;
	background-color: #fff;
	margin: 20px;
}

#nav_bar {
	width: 900px;
	height: 35px;
	
}
	#nav_bar ul li { display:inline; font-size:16px; font-weight: 400; font-family: 'Yanone Kaffeesatz', Verdana, Arial, Helvetica, sans-serif; }
		#nav_bar ul.left { float:left; margin:14px 0 0 0; }
		#nav_bar ul.left li { border-left: #cd9969 solid 1px; }
		#nav_bar ul.left li a { color: #7e7e7e; padding:0 15px 0 18px; }
		#nav_bar ul.left li a:hover { text-decoration:underline; }
		#nav_bar ul.left #last { border-right:1px solid #cd9969; }

#main {
	width: 900px;
	height: 600px;
	background-image: url(../images/nav/background.jpg);
	background-repeat: no-repeat; 
	position: relative;
}

#girl {
	width: 330px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
}

#slider {
	width: 353px;
	height: 525px;
	position: absolute;
	top: 33px;
	left: 33px;
}

#logo {
	width: 425px;
	height: 165px;
	position: absolute;
	top: 0;
	right: 0;
}

#text {
	width: 500px;
	height: 335px;
	position: absolute;
	top: 177px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	vertical-align: top;
}
	#text a {
		text-decoration:none;
		color:#000000;
	}
	
	#text p {
		font-family: 'OFL Sorts Mill Goudy TT', Verdana, Arial, Helvetica, sans-serif; 
		font-size: 14px;
		color: #000000;
		margin-top: 1em;
		margin-bottom: 1em;
		margin-left: 0px;
		margin-right: 2em;
	}

#tagline {
	width: 425px;
	height: 75px;
	position: absolute;
	top: 525px;
	right: 0px;
}

#white_bar {
	position: absolute;
	width: 900px;
	height: 335px;
	top: 177px;
	left: 0;
}

#bottom_bar {
	height: 20px;
	width: 900px;
}

	#bottom_bar ul li { display:inline; font-size: 16px; font-family: 'Yanone Kaffeesatz', Verdana, Arial, Helvetica, sans-serif; font-weight: 400;}
		#bottom_bar ul.left { float:left; margin: 3px 0 0 0; }
		#bottom_bar ul.left li {  }
		#bottom_bar ul.left li a { color: #7e7e7e; padding:0 15px 0 0px; }
		#bottom_bar ul.left li a:hover { text-decoration:underline; }
		
		#bottom_bar ul.right { float:right; margin: 3px 0 0 0; }
		#bottom_bar ul.right li { color: #7e7e7e; }
		#bottom_bar ul.right li a { color: #7e7e7e; padding:0 15px 0 5px; }
		#bottom_bar ul.right li a:hover { text-decoration:underline; }

#bottom_links {
	height: 20px;
	width: 900px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 100px 0 0 0;
}
#bottom_links a {text-decoration: none; color: #000;}

#footer {
	height: auto;
	width: 900px;
	text-align: right;
	margin: 40px 0 20px 0;
}
	#footer p {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px;
		color: #000000;
	}


