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

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #fff;
	background-color: #ffcd00;
}

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

a:link { text-decoration: none; color: #000000;}
a:active { text-decoration: none;}
a:visited { text-decoration: none; color: #000000; }
a:hover { font-weight: bold; }

#menu li.active a {
	font-weight: bold;
}

a img { border: none; }

#menu {
    width: 110px;
    overflow: hidden;
    height: 100%;
	float:left;
	padding-left: 20px;
}

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

#menu ul li {
	margin-bottom: 7px;
	text-align:right;
	width: 84px;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 133px;
    top: 0;
}

.container {
    padding: 20px 20px 20px 20px;
}

.content-container {
    padding: 94px 20px 20px 22px;
	position: absolute;
	width: 650px;
}

.yan {
	width:280px;
	right:0px;
	height: 100%;
	overflow:hidden;
	position: absolute;
	background-image:url('/files/gimgs/yan.jpg');
	background-repeat:repeat-y;
}

.title {
	font-size: 23px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 11px;
	letter-spacing: -1px;
}

.cihangirLogo {
	position: absolute;
	bottom:11px;
	left:38px;
	height: 330px;
}


.footer {
	position: absolute;
	bottom:16px;
	left:154px;
	font-size: 10px;
	height:30px;
}

#content p { width: 450px; margin-bottom: 7px; }

#content p a { font-weight: bold; }

#content p a:hover { text-decoration: underline; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }