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

body {
	font-size: 11px;
	color: #8b7c66;
	font-family: Verdana, sans-serif;
	background-image:url('background.jpg');
	height: auto;
}

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

a:link { color:#8b7c66; text-decoration: none; }
a:active { color:#99251e; text-decoration: none; }
a:visited { color:#8b7c66; text-decoration: none; }
a:hover { color:#99251e; text-decoration: none; }

a img { border: none; }

#header {
	background-color: #ffffff;
	text-align:right;
    position: fixed;
    width: 100%;
    height:70px;
}

#footor {
	padding: 10px 0px 0px 0px;
	text-align:center;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 30px;
    width: 100%;
    color: #FFFFFF;
    background-image:url('red_footor.jpg');
}

#menu {
	text-align:left;
    width: 215px;
    overflow: auto;
    top: 70px;
    bottom: 0;
	left: 187px;
    position: fixed;
    height: 100%;
	background-image:url('background.jpg');
}
	


#menu ul {
	font-size: 11px;
	list-style: none;
	margin: 0 0 5px 0;
	font-color:#8b7c66;
}

#menu ul li {
	color:#99251e;
	margin: 0 0 5px 0;
}


#menu ul li.section-title {
	font-size: 12px;
	font-weight: bold;
	color:#99251e;
}

#menu ul li.section-title a:link { font-size: 10px; color:#8b7c66; text-decoration: none; }
#menu ul li.active a:active { font-size: 10px; color:#99251e; text-decoration: none; }
#menu ul li.section-title a:visited { font-size: 10px; color:#8b7c66; text-decoration: none; }
#menu ul li.section-title a:hover { font-size: 10px; color:#99251e; text-decoration: none; }


#content {
    top: 80px;
    bottom: 0;
	left: 450px;
    position: absolute;
    background-image:url('background.jpg');
    height: 80%;
    width: 40%;
}

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

#content p { width: 600px; margin-bottom: 9px; }
#content a:link { color:#99251e; text-decoration: none; }
#content a:active { color:#8b7c66; text-decoration: none; }
#content a:visited { color:#99251e; text-decoration: none; }
#content a:hover { color:#8b7c66; text-decoration: none; }


p {
    margin: 0 0 9px 0;
}

t1 { font-size: 16px; color:#8b7c66; font-weight:bold;}
t2 { font-size: 10px; color:#99251e; font-weight:bold;}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; color:#99251e; font-weight:bold;}

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

#once { clear: left; }