* {
	margin: 0;

	padding: 0;
}


body {

	font-size: 62.5%;

	font-family: ariel, sans-serif;

	background: #f9ff47;
	
}


h1 { color: #ff446b; font-weight: bold; font-size: 4.0em; }
p, li { font-size: 1.8em; }
img { border-color: #ff446b; behavior: url("iepngfix.htc") }
div, input { behavior: url("iepngfix.htc") }

.clear { clear: both; }


A:link {color: #ff446b; text-decoration: none;}
A:visited {color: #ff446b; text-decoration: none;}
A:hover {color: #f87c95; text-decoration: none;}
A:active {color: #ff446b; text-decoration: none}



#header {

	background: #f9ff47;

	padding: 15px 15px 0px 15px;
}


#content {

	background: #f9ff47;
	border-color: #ff446b;
	padding: 15px 15px 0 0;

	}
	
#main-content {

		color: #ff446b;
		border-color: #ff446b;
		font-weight: bold;
		font-size: 125%;
		padding: 0 20px 0 20px;
	}


#sidebar {

	width: 200px;
	float: left;
	padding: 0 0 200px 30px;
	color: #21c88e;
	font-weight: bold;
	font-size: 150%;
	}


#footer {
	position:fixed;
	bottom:5px;
	right:5px;
	color: #ff446b;
	font-size: 63%;	
	}

#quote {
	padding: 300px 0 10px 0;
	color: #7f8069;
	font-weight: bold;
	font-size: 108%;
	}

#newspost {
	width: 600px;
	margin-left: auto;
   	margin-right: auto;
	border: 4px;
	border-color: #21c88e;
	}