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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Sans-serif;
	background: #FFFFFF;
	line-height: 160%;
	height:100%;
	width:850px;

}

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

a:link { text-decoration: none; color: #666666; background: none; }
a:active { text-decoration: none; color: #00CCCC; background: none; }
a:visited { text-decoration: none; color: #666666; background: none; }
a:hover { text-decoration: none; color: #FFFFFF; background: #00CCCC; }

a img {
	border: none }


#menu {
    width: 200px;
	height: auto;
	float: left;
	overflow:hidden;
    top: 190px;
    bottom: auto;
	left: 130px;
    position: fixed;
	
	background-color: transparent;

}

#card {
    width: 200px;
    overflow: visible;
    top: 50px;
    bottom: 0;
    left: 40px;
    position: fixed;
    background-color: #fff;
    height: 90px;
    padding: 0;
}


#menu .container {
    padding: 0px 25px 25px 25px;
}


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	border-top: 1px double #000000;
	padding: 9px 2px 0 1px;
}

#menu ul li.section-title { 
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 200%; 	
	color: #000000;
}

#content {
    height: 100%;
	float: left;
    margin: 236px 0 0 370px;
}


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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 11px;
	text-transform: lowercase;
	font-weight: bold;
	border-top: 2px double #000000;
	margin-bottom: 10px;
	margin-top: 9px 0 0 1px;
	}	 
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
	margin: 0; padding: 0; 
}

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

#once { clear: left; }