/**
/*	
	Katya Istratova CSS
	Author(s): James Allen
	Date: 23.12.09
	Version: 1.0
	www.birchstudio.co.uk
	www.jamesaallen.com 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
}

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

/* START FONTS */

p {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
    margin: 0px 0px 9px 0px;
}

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

a:link {
	text-decoration: none;
	color: #000;
	margin: 0px 0px 0px 15px;
}

a:active {
	text-decoration: none;
	color: #000;
	margin: 0px 0px 0px 15px;	
}

a:visited {
	text-decoration: none; 
	color: #000;
	margin: 0px 0px 0px 15px;
}

a:hover {
	text-decoration: line-through;
	color: #000;
	margin: 0px 0px 0px 15px;
}

a.logolink {
	text-decoration: none;
	color: #fff;
	margin: 0px 0px 0px 0px;
}

a.normal {
	margin: 0px 0px 0px 0px;
}

a img {
	border: none;
}

/* END FONTS */

/* START MENU */

#logo {
	margin: 63px 0px 20px 0px;
}

#menu {
    width: 170px;
    overflow: auto;
	margin: 0px 0px 0px 47px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

li {
	margin: 4px 0px 0px 0px;
}

#menu ul li.section-title {
	background-color: #000;
	display: inline-block;
	color: #FFF;
	font-style: italic;
	letter-spacing: 0.2px;
	padding: 2px 4px 2px 4px;
}

/* END MENU */

/* START CONTENT */

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

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

#content p {
	position: fixed;
	background-color: #FFF;
	width: 480px;
	padding: 10px 395px 10px 0px;
	margin: 121px 0px 9px 0px;
}

#img-container {
	margin: 134px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.nothumb {
	margin: 0px 0px 20px 0px;
}

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

#once { clear: left; }

/* END CONTENT */