/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Georgia, serif;
	background: #FFFFFF;
}

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

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #000000; }

a.header:link { text-decoration: none; color: #444444; }
a.header:active { text-decoration: none; }
a.header:visited { text-decoration: none; color: #444444; }
a.header:hover { text-decoration: none; color: #000000; }


a img { border: none; }

p.main {
	font-family: Georgia, serif;
	color: #000000;
	background: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 32px;
	line-height: 80%;
	text-align: right;  
	padding: 15px 0 0 0;
}

p.sub {
	font-family: Georgia, serif;
	color: #000000;
	background: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	line-height: 20%;
	text-align: right;
	padding: 0;
}

#menu {
    	width: 185px;
	height: 600px;
    	overflow: auto;
	top: 25px;
	bottom: 0;
	left: 15px;
	position: fixed;
	background-color: #FFFFFF;
}

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

#menu li { 
	margin: 0px 0px 5px 0px;
}

#menu ul li.section-title { 
	font-family: Georgia, serif;
	color: #000000;
	background: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 25px 0px 10px 0px;
}

#content {
	height: 600px;
	margin: 25px 25px 0 240px;
	top: 0;
	background-color: #FFFFFF;
}

.container_r {
	height: 560px;
	width: 650px;
    	padding: 0px 5px 0px 0px;
	text-align: left;
}

.container_l {
	height: 470px;
    	padding: 0px 15px 0px 0px;
	text-align: right;
	border-right-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
}

.copyright{  
	height: 70px;
    	padding: 0px 15px 0px 5px;
	text-align: right;
	vertical-align: text-bottom;
	color: #DDDDDD;
	font-weight: lighter;
	text-decoration: none;
	border-right-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
}

.location{  
	height: 60px;
    	padding: 0px 15px 0px 5px;
	font-family: Georgia, serif;
	color: #000000;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 80%;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	border-right-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
}


#content p { width: 650px; margin-bottom: 9px; }

p {
    	margin: 0 0 9px 0;
}

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

#img-container	{ 
	margin: 0; 
	padding: 15px 0; 
}

#img-container p{ 
	width: 800px; 
	margin: 0; 
	padding: 0; 
	text-align: left;
}

#img-container p.nav {
	padding: 545px 0px 0px 0px;
	text-align: left;
}

#once { clear: left; }
