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

body {
	font-size: 20px;
	font-family: century gothic, sans-serif;
	background: #fff;
}

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

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

a img { border: none; }

#menu {
    margin-top: 65px;
    margin-left: 225px;
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	font-size: 12px;
	list-style: none;
	margin: 0 0 12px 0px;
	text-indent: 135px;
}

#menu ul.other {
	font-size: 12px;
	list-style: none;
	margin: 0 0 12px 0px;
	text-indent: 120px;
}
#menu ul li.section-title { 
	color: #505050;
	text-indent: 120px;
}

#menu span{
	display: none;
	position: absolute;
}
#menu .active {
	background-image:url(../img/red_dot.jpg);
	background-repeat:repeat-y; 
	background-position:102px 0px;
}

#menu .container {
	position:absolute;
}
#link ul {
	font-size: 8px; 
	list-style: none;
	margin: 0 0 0 65px;
}


#content {
    margin: 0px 0 0 625px;
}

#content_main {
    margin: 75px 0 0 500px;
}

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

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

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

#once { clear: left; }

#name {
    padding-top: 100px;
}

#menu_nav, #galleries {
    padding-left: 20px;
    padding-bottom: 10px;
}

#pic {
    margin-top: 65px;
    margin-left: 75px;
    position: absolute;
    z-index: 1;
    font-size: 8pt;
}

#pic_nav {
    position: absolute;
    z-index: 1;
    margin-top: 625px;
    font-size: 12pt;
    margin-left: 185px;
}

#prev, #next {
    color: #6f6e73;
    font-size: 8pt;
    font-family: Century Gothic;
}

