/**
* CSS
* 
* @version 1.0
* @author Berkan Dirim 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	line-height: 16px;
	color: #000;
}

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

a:link {
	color: #666;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	color: #bbb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}

a img {
	border: none;
}

#menu {
	width: 200px;
	float: left;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted;
	border-bottom-color: #666;
}

#menu ul li.section-title {
	font-weight: bold;
	padding-bottom: 5px;
}

#menu ul li {
}

#menu ul li a:visited {
	text-decoration: none;
	color: #bbb;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li.active a {
	color: #fff;
	background: #000;
}

#menu a img {
	padding-left: 0;
}

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

#menu .container {
	padding: 20px;
	text-align: left;
}

#content .container {
	padding: 20px;
	width: 660px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 12px;
	margin-bottom: 10px;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover { 
	color: #000;
	text-decoration: none;
}

h2 { 
	font-size: 12px;
	margin-bottom: 10px;
}

h3 {
	font-size: 10px;
}

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;
}

