/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial,Dotum,AppleGothic,sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
color:#0094BF;
text-decoration:none;
}
a:active {
color:#0094BF;
text-decoration:none;
}
a:visited {
color:#aaaaaa;
text-decoration:none;
}
a:hover {
background-color:#0094BF;
color:#ffffff;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0px;
    position: absolute;
    height: 1024px;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0px 0px 11px 7px;
}

#menu ul li.section-title { background:#cdcdcd;}

#content {
    height: 100%;
    margin: 85px 0px 0px 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 15px; }

p {
    margin: 9px 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; }