body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bgbg001.png);
	background-repeat: repeat-x;
}

#container {
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 800px;
	border: 0px solid red;
	background-image: url(../images/background001.png);
	background-repeat: no-repeat;
}

#menu {
	padding: 0px;
	margin: 0px;
	width: 495px;
	height: 40px;
	border: 0px solid green;
	text-align: center;
	position: absolute;
	left: 305px;
	top: 97px;
	fo/nt-size: 0.9em;
}

#menu a {
	text-decoration: none;
	color: black;
}

#menu a.current {
  text-decoration: underline;
}

#menu a:hover {
	text-decoration: underline;
}

#sponsors {
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: auto;
	border: 0px solid red;
	position: absolute;
	left: 15px;
	top: 415px;
	text-align: center;
}

#sponsors img {
  border: 0px;
  padding-bottom: 10px;
}

#content {
	padding: 0px;
	margin: 0px;
	width: 500px;
	height: 650px;
	border: 0px solid purple;
	text-align: center;
	font-family: sans-serif;
	position: absolute;
	left: 300px;
	top: 150px;
}

#content a {
  color: blue;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content p.justify {
  width: 480px;
  border: 0px solid black;
  text-align: justify;
  font-family: sans-serif;
  font-size: 0.8em;
  color: #000000;
}

#content p.center {
  width: 480px;
  border: 0px solid black;
  text-align: center;
  font-family: sans-serif;
  font-size: 1.2em;
  color: #000000;
}

#content font.title {
  font-family: serif;
  font-size: 1.75em;
  font-weight: bold;
}

#content font.title a {
  color: black;
  text-decoration: none;
}

#content font.title a:hover {
  color: black;
  text-decoration: underline;
}

#content font.title a.current {
  color: black;
  text-decoration: underline;
}

table.schedule {
  width: 480px;
  background: #FFFFFFF;
  border: 1px solid black;
  padding: 0px;
  margin: 0px;
}

table.schedule td {
  padding: 0px;
  margin: 0px;
}

table.schedule td.title {
  font-weight: bold;
  font-size: 1.25em;
  padding-bottom: 5px;
  padding-left: 20px;
  background: #d6d3cc;
  text-align: left;
}

table.schedule td ul {
  padding: 10px 10px 10px 50px;
  margin: 0px;
}

table.participants {
  width: 480px;
  background: #FFFFFFF;
  border: 1px solid black;
  padding: 0px;
  margin: 0px;
}

table.participants tr.header {
  background: #d6d3cc;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
  text-align: left;
  font-weight: bold;
}

table.participants tr.header td {
  padding-left: 5px;
}

table.participants tr.entry {
  font-size: 0.8em;
}

table.participants td {
  text-align: center;
  border-right: 1px solid black;
  border-top: 1px solid black;
  padding: 5px;
  margin: 0px;

}

table.participants td ul {
  padding: 5px 3px 5px 15px;
  margin: 0px;
  text-align: left;
}

table.sponsors {
  border: 0px solid black;
}

table.sponsors tr.logo td {
  text-align: center;
  font-size: 0.8em;
  padding: 0px 10px 0px 10px;
  vertical-align: center;
  width: 33%;
}

table.sponsors tr.contact td {
  text-align: center;
  font-size: 0.8em;
  padding: 0px 10px 0px 10px;
  vertical-align: top;
  width: 33%;
}

table.sponsors td img {
  border: 0px;
}

img.email {
  border: 0px;
  border-bottom: 1px solid #7b7b7a;
  border-right: 1px solid #7b7b7a;
  margin: 0px 0px 5px 3px;
}

#psource {
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #0F64C5;
  font-size: 0.6em;
  text-align: center;
}

#psource a {
  text-decoration: none;
  color: #0F64C5;
  margin-left: 20px;
}

#psource a:hover {
  color: #1B86FE;
}
