@charset "utf-8";
/* CSS Document */

body {
	background: #fff no-repeat left;
}

h1 {
	color:#fff;
	font-size:28px;
}

h2 {
	color:#00F;
	font-size:20px;
}

#container {
	width:750px;
	border: thin solid #00F;
	margin-left:auto;
	margin-right:auto;
}

#banner {
	width:750px;
	height:150px;
	background-image: url(pictures/banner.jpg);
}   

#links {
	width:750px;
	height:40px;
	text-align:center;
	font-size:18px;
	padding-top:10px;
	background-color: #FFF;
}

#leftsidebar{
	float:left;
	width:200px;
	padding-left:10px;
	color: #FFF;
}

#rightsidebar{
	float:right;
	width:200px;
	padding-left:10px;
	color:#FFF;
}
#content {
	background:#FFF;
	width:750px;
	padding-left: 10px;
}
#footer {
	width:750px;
	height:75px;
	text-align:center;
	font-size: 12px;
	color: #FFF;
	padding-top: 12px;
	background-color: #0000FE;
	background-image: url(pictures/footer.jpg);
	background-repeat: no-repeat;
}
#content1 {
	background:#FFF;
	width:750px;
}
