@charset "ISO-8859-1";
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Palatino Lintotype, Book Antiqua, Palatino, sans-serif;
	background: #fff;
	letter-spacing: 2px;
	font-weight: 100;
	line-height: 16px; }


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

a:link { text-decoration: none;
	color: #316cc4;
	background-color: transparent;
}
a:active { text-decoration: none; color:#FF3399;
	background-color: transparent;
}
a:visited { text-decoration: none; color:#316cc4;
	background-color: transparent;
}
a:hover { text-decoration: none;
	color:#933333;
	background-color: transparent;
}

a img { border: none; }

#menu {
    width: 225px;
    /**overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;**/
    position: fixed;
	padding: 375px 0px 10px 50px;
	/**height: auto;**/
	height: 500px;
	float: left;
	left: 0;
	margin: 4px 20px 10px 0px;
	background-image:url(http://www.rockpapercloud.com/files/menufadec.png);

	
	
}
	
#menu ul {
	list-style: none;
	margin: 20px 0 10px 0;
	background-color: transparent;
	font-style: normal;
	
}

#menu ul li.section-title { 
color: #999;
margin-bottom: 2px;
width: 175px;
background-color: transparent;
font-size: 11px;
	font-family: Palatino Lintotype, Book Antiqua, Palatino, sans-serif;
	text-transform: uppercase;
	border-style: none;
	border-bottom-style: none;
	border-bottom-width: none;
}

#content {
    height: 100%;
    top: 0;
	margin: 6px 0 0 275px;
	width: 800px;
	background-color: transparent;
	line-height:17px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h2#logo {
	margin-bottom: 5px;
}

h2#logo a {
font-size: 13px;
font-weight: normal;
padding-bottom: 10px;
text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 30px; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }