/**
* CSS
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: verdana, sans-serif;
	color:#FFFFFF;
	background: #4b515a no-repeat url(bkgd.jpg);
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #e2e2e2; }
a:active { text-decoration: none; color: #e2e2e2; }
a:visited { text-decoration: none; color: #e2e2e2; }
a:hover { text-decoration: none; color: #66bff1; }

a img { border: none; }

a {
   outline: none;
}


	
.nav:link { text-decoration: none; color: #ffffff; }
.nav:active { text-decoration: none; color: #66bff1; }
.nav:visited { text-decoration: none; color: #66bff1; }
.nav:hover { text-decoration: none; color: #66bff1; }

#logo {
	
	width: 170px;
	height: 22px;
	margin: 0px 0 0 0px;
	padding: 30px 0 0 65px;
	}

#menu {
    width: 215px;
    overflow: auto;
    top: 54px;
    bottom: 0;
	left: 50;
    height: 100%;
	background-color: transparent;
	text-transform:uppercase;
	line-height: 1.95em;
	letter-spacing: .2em;
}

#menu ul {
	list-style: none;
	margin: 0px 0 0px 63px;
}

#menu ul li.section-title { }

.nav {
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-transform:uppercase;
	color:#66bff1;
	letter-spacing: .2em;
	
	}

#content {
    height: 100%;
    margin: -184px 0 0 314px;
    top: 0;
}

.container {
    margin-top: 10px;
	padding: 5px 5px 25px 5px;
}


.container img {
	padding: 30px 0 10px 0px;
	}

#content p { width: 600px; 
margin-top: 0px; 
margin-bottom: 9px; }

p {
    margin: 0px 0 20px 0;
}



h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ 	width: 400px; 
						margin: 0; 
						padding: 0px 0 11px 0; 
						font-size: 10px;
						font-family: verdana, sans-serif;
						line-height: 1.35em;
						text-transform:uppercase;
						color:#FFFFFF;
						letter-spacing: .2em;
						}

#once { clear: left; }

.img-bot {
	margin-top: 0px
	}

