/*
* CSS
* 
* @author jpbagnis.com
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	margin-top:5px;
}

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



a img { border: none; }


#menu {
    width: 220px;
    overflow: none;
    top: 0;
    bottom: 0;
	left: 0;
	padding-left: 5px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu img{
margin-left:-10px;
margin-bottom:8px;
}

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

#menu ul li.section-title {color: #CC0000; padding: 0px 0px 1px 0px;letter-spacing: 1pt; font-weight: bold;}
#menu ul li {color: #666; }
#menu ul a {color: #111; margin: 0px 0px 0px 0px; text-decoration: none;}
#menu ul a:visited {color:  #777;}
#menu ul a:hover, #menu ul li.active a { font-weight:bold; color: black; } 
/*
#content {
    height: 100%;
    margin: 0 0 0 165px;
    top: 10;
	padding: 9px 0px 0px 0px;
}
*/



#content {
    height: 100%;
    margin: 0 auto 0 auto;
	width: 820px;
    top: 10px;
	padding: 9px 0px 0px 160px;
}

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

#content p {
	color: #000;
	
	margin-bottom: 9px;
	font-weight:normal;
}


#content a { color: #CC0000;; font-size: 10px; text-decoration: none; }
#content a:link { color: #CC0000;}
#content a:active { text-decoration: none; color:  #CC0000;}
#content a:visited {  color:  #CC0000; }
#content a:hover {text-decoration: none; color: #999999; }



/*#content .img a:hover{
background-color:#000000;
}*/
#home {margin-top:60px;}

#home ul li{
display: inline-block;
width:144px;
height:150px;
margin-right: 15px;
}

#home a:link, #home a, #home a:active, #home a:visited{
text-decoration:none;
color: #fff;
}
#home a:hover { color:#000000;}

p {
    margin: 0 0 9px 0;
	font-size: 10px;
}

blanc { color: #FFFFFF; }


h1 { font-size: 10px; font-weight: normal; width: 600px; line-height: 1.3em;}
h2 { font-size: 11px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
