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

.background {
	height: 100%;
	width: 100%;
	position: fixed;
	margin-top: -30px;
	background-image: <%baseurl%><%basename%>/site/img/tile.gif;
	background-repeat: repeat;
}

body {
	padding-top: 30px;
	background-repeat: repeat;
	background: #A6A399;
}

#header {
	position: fixed;
	top: 0px;
	left: 200px;
	z-index: 10;
	width: 825px;
	height: 185px;
	background: #A6A399;
}

.logo {
	border: none;
	padding-bottom: 30px;
}

.logo a{border:none; text-decoration:none}

body.section-1 h1 {
}

body.section-3 h1 {
}

body.section-2 h1 {
}

body.section-4 h1 {
}

body.section-5 h1 {
}

body.section-6 h1 {
}

body.section-7 h1 {
}

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

#menu {
    width: 180px;
    overflow: auto;
	top: 0px;
    bottom: 0;
    position: fixed;
    height: 100%;
	background-color: #333333;
	font-size: 14px;
	padding-left: 25px;
	padding-top: 30px;
	padding-bottom: 25px;
	border-right: #890338 solid 4px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color: #686354;
	font-style: italic;
	line-height: 16px;
}

	#menu a:link { 
		text-decoration: none;
		color: #9A6601;
	}
	
	#menu a:active {
		text-decoration: none;
		color: #9A6601;
	}
	
	#menu a:visited {
		text-decoration: none;
		color: #9A6601;
	}
	
	#menu a:hover {
		text-decoration: underline;
		color: #9A6601;
	}

#menu ul li.section-title {
	color: #FFFFFF;
	font-style: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 25px;
	margin-left: -25px;
	margin-right: -5px;
	border-bottom: #877f63 dashed 1px;

	}
	
#quote {
	margin: 0 0 0 230px;
	position: absolute;
	top: 70px;
	width: 600px;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 40px;
	font-style: italic;
	color: #302E26;
}

#content {
    margin: 0 0 0 230px;
	position: absolute;
    top: 30px;
	width: 600px;
	background-color: #CFCDC4;
	border-top: #9A6601 solid 18px;
	padding: 10px 10px 20px 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #686354;
	font-size: 13px;
	padding-bottom: 10px;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	color: #444137;
	text-decoration: none;
}

p a:hover {
	border-bottom: #444137 dotted 1px;
	text-decoration: none;
}

p img { 
	width: 598px; 
	margin-bottom: 10px;
	border: #877f63 solid 1px;
	
}

h1 {
	color: #302E26;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom: #302E26 dashed 1px;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

h1 img {
	border: none;
	margin-bottom: -12px;
	padding-right: 5px;
}

#once { clear: left; }