/* CSS Document */

body, div, p, table, td, form, ul, ol, li, br, A {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.98em;
	margin: 0;
	padding: 0;
	color: #fff;
}

BODY {
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-xy;
	background-color: #333;
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
 /* font-family: "Lucida Sans", Lucida Grande, lucida, sans-serif; */
	font-family: "Century Gothic", Century, sans-serif;	
	margin: 0;
	padding: 0;
}

P {
	line-height: 120%;
}

IMG {
	border: 0;
}

#content {
	width: 750px;
	height: 100%;
	margin: 0 0 10px 10px;
	
}

#logo {
	float: left;
	padding-top: 20px;
	margin-bottom: 10px;

}

#logo A IMG {
	margin-right: 10px;
}

#header {
	padding-bottom: 10px;
	height: 80px;
}

#chapo {
	background-color: #333;
	padding: 10px;
	font-size: 0.9em;
	font-weight: bold;
	clear: both;
}

div.video {
	background-color: #000;
	width: 100%;
}

div.video P {
	float: right;
	width: 290px;
	margin: 10px 10px 10px 0;
 	font-size: 0.8em;
}

div.video UL {
	display: block;
	float: left;
	padding: 0 0 0 10px;
	width: 420px;
}

div.video UL LI {
	list-style-type: none;
	float: left;
	display: inline;
	width: 100px;
	margin: 3px 3px 0 0;
	color: #aaaaaa;
	font-weight: bold;
	font-size: 96%;
}

div.video UL LI IMG {
	margin-top: 8px;

}

div.video ul li img {
	border: 1px solid #000;
}

div.video ul li a img:hover {
	border: 1px solid #fff;

}

div.video UL LI A {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

div.video UL LI A:hover {
	color: #fff;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: normal;	
	font-size: 3em;
	color: #aaaaaa;
	float: left;
	
}

H2 {
	margin-top: 20px;
	clear: both;
	font-size: 1.6em;
}

H2 SPAN {
	background-color: #000000;
	padding: 2px 10px 1px 10px;
}

#footer {
	background-color: #000000;
	margin-top: 20px;
}

.minipodcast {
	clear:both;
	width: 120px;
	padding: 0 5px 0 5px;
	float: right;
	font-size: 76%;
	font-weight: bold;
	background-color: #000000;
}

.minipodcast A {
	padding: 0 2px 0 2px;
	text-decoration: none;
}

.minipodcast A:hover {
	text-decoration: underline;
}

.minipodcast A IMG {
	margin: 0 3px 0 0;
}

#podcast {
	float: right;
	padding-top: 10px;
	text-align: center;
	font-size: 0.9em;
}

#podcast A {
	text-decoration: none;
	font-weight: bold;
}

#podcast UL {
	list-style-type: none;
}

#podcast LI {
	display: inline;
	margin-left: 20px;	
}

BR.clear {
	float: none; 
	clear:both;
	width: 1px;
	height: 1px;
	display: inline;
}