/*  
	*** WHAT IS THIS ***
	This is the default style sheet for ebbflux.com
	Published: 7/01/05
	
	*** PASTICHE ***
	Design is hard. Nothing comes ex nihilo and because of that I'd like to 
	express gratitude for archetypes and inspiration from the following 
	companies and individuals:
	37signals
	Bright Corner (Garrett Dimon)
	Flickr
	GrowingLogic
	Squarespace
*/

body {
	background: #E5E5DD;
	margin: 0;
	font-family: Arial, Veranda, sans-serif;
}
	
a {
	color: #575753;
}
	
a:hover {
	text-decoration: none;
	background: #575753;
	color: #fff;
}
	
p {
	margin: 0 0 20px 80px;
	width: 400px;
	color: #7D7D78;
	font-size: 13px;
	line-height: 18px;
    text-align: justify;
}

li {
	margin: 0 0 0px 80px;
	color: #7D7D78;
	font-size: 13px;
	line-height: 18px;
}
	
img {
	margin: 0px;
	border-width: 0px;
	background: none; 
}

td {
	color: #7D7D78;
	font-size: 13px;
	line-height: 18px;
}

textarea {
	font-size: large; 
	border: 1px solid #DDDDD6; 
	background-color: #F2F2EA; 
	overflow:auto;
}

input {

	font-size: large; 
	border: 1px solid #DDDDD6; 
	background-color: #F2F2EA; 
}

select {

	font-size: large; 
	border: 1px solid #DDDDD6; 
	background-color: #F2F2EA; 
}
	
#flux {
	margin: 40px 0 40px 0;
	padding: 20px 80px 20px 80px;
	background: #F2F2EA;
	border-bottom: solid 1px #DDDDD6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: justify;
}
	
#dashboard {
	border: dashed 3px #DDDDD6;
	padding: 20px;
	margin: 0 0 20px 80px;
	background: #F2F2EA;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #7D7D78;
}
	
#stateTable {
	margin: 0 0 0px 80px;
	color: #7D7D78;
	font-size: 13px;
	line-height: 18px;
    text-align: justify;
}
	
#one {
	position: absolute;
	left: 0px;
	top: 250px;
	width: 480px;
}
	
#two {
	position: absolute;
	left:480px;
	top:250px;
	width: 480px;
}
	
#three {
	position: absolute;
	left:960px;
	top:250px;
	width:500px;
}
