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

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-image: url;
	background-position: top;
	background-attachment: fixed;
	cursor: crosshair;
}

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

a:link { text-decoration: none; color:#696969; }
a:active { text-decoration: none; color:#696969 }
a:visited { text-decoration: none; color:#696969 }
a:hover { text-decoration: none; color: #996600 }

a img { 
	border: medium none; 
}

#logo { 
	padding: 0 0 40px 0; clear: both; float: left; 
}

.top-section {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line height: 24px;
	padding: 4px 0 0 25px;
}

#menu {
	cursor: crosshair;
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 5px;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding-bottom: 25px;
	font-size: 12px;
	padding-left: 10px;
}

#menu ul {
	cursor: crosshair;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 12px;
	padding-left: 5px;
	padding-right: 25px;
}

#menu ul li.section-title {
	cursor: crosshair;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}

#menu a:visited {
	color: #777777;
}

#menu a:hover {
	color: #996600;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
	padding: 30px 5px 25px 40px;
    top: 0;
}

.container {
    padding: 5px 0px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { color:#696969; font-size: 20px; }
h2 { font-size: 15px; }
h3 { font-size: 10px; }
h4 { font-size: 8px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }