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

body {
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none;
	color: #666;
}
a:active { text-decoration: none;
	color: #666;
}
a:visited { text-decoration: none; color: #539b99; }
a:hover { text-decoration: line-through;
	color: teal;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 155px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
}

#menuTop {
	position: fixed;
	top:0;
	left:0;
}
	
#menuBottom {
	position: fixed;
	bottom:0;
	left:0;
}

#menuBuffer {
	position: fixed;
	top: 220px;
	left:0;
}

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

#menu ul li.section-title {
	color: #003433;
	margin: 0 0 3px 0;
	font: normal bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.name {
	font-size: 12px;
	margin: 5px 0 0 0;
}

#title {
	position: absolute;
	top: 70px;
	left: 195px;
	width: 850px;
	height: 15px;
	padding: 8px 0 8px 25px;
	color: #fff;
	font-weight: bold;
	font-size: 13pt;
	background-image: url(http://kakedesign.com/files/kake-bkg.jpg);
	
}

#content {
    height: 100%;
    margin: 120px 0 0 215px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 13px; line-height: 15px;}
h4 { font-size: 12px; }

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

#once { clear: left; }