/**
* CSS
*/
photography of Alex Hohlov

* {
	margin: 0;
	padding: 0;
}

body {

	font-size: 11px;
	line-height: 14px;
	font-family: verdana, sans-serif;
	background: #1b1b1b;
	color: #6f6f6f;
/**	background-image:url('bkg1.gif');   */
}

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

a:link { text-decoration: none; color: #6f6f6f;}
a:active { text-decoration: color: #eee; background-color: #6f6f6f;}
a:visited { text-decoration: none; color: #6f6f6f;}
a:hover { text-decoration: none; color: #232323; background-color: #5277a4;}

a img { border: none; }

#menu {
    width: 192px;
    overflow: auto;
    top: 30px;
    bottom: 20px;
	left: 30px;
    position: fixed;
    height: 380px;
	background-color: #eee;
	background-image:url('menu5.jpg');
	
}

#menu ul {
	text-indent: 0px;
	overflow: auto;
	width: 155px;
	list-style-image: url('bullet3.gif');
	list-style-position: inside;
	margin: 0px 0px 12px -40px;
}

#menu ul li.section-title {
	font-size: 10px;
	font-weight: ; 
	color: #6f6f6f;
	text-indent: 3px;
	background-color: #1b1b1b;
	list-style: none;
	margin: 0px 0px 2px 0px;
}

#content {
    height: 100%;
    margin: 30px 600px 0px 220px; 
    top: 0;
}

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

#content p { width: 400px; margin-bottom: 0px; }

p {
    margin: 0px 0 10px 0;
}

h1 {    font-size: 32px; 
		width: 600px;

}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 10px; }

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

#once { clear: left; }