

@import url('layout.css');
@import url('content.css');

* {
  padding: 0;
  margin: 0;
  font-family: Rockwell, Georgia, Garamond, Times New Roman, Serif;
  font-size: 10pt
}

a {
  color: #000000;
  text-decoration: none;
}

a img {
	border: 0px;
	background: none;
}

.clear {
	clear: both;
}

body {
	background-color: #eaeea5;
	text-align: center;
}
#imagealign{
text-align:center;
}

#winners {
	float: left;
}

#schedule {
	float: left;
}
