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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif; color: #000; 
	background: #18918d;
	overflow: auto;
}

body.section-1 { text-decoration: none; color: #000; }
body.section-2 { text-decoration: none; color: #000; }
body.section-3 { text-decoration: none; color: #000; }

a:link { text-decoration: none; color: #ffffff; }
a:active { text-decoration: none; color: #ffffff; }
a:visited { text-decoration: none; color: #ffffff; }
a:hover { text-decoration: underline; color: #ffffff; }

a img { border: none; }

#menu {
    width: 180px;
    top: 0px;
	left: 20px;
    position: fixed;
    background-color: #000000;
    font-size: 10px;
	font-family: Helvetica, sans-serif; color: #ffffff; 
	padding-bottom: 200px;
background: url(http://playtime.betonsalon.net/playtime2009/bg_menu2.jpg) no-repeat;
}


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

#menu ul li.section-title { text-decoration: strong; color: #18918d; font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; }

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

#content {
    width:860px;
    height: 100%;
    margin: 0 0 0 200px;
	padding: 30px 0 0 20px;
    top: 0;
	background-color:#FFFFFF;
}

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

#content p { width: 389px; margin-bottom: 9px; font-color: #000000}

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