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

body {
	font-size: 12px;
	font-family: Georgia, serif;
	color: #ffffff;
	background-color:#DB7093;
	/*background: url(/diag.png) top left;*/
}

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

#menu a:link { text-decoration: none; color: white; font-size:13px; }
#menu a:active { text-decoration: none; color: white; font-size:13px;}
#menu a:visited { text-decoration: none; color: white; font-size:13px;}
#menu a:hover { border-left-color: #FFE197; text-decoration: none; color: #B64529; border-left: 5px solid; padding: 0 0 0 5px; font-size:13px;}

#content a:link {text-decoration: none; color: #D1CAB0; }
#content a:active {text-decoration: none; color: #D1CAB0;}
#content a:visited {text-decoration: none; color: #D1CAB0;}
#content a:hover {text-decoration: underline !important; color: #D1CAB0;}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    background: url(/menubgj.png) no-repeat top left;
	/*background-color:#CC9999;*/
	padding: 44px 0px 0px 0px;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	line-height: 16px;
	background:#54422A;
	padding-left:15px;
	padding-top:5px;
	width:114px;
	
	
}

#menu li {
	list-style: none;
	
}

#menu ul li.section-title {
	color: white;
	font-size: 125%;
	font-weight: bold;
	}

#menu a.name {
	display: block;
	margin: 0 0 10px -10px;
	border: none;
	background:#54422A;
	padding:5px 5px 5px 5px;
	width: 75px;
	height: 75px;
	}

#menu a.name strong { display: none; }

#content {
	width: 650px;
    height: 100%;
    margin: 0 0 0 215px;
    padding: 10px 10px 10px 20px;
    top: 0;
    color: #ffffff;
	background-color:#856363;
    
}

#content img {
	margin-right: 10px;
	margin-bottom: 10px;}
	
		
#right {
    width: 100px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position:relative;
    height: 100%;
    background: url(/menubgjright.png) no-repeat top right;
	padding: 0px 0px 0px 0px;
	right:auto
	
}
.container {
    padding: 5px 5px 25px 5px;
}

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



h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { color: #F5851F; font-size: 14px; font-weight: bold; margin-bottom: -10px;}

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

#once { clear: left; }

.copyright { color: #dcc199; }