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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 14px;
	background: #fff;
}

a:link { text-decoration: none; color: #666; border-bottom: 1px solid; border-color: #cdcdcd;}
a:active { text-decoration: none; color: #666; border-bottom: 1px solid; border-color: #cdcdcd;}
a:visited { text-decoration: none; color: #666; border-bottom: 1px solid; border-color: #cdcdcd;}
a:hover { text-decoration: none; color: #ed1c24; border-bottom: 1px solid; border-color: #cdcdcd;}
a.titolo:link { text-decoration: none; color: #ed1c24; border-bottom: none; }
a.titolo:active { text-decoration: none; color: #ed1c24; border-bottom: none; }
a.titolo:visited { text-decoration: none; color: #ed1c24; border-bottom: none; }
a.titolo:hover { text-decoration: none; color: #ed1c24; border-bottom: none; }


a img { border: none; }

#menu {
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #fff;
}

#menu .container {
	margin: 15px 0 0 0;
	padding-left: 105px;
        a.:link { text-decoration: none; color: #666; border-bottom: none; }
        a.:active { text-decoration: none; color: #666; border-bottom: none; }
        a.:visited { text-decoration: none; color: #666; border-bottom: none; }
        a.:hover { text-decoration: none; color: #666; border-bottom: none; }
}

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

#menu .section-title {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #000;
}

#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
}

#content .container {
	margin: 126px 0 0 0;
	padding-left: 15px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { 
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold; 
    line-height: 20px;
    color: #ed1c24;
    padding: 5px 0 0 0;
}

h2 { 
    font-family: Helvetica, Arial, Helvetica, sans-serif;	
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #ed1c24;
    padding: 5px 0 0 0;
}

h3 { 
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 14px; 
    font-weight: normal;
    line-height: 16px;
    color: #000;
}

h4 { 
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    font-weight: bold;
    color: #000;
}

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

#once { clear: left; }

#footer {
height:50px; (or whatever height you have)
margin-top:-50px;
}
