/* ------------- "generic" styles */

body {
	margin:10px 0px; padding:0px;
	text-align:left;
	background: #000; color: #333;
	font: small "Lucida Grande", Arial, sans-serif;
}
a {
	text-decoration: none;
}

a img {
	border: none;
}

p {
	margin: 0 0 1em;
}

/* ------------- container styles */

#main {
	width:900px;
	margin:0px auto;
	text-align:left;
	background-color:#000;
}

/* ------------- masthead styles */

#masthead {
	display: block;
	margin-bottom: 0em; padding-top: 1px;	
}


/* ------------- main column styles */

#content {
	float: left;
	padding: 0 21em 0em 0em;
}


/* ------------- sidebar styles */

#sidebar {
	float: left;
	width:17em;
	margin: 2em 0 0em -18em;
}

#sidebar div {
	background: #000; color: #FFF;
	padding: 0 1em 1em;
	margin-top: 0.75em;
}

#description {
	background: #000;
}
/* ------------- footer styles */

#footer {
	clear: both;
	padding: 1.5em 0em;
	background: #A0C63A; background: url(../images/footer2.jpg); background-repeat:no-repeat;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #333;
	text-decoration: underline;
}
