body{
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #69b1c1;
}
a img{
	border: none;
	cursor: pointer;
}
a:link{
	color: #909090;
	text-decoration: none;
	cursor: pointer;
}

a:Visited{
	color: #909090;
	text-decoration: none;
	cursor: pointer;
}

a:Hover{
	color: #909090;
	text-decoration: underline;
	cursor: pointer;
}
#content{
	text-align: center;
}
#wrap{
	margin: 0 auto;
	width: 70%;
}
#header{
	height: 300px;
	width: 100%;

	background-image: url(/images/grad.png);
	background-repeat: repeat-x;
}
#footer{
	
}
#list{
	text-align: left;
	padding-left: 205px;
}
#cloud1{
	float: left;
	padding: 40px 0 0 0;
}
#cloud2{
	float: right;
	padding: 55px 0 0 0;
}
#ad{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #5a1f15;
	text-align: center;
}

#logo{
	position: absolute;
	top: 0px;
	left: 40%;
	height: 200px;
	width: 520px;
	text-align: center;
	background-image: url(/images/clouds.png);
	background-color: transparent;
	background-repeat: no-repeat;
}

input.search{
	height: 40px;
	width: 400px;
	font-size: 30px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
}
#slidein{
	float: left;
}
.pagination{
	padding-top: 10px;
}
