@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}

#main{
	margin: 0px 0 50px 0 ;
	padding: 0 0 0 25px;
	width:1150px;
	margin-left:auto;
	margin-right:auto;
	float:none;
	
	
	
}

a{
color: #FFFFFF;
}

a:hover{
color: #59d492;
}
img {
border:0;
}

h2{
	margin: 5px 0 5px 0;
}

h1{
	margin: 7px 0;
}

#main p{
	margin: 0;
}
#main img{
	margin: 7px 0 ;
}

.fineprint{
	font-size: 10px;
	color:#999999;
}

.fineprint a{
	color:#999999;
}
#banner{
margin-top:15px;
}
#bands{
width:771px;
float:left;
}
#bands h2{
font-size:34px;
text-transform: uppercase; 
}
#bands p{
color:#59d492;

}

#bands table{
text-align:center;
margin: 0 0 0 20px;

}

#bands table tr td{
width: 33%;
vertical-align:top;
}

#breakfast{margin: 0 0 0 35px;}
#breakfast h1{font-size:54px;text-transform: uppercase;padding:10px 0 0 0;}
#breakfast img{float:left; padding:0px;}
#breakfast p{color:#59d492;
font-size:22px;}
#sidebar{
width:310px;
margin: 20px 0 0 821px;
}

.widget{
margin: 15px;
padding: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background: url(images/greentrans.png) repeat;
}

.widget b, .widget h1, .widget h2, .widget h3{
color:#003333;
}
.widget h1{
font-size:44px;
margin: 3px 0px;
}

.widget h2{
font-size:30px;
margin: 3px 0px;
}
.widget h3{
font-size:22px;
margin: 3px 0px;
}

.widget a{
color: #003333;
}


