

body { 
	margin: 0;
	padding: 0;	
	background-image: url("../images/bg.jpg"); 
	background-repeat: repeat-x; 
	background-color: #d9d9d4;
	color: #666;
	font-family: Arial;
	font-size: 11px;
	
	}


#container {
margin: 0 auto;
width: 600px;
text-align: left;
margin-top: 0px;
}

a:link, a:visited { 
	color : #666;	
	text-decoration: none;
	}
a:hover {
	color : #222 !important;
	text-decoration: none;
	}

#leftColumn {
    width: 100px;
    overflow: auto;
    margin-top: 0;
    margin-left: 0;
    position: relative; 
    height: 100%;
    top: 20px;
        
	}
	
#rightColumn {
    position: relative; 	
    width: 600px;
    margin: 0 0 0 150px;
    top: 0px;
    text-align: justify; 
    	}
a.active {
	font-weight: bold;
}
#path {
	}
#footer {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: #fff;
	}
#note {
	font-size: 16px !important;
	color: #999;
	padding: 0;
	margin-top: 2px;
	width: 530px;
	font-family: 'Helvetica Neue', Helvetica, Arial !important;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 15px;
	word-spacing: -2px;
	}
	

	
#note2 {
	font-size: 22px !important;
	color: #444;
	padding: 0;
	margin-top: 2px;
	width: 530px;
	font-family: 'Helvetica Neue', Helvetica, Arial !important;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 20px;
	word-spacing: -2px;
	}	
	
	#note3 {
	font-size: 22px !important;
	color: #444;
	padding: 0;
	margin-top: 2px;
	width: 530px;
	font-family: 'Helvetica Neue', Helvetica, Arial !important;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 20px;
	word-spacing: -2px;
	}	
	
#note2 a {
	font-size: 16px !important;
	text-decoration: none !important;
	
	}
	
	
#note a {
	font-size: 22px !important;
	text-decoration: none !important;
	
	}
	
#tags {
	margin-top: 8px; 
	}
#logo {
	padding-bottom: 10px;
	}
#images {
	margin-top: 4px;
	}