/* @override  www.kikellamas.com*/

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	background-color: #e3e3e3;
}

body {
	font: normal 8pt/1.3em Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #8e8e93;
}

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

bio {
	color: #2e2e2e;
	font: medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
	width: 600px;
}
body.section-3 { }

a:link { text-decoration: none; color: #8e8e93;
	font-weight: bold;
}
a:active { text-decoration: none; color: #8e8e93; }
a:visited { text-decoration: none;
	font-weight: bold;
	color: #8e8e93;
}

a:hover { text-decoration: line-through; color: #8e8e93; }

a img {
	border: thin none white;
}


#menu {
    overflow: auto;
    top: 10px;
    bottom: 0;
	left: 30px;
    position: fixed;
	background-color: transparent;
	margin-left: 0;
}

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

#menu ul li.section-title {
	color: #141e26;
	margin-bottom: 5px;
}

#content {
    top: 	0px;
	width: 55%;
	height: 55%;
	margin: 20px 0 0 255px;
	color: #e3e3e3;
}

.container {
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 25px;
	background-color: transparent;
}

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

p {
    margin: 0 0 9px 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 12px;
	color: white;
	width: 450px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 16px;
}
h2 { font-size: xx-large;
	color: red;
	text-decoration: underline;
}
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; }