/**
* CSS
* 
* @version 1.1
* @author ARSENI KHAMZIN / SIXOHFOUR
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #F2F2F2;
	line-height:normal!important;

}

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

a:link { text-decoration: none; color: #808080; }
a:active { text-decoration: none; color: #808080; }
a:visited { text-decoration: none; color: #B3B3B3; }
a:hover { text-decoration: none; color: #ED1C2D; }

a img { border: none; }

#menu {
	width: 210px;
	color: #FFFFFF;
	height: 950px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	overflow: auto;
	top: 5px;
	bottom: 0;
	left: 30px;
	position: fixed;
	background-color: transparent;
}

#menu ul {
	list-style: none;
	background-color: #FAFAFA;
	margin: 0 0 5px 0;
	padding: 12px; 
}

#title {
	text-align:center;
	color: #808080;
	font-style: italic;
	font: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	background-color: #101010;
	padding: 0px;
	margin: 0px ; 
}

img {
	padding-left: 0px ;
	margin: 0; 
}

#description {
font-size: 8px; text-align:center; background-color:#FFFFFF; color: #262626;
}

#other { 
}

#menu ul li.section-title {color: #333333; font-style: normal; border-bottom: thin dotted #333333; padding-bottom: 6px; margin-bottom: 6px; }

#content {
	height: auto;
	margin-top: 65px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 300px;
}

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

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

p {
    margin: 0 0 0 0; color: #4D4D4D;
}

p a:link{ color: #808080;text-decoration: underline;}
p a:active{ color: #808080; text-decoration: underline;}
p a:visited{ color: #B3B3B3; text-decoration: underline;}
p a:hover{ color: #ED1C2D; text-decoration: underline;}

p.whitetext { color: #fff; }
p.blacktext { color: #000; }
p.lightgray { color:#ccc; }
p.darkgray { color:#666; }


h1 { font-size: 18px; color:#4D4D4D; font-family: Helvetica, Arial, sans-serif; text-decoration: none; padding-bottom: 2px; margin-bottom: 10px;}
h2 { font-size: 16px; color:#4D4D4D; font-family: Helvetica, Arial, sans-serif; text-decoration: none; padding-bottom: 2px; margin-bottom: 10px;}
h3 { font-size: 14px; color:#4D4D4D; font-family: Helvetica, Arial, sans-serif; text-decoration: none; padding-bottom: 2px; margin-bottom: 10px;}
h4 { font-size: 13px; color:#4D4D4D; font-family: Helvetica, Arial, sans-serif; text-decoration: none; padding-bottom: 2px; margin-bottom: -12px; margin-top:10px;}
h5 { font-size: 12px; color:#4D4D4D; font-family: Helvetica, Arial, sans-serif; text-decoration: none; padding-bottom: 2px; margin-bottom: -16px; margin-top:14px;}

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

#once { clear: left; }