body {
	background: #EAEBEA url('images/bg.jpg') no-repeat;
	background-position: top center;
	
	font-family: Helvetica, Arial, Lucida console;
	font-size: 11px;
	line-height: 20px;
}


#wrap {
	width: 90%;
	margin: 30px auto 0px auto;
}

#logo {
	float: left;
}
#form {
	float: left;
	margin-left: 20px;
}
	#nq {
		width: 500px;
		font-size: 40px;
		padding: 5px;
		border: 1px solid #ccc;
	}
	#form .button {
		margin-left: 15px;
	}


#main {
	margin-top: 50px;
}

#box {
	background: url(images/box.gif) repeat-x;
	min-height: 350px;
	text-align: center;
}
	#box_form {
		padding: 50px 30px 30px 30px;
		width: 480px;
		margin: 0px auto 0px auto;
	}
	#box .input {
		padding: 5px;
		font-family: Arial;
		font-size: 16px;
		width: 350px;
		float: left;
	}
	#box .nq {
		float: right;
	}



#newz .float {
	width: 30%;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
#newz .clear {
	height: 30px;
}
#newz h1 {
	font-family: Arial;
	font-size: 20px;
}

#newz ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#newz li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}



	#newz li ul {
		display: none;
		color: #666666;
		line-height: 16px;

		padding: 5px;
		border: 1px;
		border-style: solid;
		border-color: #cccccc;
	}

	#newz .pics li {
		display: inline;
		border: 0px;
	}
	#newz .pics img {
		border: 3px;
		border-style: solid;
		border-color: #fff;
	}
	#newz .pics img:hover {
		border-color: #666;
	}
	#newz li a:hover {
		color: #000;
	}
	#newz li a {
		color: #666;
	}
	#newz .more {
		text-align: right;
	}
	#newz .more a {
		color: inherit;
	}
	#newz .newz_more {
		display: none;
	}
	
#footer {
	margin-top: 40px;
	color: #666666;
	text-align: center;
}
	#footer .nav a {
		margin-right: 20px;
	}

/* ***************************** */

	#tickers {
		line-height: 25px;
	}
	#tickers label {
		float: left;
		width: 120px;
	}
	#tickers br {
		clear: both;
	}
	#tickers .left {
		width: 35%;
		float: left;
	}
	#tickers .right {
		float: left;
		width: 45%;
	}

#head_tag, .tag_on, .tag_off  {
	font-family: arial;
	font-size: 28px;
	color: #0479E5;
}
#head_tag {
	float: left;
	margin-left: 15px;
	margin-top: 25px;
}
#newzpile_tag_m {
	float: left;
}
#newzpile_tag {
	margin-top: -8px;
	margin-left: 1px;
	float: left;
	overflow: hidden;
	width: 450px;
}

input {
	padding: 3px;
	font-family: Verdana;
}

.tag_on {
	border-width: 0px 0px 1px 0px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
	color: #333333;
}
.tag_off {
	border: 0px;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

a {
	color: #3AA928;
	text-decoration: none;
}
a:hover {
	color: #222222;
}

h1, h2 {
	font-family: Helvetica, Arial;
	font-size: 22px;
	letter-spacing: -1px;
	color: #666666;
}

.button {
	background: #56CE35;
	color: #fff;
	font-size: 40px;
	padding: 5px;
	border: 0;
}