body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: black;
	text-align: center;
	background: #CC9933 url(images/iterfest_2009_b.png) top center;
}

h1 {
	font-size: 20px;
	color: white;
	font-weight: bold;
}

h1 a:link {
	font-size: 20px;
	color: white;
	font-weight: bold;
}

h1 a:hover {
	font-size: 20px;
	color: #FFFFCC;
	font-weight: bold;
}

h1 a:visited {
	font-size: 20px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	color: White;
	font-weight: bold;
}

h2 a:link {
	font-size: 16px;
	color: white;
	font-weight: bold;
}

h2 a:visited {
	font-size: 16px;
	color: white;
	font-weight: bold;
}

.img_x{
	padding: 4px;
	margin: 2px;
	border: 1px solid #996633;
}

.img_dx{
	background-color: White;
	padding: 4px;
	margin: 4px;
	float: right;
	border: 2px solid #CC9966;
}

.img_sx{
	background-color: White;
	padding: 4px;
	margin: 4px;
	float: left;
	border: 2px solid #CC9966;
}

.img_sxw{
	padding: 2px;
	margin: 2px;
	float: left;
}

#container {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#banner {
	height: 300px;
	font-size: 16px;
	padding: 8px;
	color: #FAFAD2;
}

#sidebar-a {
	float: left;
	width: 500px;
	margin: 2px;
	padding: 2px;
	text-align: left;
}

#sidebar-b {
	float: right;
	width: 320px;
	margin: 2px;
	padding: 2px;
}

#footer {
	clear: both;
	padding: 10px;
	margin: 0;
	color: White;
	font-size: 16px;
	background-color: #330000;
	text-align: center;
}

#footer a:link, a:hover, a:visited{
	color: #D3D3D3;
	text-decoration: none;
}


#ceramica{
	background-image: url(images/ceramica.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom right;
	margin-bottom: 8px;
	padding: 4px;
}


