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

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF url(http://www.platyanoi-shkaf.ru/files/bg.jpg);
	color: #FFFFFF;
	
}

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

	

a:link { text-decoration: underline; color: #FFCC00; }
a:active { text-decoration: underline; color: #FFCC00; }
a:visited { text-decoration: underline; color: #FFCC00; }
a:hover { text-decoration: underline; color: #FF9900; }

a img { border: none; }

#menu {
	width: 320px;
	height: 100%;
	top: 0;
    bottom: 0;
	left: 0;
	position: absolute;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

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

#menu ul li.section-title { 

font-weight: bold;


}

#content {
    margin: 30px 0px 0px 350px;
}

.container {
	padding: 0px;
	
}

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

p {
	margin-bottom: 10px;
}

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

#img-container	{

	float: left;
	width: 610px;
	height: 540px;
}

#once { clear: left; }

