
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 10px;
	font-family: Arial, Sans-serif;
        overflow: auto;
        color: #000000;
        }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #ff0000; }
a:active { text-decoration: none; color: #ff0000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #ff0000; }

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 25px;
    position: fixed;
    height: 100%;
    overflow: auto;

}

#menu ul {
	list-style: none;
	margin: 10px 0px 5px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0px 0 0 170px;
    top:  0px;
    }

.container {
    padding: 40px 0px 0px 15px;
}

#content p { width: 600px; margin-bottom: 10px; }
p {
    margin: 0 0 0px 0;
}

h1 { font-size: 8px;  }
h2 { font-size: 10px; }
h3 { font-size: 12px; }
h4 { font-size: 14px;
     color: #000000;
     text-decoration: bold;
     text-decoration: italic;  }
h5 { font-size: 6px;
     color: #ff0000  }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0px 0 0px 0; }

#once { clear: left; }

#twitter_update_list { list-style: none; 
                          margin: .1em 0}