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

body {
	font-size: 14px;
	font-family: Garamond,serif;
	background: #b1a9cb;
}

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

a:link { text-decoration: none; color: #000 }
a:active { text-decoration: none; color: #000; background: #bd98eb;}
a:visited { text-decoration: line-through; color: #000}
a:hover { text-decoration: none; color: #000; background: #bd98eb;}}

a:link.content { text-decoration: none; color: #ff0000 }
a:active.content { text-decoration: underline; color: #000}
a:visited.content { text-decoration: line-through; color: #ff0000}
a:hover.content { text-decoration: underline; color: #000}

a img { border: none; }

#gino {
    top: 40px;
    overflow: auto;
    bottom: 0;
	left: 250px;
    position: absolute;
    height: 300px;
    width: 300px;
}

#menu {
    width: 220px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	baackground-image: url(/images/menu-transparent.png);
	background: #b1a9cb;
	line-height: 14pt;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000;
	font size: 14pt;
	z-index: 500; 
}

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

#menu ul li.section-title { border-bottom-color: #fff;
				border-bottom-style: solid;
				color: #000;
				}

#content {
    height: 100%;
    margin: 30px 0 0 200px;
    top: 0;
	padding-left: 50px;
	background: #b1a9cb;
        
}

.container {
    padding: 30px 30px 25px 30px;
	background: #b1a9cb;

}

#sidebar-right {
    display: inline-block;
    float: right;
	overflow: hidden;
	width: 250px;
        
}

#content p { width: 400px; margin-bottom: 9px;
		margin-left: 5px;
		font size: 18pt;
		color: #000
}
	

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 22px;  font-family: Garamond,serif; }
h2 { font-size: 18px;  font-family: Garamond,serif; }
h3 { font-size: 16px;  font-family: Garamond,serif; color: #fff;}
h4 { font-size: 18px;  font-family: Garamond,serif; color: #000; margin-bottom:-15px;
}
h5 { font-size: 10px;  font-family: Garamond,serif; }

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

#once { clear: left; }