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

body {
	font-size: 13px;
	font-family: 'Abel', sans-serif, dotum;
	letter-spacing: 0px;
	text-decoration: none; color: #706F6F;
	background: #EBEBEB;
	line-height: 18px;
	 height: 100%;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
    padding-bottom: 25px;
}

body.section-1 { 
    font-size: 12px;
	font-family: sans-serif;
	background: #EBEBEB;
	}
body.section-2 { }
body.section-3 { }

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: 175px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #56227D;
	font-size: 13px;
	font-family: 'Homenaje', sans-serif, 돋음;
	line-height: 16px;
	text-decoration: none; color: #ffffff; margin-left: 50px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-left: 25px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 10px;
}

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

#menu ul li.section-title {
font-family: 'Squada One', cursive;
font-style: italic;
font-weight: light;
font-size: 16px;
letter-spacing: 2px;
 }


#content {
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 225px;
    top: 0;
   
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; 
padding-bottom: 10px;}
h2 { font-size: 20px;
color: #666666; 
padding-bottom: 15px;}
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; }

#footer {
position: fixed;
bottom : 80px;
left : 50px;
z-index: 1;
font-size: 12px;
font-family: 'Homenaje', sans-serif, 돋음;
text-decoration: none; color: #ffffff;
letter-spacing: 1px;
}

#footer2 {
position: fixed;
bottom : 65px;
left : 50px;
z-index: 1;
font-size: 12px;
font-family: 'Homenaje', sans-serif, 돋음;
text-decoration: none; color: #ffffff;
letter-spacing: 1px;
}

#footer3 {
position: fixed;
bottom : 40px;
left : 50px;
z-index: 1;
font-size: 12px;
font-family: 'Homenaje', sans-serif, 돋음;
text-decoration: none; color: #ffffff;
letter-spacing: 1px;
padding-right: 50px;
}

#footer4 {
position: fixed;
bottom : 24px;
left : 50px;
z-index: 1;
font-size: 12px;
font-family: 'Homenaje', sans-serif, 돋음;
text-decoration: none; color: #ffffff;
letter-spacing: 1px;
padding-right: 50px;
}