/* @override http://www.danilobiagioni.com/ndxz-studio/site/sample/style.css */

/* @override http://www.danilobiagioni.com/ndxz-studio/site/sample/style.css */

/* @override http://www.danilobiagioni.com/ndxz-studio/site/sample/style.css */

/* @override http://www.danilobiagioni.com/ndxz-studio/site/sample/style.css */

/* @override http://www.danilobiagioni.com/ndxz-studio/site/sample/style.css */

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

body {
	font: 12px/1.4em Georgia, "Times New Roman", Times, serif;
	margin-left: 0px;
	background: url(http://www.danilobiagioni.com/files/lines.jpg) repeat;
	margin-top: 0px;
	width: 860px;
}

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

a:link { text-decoration: none;
	color: #777b7d;
}
a:active { text-decoration: none;
	color: #777b7d;
}
a:visited { text-decoration: none; color: #777b7d; }
a:hover { text-decoration: underline;
	color: #eb008b;
	background-color: none;
}

a img { border: none; }

#menu {
    width: 240px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background: #ffffff;
	border-right: 0px dotted #777b7d;
}

#logo {
	clear: both;
	padding: 22px 0 5px;
	margin-left: 0px;
	margin-top: 0px;
}

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

#menu ul li.section-title {
	font-style: italic;
	padding-bottom: 2px;
}

#content {
    height: 100%;
    margin: 0 0 0 255px;
	line-height: 1.4em;
}

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

#content p {
	width: 580px;
	background: none;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p {
    margin: 0 0 10px 10px;
	padding-bottom: 5px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 {
	font: italic normal 18px Georgia, "Times New Roman", Times, serif;
	color: #eb008b;
	margin-top: 22px;
	width: 599px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-bottom: 1px solid #eb008b;
}

h4 { font-size: 12px; }

#img-container	{
	float: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 10px 0 0;
	border-top: 1px solid #eb008b;
}

#img-container p	{
	width: 600px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: none;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#once { clear: left; }