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

body {
	font-size: 10px;
	font-family: Arial, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; background-color: #FF3; color:#333;}
a:active { text-decoration: none; background-color: #FF0;}
a:visited { text-decoration: line-through; color: #666; }
a:hover { text-decoration: none;background-color: #0FC; }

a img { border: none; }

#menu {
    width: 190px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;

	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color:#333;
}
#menu ul a:hover{
	list-style: none;
	margin: 0 0 12px 0;
	color:#333;
	background-color: #0FC;
	}
#draggable{
	cursor: move;
	}
#draggable1,#draggable2,#draggable3,#draggable4,#draggable5,#draggable6,#draggable7{
	cursor: move;
	}
	
#button {
	display: block;
	background-color:#000;
	color:#FFF;}
#button2,#button4,#button6,#button7 {
	display: block;
	background-color:#000;
	color:#fff;}
#button1,#button3,#button5{
	display: block;
	background-color:#ff0;
	text-decoration:blink;
	color:#fff;}
#menu ul li.section-title {
	font-size:12px;
	font-weight:bold;
}


#content {
    height: 100%;
	width:600px;
    margin: 32px 0 0 184px;
    top: 0;
	z-index:+1;
}

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

#content p { width: 400px; 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: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }