/* MBSW */

* {
	padding: 				0;
	margin: 				0;
	border: 				0;
}

body {
	background: 			#FFF url() no-repeat top center;  
	border-top: 			30px solid #cc0000;
	width: 					auto;
	font: 					normal 12px "Lucida Grande", sans-serif;
	color:					#3f4648
	line-hight:				150%;
}

a {
	font: 					normal 12px "Lucida Grande", sans-serif;
	text-decoration: 		none;
	color:					#cc0000
}

a:hover {
	text-decoration: 		none;
	border-bottom:			solid 1px #cc0000
}

img {
	border: 				none;
} 

/* CONTAINTER */

#container {
 	margin: 				10px auto;
 	width: 					710px;
}

/* LOGO */

#logo {
	background-color: 		#FFF;
	padding: 				0px;
	margin: 				20px 0 10px 0;
	width:					350px;
	float:					left;
}

#links {
	font: 					bold 16px "Helvetica", sans-serif;
	color: 					#000;
	text-align: 			right;
	padding: 				0px;
	margin-top: 			20px;
	width:					360px;
	float:					right;
}

#links a {
	font: 					bold 16px "Helvetica", sans-serif;
	color: 					#000;
	padding-left: 			30px;
}

#links a:hover {
	padding-left: 			30px;
	color:					#cc0000;
	border:					none;
}

#donate {
	font: 					bold 16px "Helvetica", sans-serif;
	color: 					#000;
	text-align: 			right;
	padding: 				5px;
	margin-top: 			20px;
	width:					204px;
	float:					right;
}

input { 
	width:					100px;
	padding:				9px;
	color: 					#777; 
	border: 				solid 1px #222;
	background: 			#fff;
} 

input.btn {
	font: 					bold 16px "Helvetica", sans-serif;
	color: 					#cc0000;
	border:none;
}

input.btn:hover {
	font: 					bold 16px "Helvetica", sans-serif;
	color: 					#ccc000;
	border:none;
}

#rotator {
	float: 					left;
	border: 				0;
	overflow: 				hidden;
	margin-bottom: 			20px;
	position: 				relative;
	width: 					710px;
	height: 				300px;
}

/* LEFT */
#main {
 	margin: 				0px auto;
 	width: 					420px;
 	float: 					left;
}

#left { 
	font: 					normal 12px "Lucida Grande", sans-serif;
	text-align: 			justify;
	line-height:			150%;
	color: 					#3F4648; 
 	margin-bottom: 			20px;
 	width: 					420px;
 	float: 					left;
 	background: 			#FFF;
}

#left h1 {
	font: 					bold 28px Helvetica, Arial, sans-serif;
	color: 					#cc0000;
	letter-spacing: 		-5%;
}

#left h1 span {
	font: 					bold 11px Helvetica, Arial, sans-serif;
	color: 					#000;
	text-transform:			uppercase;
	letter-spacing: 		-5%;
}

#left h2 {
	font: 					bold 11px Helvetica, Arial, sans-serif;
	color: 					#000;
	text-transform:			uppercase;
	letter-spacing: 		-5%;
}


/* RIGHT */

#right { 
 	float: 					right;
	font: 					normal 11px "Lucida Grande", sans-serif;
	line-height:			150%;
	color: 					#3F4648;
 	width: 					250px;
 	display: 				inline;
 	position: 				relative;
 	margin: 				0px 0px 10px 0px;
 	border-bottom: 			1px solid #ddd;
 	text-align:				justify;
}

#right h3 {
	font: 					bold 11px Helvetica, Arial, sans-serif;
	color: 					#000;
	text-transform:			uppercase;
	letter-spacing: 		-5%;
 	margin: 				0px 0px 3px 0px;
}

#video {
	float: 					right;
	font: 					normal 11px "Lucida Grande", sans-serif;
	line-height:			150%;
	color: 					#3F4648;
 	width: 					250px;
 	display: 				inline;
 	position: 				relative;
 	margin: 				0px 0px 10px 0px;
 	border-bottom: 			1px solid #ddd;
}


/* FOOTER */

#footer { 
	border-top: 			1px solid #ddd;
 	width: 					690px;
 	clear: 					both;
	font: 					normal 11px "Lucida Grande", sans-serif;
	color: 					#999;
	text-decoration: 		none;
	text-align: 			center;
	background: 			#F0F0F0;
 	margin: 				0px 0px 40px 0px;
 	padding: 				10px;
}

#footer a {
	text-decoration: 		none;
	font: 					normal 10px "Lucida Grande", sans-serif;
	color:					#999;
	}

#footer a hover{
	text-decoration: 		underline;
	font: 					normal 10px "Lucida Grande", sans-serif;
	color:					#666;
	}