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

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #726F7F;
}

body.section-1 {
	color: #726F7F;
}
body.section-2 {
	color: #726F7F;
}
body.section-3 {
	color: #726F7F;
}

a:link {
	text-decoration: none;
	color: #726F7F;
}
a:active {
	text-decoration: none;
	color: #726F7F;
}
a:visited { text-decoration: none; color: #726F7F; }
a:hover {
	color: #9B97A5;
	font-weight: normal;
}

a img { border: none; }

#menu {
	width: 187px;
	overflow: auto;
	top: 70px;
	bottom: 0;
	left: 70px;
	position: fixed;
	height: 100%;
	background-color: #fff;
	line-height: 14px;
}

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

#menu ul li.section-title {
	color: #726F7F;
	text-transform: none;
	font-size: 11px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #726F7F;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #726F7F;
	border-bottom-color: #726F7F;
	border-left-color: #726F7F;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 70px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 320px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 12px;
	color: #726F7F;
	font-weight: normal;
}
h2 {
	border: 1px solid 726F7F;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

style1 {color: #FFFFFF}