#googleads {
	margin-left: auto;
	width: 750px;
	bottom: 0px;
	margin-right: auto;
	position: fixed;
}

body {
	background: #FFF;
	margin: 0px;
	font: 0.75em "Lucida Sans","Lucida Grande","Lucida Sans Unicode","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #555555;
}
a {
	color: #666;
}
#header {
	font-size: 6em; 
	color: #CCC;
	margin-bottom: 30px;
	margin-top: 60px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	
}
#homelink {
	position: absolute;
	top: 0px;
	left: 50%;
}
#homelink #block {
	position: relative;
	height: 200px;
	width: 400px;
	left: -200px;
}

#item {
	height: 230px;
	width: 323px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
#item #content{
	top: -230px;
	position: relative;
	padding: 10px;
	text-align: center;
	border="10px";
	border-color="#FFF";
}
#content h1 {
	color: #666;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	font-size: 1.60em;
}
#item #bg {
	background: #999;
	alpha(opacity=20);
	opacity: .20;
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-border-radius: 20px;    /* for Safari */
	-moz-border-radius: 20px;
}
.right {
	float:right;
}
.left {
	float:left;
}
#item_lead {
	height: 230px;
	width: 200px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 40px;
}
#item_body {
	height: 220px;
	width: 760px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 50px;
	float: left;
}
#item_lead #content, #item_body #content{
	top: -230px;
	position: relative;
	padding: 10px;
	text-align: right;
}
#item_lead #bg {
	background: #999;
	alpha(opacity=10);
	opacity: .10;
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-border-radius: 20px;    /* for Safari */
	-moz-border-radius: 20px;
}

#item_body #bg{
	position: relative;
	height: 100%;
	width: 100%;
}
#footer {
	clear: both;
	color: #999;
}
#content img {
	border-color: white;
	border-style: solid;
	border-width: 10px;
}
