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

body {
	background: #fff;
	font: 10px Verdana, sans-serif;
	line-height: 13px;
	color: #000;
}

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

a:link { text-decoration: none;
	color: #515151;
}
a:active { text-decoration: none;
	color: #00adef;
}
a:visited { color: #a8a8a8;
	text-decoration: none;
}
a:hover {
	color: #00adef;
}

a.highlight { color: #00adef; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
	color: #000;
	font-weight: bold;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
	top: 79px;
	position: relative;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
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; }

#twitter_div span {
display: block;
width: 144px;
text-transform: lowercase;
}

#twitter_div ul {
margin: 0;
padding: 0;
}

#twitter_div li {
margin: 1px 0 8px 0;
}