* { margin: 0; padding: 0; }

html, body { height: 100%; }

body { 
	background: #fffab2 url(brick.png) repeat top left;
	font-family: georgia;
	}
 
#container {
	position: relative;
	width: 728px;
	min-height: 100%;
	_height: 100%; /* for ie */
	margin: 0 auto;
	margin-bottom: -60px;
	background-color: #d1dae3;
	}
	
#header {
	display: block;
	text-align: center;
	background-color: #C2BD9B;
	margin-bottom: 20px;
	padding: 20px;
	}

#main-content {
	float: left;
	display: inline; /* for IE */
	width: 460px;
	}
	
#sidebar {
	float: right;
	display: inline; /* for IE */
	width: 245px;
	padding-left: 20px;
	border-left: 1px solid #C2BD9B;
}

.clearfooter {
	height: 60px;
	clear: both;
}

#footer {
	position: relative;	
	background-color: #C2BD9B;
	padding-top: 10px;
	font-size: 12px;
	height: 50px;
	width: 728px;
	margin: 0 auto;
} 

#footer p {
	margin-bottom: 0px;
	text-align: center;
}

h2 {color: #476B90;}
h4 {margin-bottom: 20px;}

a:link, 
a:visited {
	color: blue;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

p {
	line-height: 1.3;
	margin-bottom: 20px;
}
img {
	margin: 10px;
}
ul {
	padding-left: 30px;
	padding-bottom: 20px;
	list-style-type: circle;
	line-height: 1.1;
}
li {
	padding-bottom: 5px;
}

