/**
* CSS
* 
* @version 1.0
* @author Julia Earthrowl
*/
* {
	margin: 0;
	padding: 0;

}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment: fixed;
	width: 100%;
	
}

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

a:link { text-decoration: none; color: #660033;}
a:visited { text-decoration: none; color: #CC66FFF; }
a:hover { text-decoration: none; color: #000000; }
a:active { text-decoration: bold; color: #0000FF }


a img { border: none;
}

#menu {
    width: 170px;
	height: 260px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 15px;
    position: fixed;
	background-color: #FFFFFF;
	align: left; 
	text-align: left;
	padding: 0px 5px 5px 5px;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
	width: 140px;
	padding: 0 0 5px 0;
}

#menu ul li.section-title { 
	font-size: 11px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#content { 
	margin: 0 0 0 200px;
}

.container {
    padding: 0 0 0 0;
}


#content p { 
 	padding: 0 5px 0 5px;
	background-color: #FFFFFF;
	height: 500px;
	}


p {
    margin: 0 0 0 0;
	background-color: #FFFFFF;

}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 11px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
	}
h4 { font-size: 11px; color: #999999; font-weight: lighter; font-style:italic; }
h5 { font-size: 12px; font-family: palatino; font-style:normal; color: #FF0066;}
h6 { font-size: 12px; font-family: palatino; font-style:normal;}

#img-container	{  
	
	 }
#img-container p	{ 
	
	}

#once { clear: left; }

#twitter_update_list {
	list-style-type: circle;
	color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 10px 11px;
}

#twitter_div {
	padding: 10px 0 0 0;
}


