* {
	margin: 0;
	padding: 0;
}

body {
	background: #555 url(img/body.gif) no-repeat top center;
	text-align: center;
}

#main {
	width: 750px;
	margin: 0px auto 20px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	line-height: 16px;
	text-align: left;
}

#container {
	background: transparent url(img/mainbg.gif);
	padding-top: 1px;
}

a:link, a:active, a:visited {
	color: #555;
	border-bottom: 1px solid #99CC00;
	text-decoration: none;
}

a:hover {
	color: #555;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

#head {
	background: transparent url(img/head.gif) no-repeat top left;
	height: 185px;
	
}

.menu {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	position: relative;
	bottom: 7px;
}

.pres {
	width: 600px;
	margin-top: 20px;
}

.center {
	text-align: center;
	margin-bottom: 35px;
}

.top {
	margin: 0;
}

#content {
	margin: 10px 55px 0 80px;
	text-align: left;
}

#foot {
	text-align: left;
	padding: 40px 0 17px 85px;
	background: transparent url(img/foot.gif) no-repeat bottom left;
	color: #FFFFFF;
}

#foot a:link, #foot a:active, #foot a:visited, #foot a:hover {
	color: #fff;
	border-bottom: none;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

h2 {
	margin: 5px 0 15px 0;
	text-align: right;
}

h3 {
	font-size: 12px;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	display: inline;
	margin-right: 5px;
}

p {
	margin-bottom: 10px;
}

ul {
	margin: 0 0 5px 20px;
	list-style-type: square;
}

li {
	padding-bottom: 5px;
}

.spacer {
	clear: both;
}

.spacerline {
	height: 10px;
	clear: both;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.data {
	padding: 0 10px 10px 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	margin-top: 10px;
}

.data img {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}

.data#foto img {
	margin-left: 14px;
}

.video {
	float: left;
	margin-left: 13px;
}

.player {
	margin-left: 70px;
}

.data h2 img {
	float: none;
}

.inline {
	display: inline;
}

#gallery {
	margin: 30px 0;
}

#gallery table {
	display: inline;
	border: none;
	margin: 0 13px;
}

#gallery table img {
	border: none;
}

#media table a:link, #media table a:active, #media table a:visited {
	color: #555;
	border-bottom: none;
	text-decoration: none;
}

#media table a:hover {
	color: #555;
	border-bottom: none;
	text-decoration: none;
}

#container a.noborder {
	border-bottom: none;
}

