@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.clear {
	clear:both;
}

ul {
	list-style:none;
}

body {
	background-image:url(../images/enoughisenough.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
	font-family:Segoe UI, Segoe, Lucida Grande, Tahoma MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

#site {
	width:930px;
	margin:auto;
}

#banner {
	width:930px;
	height:193px;
}

#menu {
	float:left;
	width:140px;
	background-image:url(../images/menu_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#main {
	float:left;
	width:510px;
	margin:0px 0px 0px 25px;
}

	#main_header {
		width:510px;
		height:50px;
		background-image:url(../images/main_header.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	
	#main_header h1 {
		color:#000000;
		font:Impact;
		font-size:40px;
		margin:0px 0px 0px 10px;
	}
	
	#content_img {
		width:510px;
		height:200px;
	}
	
	#content {
		width:510px;
	}
	
		#content h2 {
			color:#FFFFFF;
			font-size:29px;
			margin:20px 0px 10px 0px;
		}
		
		a.titlelink {
			color:#FFFFFF;
			text-decoration:none;
		}
		
		a.titlelink:hover {
			color:#fcfe37;
		}
		
		#content p {
			color:#FFFFFF;
			font-size:12px;
		}
		
		a.morelink {
			color:#fcfe37;
			font-size:12px;
		}
		
		a.morelink:hover {
			color:#000000;
			background-color:#fcfe37;
			text-decoration:none;
		}
	
		#content_subpage {
			width:510px;
			background-color:#FFFFFF;
		}

#action {
	float:left;
	width:255px;
	height:425px;
	background-image:url(../images/action_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

	#actions {
		margin:20px 0px 0px 50px;
	}
	
	#join {
		width:182px;
		height:61px;
		padding:28px 0px 0px 0px;
		margin:13px 0px 0px 0px;
		background-image:url(../images/action/join_out.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	
		#join:hover {
			width:182px;
			height:61px;
			background-image:url(../images/action/join_on.jpg);
			background-position:top;
			background-repeat:no-repeat;
		}
	
		#join form {
			margin:0px 0px 0px 20px;
		}
		
		#join form input {
			/*width:155px;*/
			margin:2px 0px 2px 0px;
		}
		
		#join form select {
			width:155px;
			margin:2px 0px 2px 0px;
		}
		
	#subactions {
		margin:61px 0px 0px 0px;
	}
	
		#subactions img {
			margin:0px 0px 10px 0px;
		}
		
	#share {
		width:182px;
		height:50px;
		background-image:url(../images/action/share_out.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	
		#share:hover {
			width:182px;
			height:50px;
			background-image:url(../images/action/share_on.jpg);
			background-position:top;
			background-repeat:no-repeat;
		}
		
		#share_button {
			padding:25px 0px 0px 45px;
		}
		
		#share_button a {
			color:#000000;
			text-decoration:none;
			font-weight:bold;
			font-size:14px;
		}
		
		#share_button a:hover {
			text-decoration:underline;
		}
		
#footer {
	width:930px;
	height:100px;
	color:#FFFFFF;
	margin:25px 0px 0px 0px;
	font-size:11px;
}

	#left {
		float:left;
		width:140px;
		padding:15px 0px 0px 0px;
	}
	
	#center {
		float:left;
		width:510px;
		margin:0px 0px 0px 25px;
	}
	
	#right {
		float:left;
		width:235px;
		margin:0px 0px 0px 20px;		
		padding:15px 0px 0px 0px;
	}