/**
* CSS
* 
Burak Kaynak
*/
* {
	margin: 0;
	padding: 0;
}



body {
	font: 10px/14px  Monaco, Geneva, Verdana, Courier New, monospaced;
	font-size: 9px;
	line-height: 13px;
	letter-spacing: 1px;
	border-style: none;
	color: #51c8f4;
}

h {
	font: 10px/14px  Monaco, Geneva, Verdana, Courier New, monospaced;
	font-size: 9px;
	line-height: 13px;
	letter-spacing: 1px;
	border-style: none;
	color: #cccccc;

}

blue {
	font: 10px/14px  Monaco, Geneva, Verdana, Courier New, monospaced;
	font-size: 9px;
	line-height: 13px;
	letter-spacing: 1px;
	border-style: none;
	color: #51c8f4;

}

black {
	font: 10px/14px  Monaco, Geneva, Verdana, Courier New, monospaced;
	font-size: 9px;
	line-height: 13px;
	letter-spacing: 1px;
	border-style: none;
	color: #000000;

}

p {
	font: 10px/14px  Monaco, Geneva, Verdana, Courier New, monospaced;
	font-size: 9px;
	line-height: 13px;
	letter-spacing: 1px;
	border-style: none;
	color: #b2b2b2;

}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #1dd560;}
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #ffffff; background: #51c8f4;}

a img { border: none; }

#menu {
    width: 180px;
    top: 20px;
	left: 20px;
    overflow: visible;
    top: 0;
    bottom: 0;
    left: 0px;
    position: absolute;
	background-color: #ffffff;
}

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

#menu ul li.section-title { }

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

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

 #menu .container{
     padding-top:  15px;
     padding-left: 12px;
}


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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }