/* brothers2brothers Style Sheet 
11.17.05 
Jonathan Russell
jonathan@macphoenix.com
tech.macphoenix.com 
magic-colors: black, #eee, #900 */

*
{
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	line-height: normal;
	font-style: normal;
	color: #900;
	font-size: small;
}

html { background-color: #000; }

body
{
	background-color: #000;
	margin: 0;
	padding: 13px;
}

p, ul
{
	color: #eee;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
}

h1 { clear: both; padding-top: 26px; }

img
{
	border: 0;
	vertical-align: middle;
}

a
{
	font: inherit;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	text-shadow: 0px 0px 2px #e11;
}

#header { margin:-13px; background-color: #ccc; padding:6px; padding-left: 13px; color: black; }

#footer
{
	clear: both;
	margin-top: 39px;
}

.featured
{
	float: left;
	display: inline;
	text-align: center;
	padding-right: 13px;
	margin: 0;
}