/* all meh style will go here */

body {
		background: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/pattern.jpg');
		background-repeat: repeat-x;
		background-color: #fff;
		text-align: center;
		margin: 5px 0 0 0;
		}
		
p {
		font-family: Arial;
		font-size: 0.9em;
		line-height: 1.4em;
		}
		
#container {
		width: 1000px;
		margin: 0 auto;
		}
		
#head {
		background: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/header.png') no-repeat;
		margin: 0 auto;
		width: 1000px;
		padding-top: 200px;
		}
		
#top_nav {
		width: 550px;
		margin: 0px auto;
		font-family: Arial;
		text-align: center;
		padding: 10px;
		}
		
#content_left {
		width: 160px;
		height: 605px;
		float: left;
		text-align: center;
		margin-top: -15px;
		}
		
		
#content_left a {
		color:#000000;
		margin: 1px;
		padding: 1px;
		font-family: Arial;
		font-size: 0.9em;
		text-decoration: none;
		display: block;
		line-height: 1.2em;
	}
	
#content_left a:hover {
		color: #000000;
		margin: 1px;
		font-family: Arial;
		font-size: 0.9em;
		display: block;
		background-image: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/arrow.jpg');
		background-repeat: no-repeat;
		background-position: right center;
	}
	
#content_left h1 {
		color: #000000;
		background: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/h1.jpg') no-repeat;
		height: 23px;
		padding: 3px 3px 3px 10px;
		font-family: Arial;
		font-size: 1.2em;
		text-align: left;
	}		
		
		
#content_right {
		width: 160px;
		height: 605px;
		float: right;
		text-align: center;
		}
		
#content_middle {
		width: 600px;
		margin: 0px auto;
		text-align: justify;
		}
		
#content_middle h1 {
		font-family: Arial;
		font-size: 1.2em;
		background: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/contenth1.jpg');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 30px;
		}
		
		
.noborder {border:none;}

#divider {
		width: 590px;
		height: 121px;
		background: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/divider.jpg') no-repeat;
		margin: 25px auto 0 auto;
		}
		
#day_title {
		margin: 0 auto 0 auto;
		padding-top: 50px;
		font-family: Arial;
		font-size: 25px;
		text-align: center;
		}
		
table {
		margin-top: -25px;
		font-family: Arial;
		}

#before_header {
		text-align: center;
		width: 100%;
		height: 90px;
		padding-bottom: 20px;
		}
		
#box {
		margin-top: -5px;
		margin-bottom: 25px;
		}
		
#footer table {
		background: url('http://www.thedailyneopets.com/uploads/articles/events/dailydare/footer.jpg');
		background-repeat: repeat-x;
		background-position: bottom botoom;
		height: 133px;
		font-size: 0.7em;
		font-family: Arial;
		text-align: center;
		padding: 5px;
		clear: both;
		}
		
#footer a, a:visited, a:link, a:active, a:hover {
		text-decoration: underline;
		color: #000;
		}	