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

/* CSS reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Basic CSS Styles */
body {
	font-family: georgia, serif;
	background-color: #ffffff;
	color: #808184;
	line-height: 24px;
}


a:link{
text-decoration: none; 
color: #b3b3b3;
}

a:visited {
text-decoration: none;
color: #b3b3b3
}


A:hover { 
text-decoration: none; 
color: #3c3c3c 
}


A:active { 
text-decoration: none; 
color: #db0000 
}


#current {
text-decoration: none;
color: #db0000;
}
h1 { font-size: 60px; line-height: 60px; text-transform: uppercase; margin: 0; }

h2 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
}


p {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 24px 0;
}

/* Liquid Page Wrapper Styles */
#wrap {
	min-width: 960px;
	max-width: 1240px;
	margin: 60px auto;
	padding: 0 24px;
}
#innerwrap {
}

/* Header Area Styles */
#header {
}

#image {
	width: 15%;
	float: left;
	overflow: hidden;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0;
}
#image img {
	float: right;
}



/* Body Area Styles */
#body_area {
}

#photo {
	width: 15%;
	float: left;
	overflow: hidden;
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 0;
	height: 420px;
}

#nav {
	height: 330px;
	margin-top: 30px;
	
}


#navlist li

{ text-decoration: none; 
list-style-type: none;
text-align: right; }
#nav img {
	float: right;
}

#subtext { color: #b3b3b3; 
font-style: normal; 
font-size: 12px;
line-height: 1.3em;
margin-top:220px;

}


#mainimg {
	float:left;
	height:540px;
	margin:0px;
}

.imagepadding{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;

}


#arrows{
	height:100px;
}
/* Footer Area Styles */
#footer {
	clear: both;
	padding-left: 65px;
}
#footer p {
	padding: 4px 0 0 0;
	font-size: 9px;
	margin-left: 30%;	
}

#email{
	height: 20px;
	margin-top:97px;
	}

.align{
	margin-left:20px;
	}