
/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff none repeat scroll 0 0;
	}

/* L I N K S */

a:link, a:visited {
	color: #c30;
	text-decoration: none;
	}
	
a:hover {
	color: #600;
	text-decoration: underline;
	}

#main {
	width: 910px;
	padding: 0 1.3em 0 1.3em;
	text-align: left;
	background: transparent;
	float: left;
	}

#content {
	width: 870px;
	float: left;
	padding-bottom: 20px;
	background: transparent;
	clear: both;
	}

#twitter {
	width: 500px;
	margin: 0 10px;
	float: left;	
}


#twitter img{
	margin: 0 0 0 20px;	
}

#twitter h2{
	margin: 0 0 0 20px;	
}

#twitter p{
	margin: 0 0 0 20px;	
}
/*
----------------------------------------------------------------
	H E A D E R
---------------------------------------------------------------- */

#header {
	width: 910px;
	padding: 0;
	text-align: left;
	float: left;
	}

#logo {
	margin-bottom: 20px;
}
/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */
.title {
	border-bottom: 1px solid #000;
	margin-top: 20px;
	font-size: 20px;	
}

#nav {
	width: 200px;
	float: left;	
	font-family: monospace;
	font-size: 16px;
	color: #000;
}

#nav a{
	width: 200px;
	display: block;
	text-decoration: none;
	color: #000;
}

#nav a:hover{
	background-color: #5fe1bb;
	text-decoration: none;
	color: #000;
}

#nav li {
	list-style: none;
}
