/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	vertical-align: baseline;
	text-decoration:none;
}
body{
	background:#F8F8F8;
}
#geral {
	position:relative;
	float:left;
	left:50%;
	width:776px;
	margin:0 0 0 -390px;
}
#header {
	font-size:30px;
	color:#03C;
	width:300px;
	padding:10px 0 0px;
	margin-top:10px;
}
#conteudo {
	width:776px;
	font-size:14px;
	float:left;
}
#introducao{
	width:776px;
	position:relative;
	float:left;
	background:#fff;
	border:1px #999 solid;
	padding:10px 10px;
	margin-bottom:20px;
}
#introducao a:hover {
	text-decoration:underline;
}
/*
#colesq{
	width:360px;
	float:left;
	background:#fff;
	border:1px #999 solid;
	padding:10px 10px;
	margin:10px 10px 0 0;
}
#coldir{
	width:360px;
	float:right;
	background:#fff;
	border:1px #999 solid;
	padding:10px 10px;
	margin:10px 0 0 0;
}
*/
.title {
	font-size:18px;
	border-bottom:1px #999999 solid;
	margin-top:10px;
}
.strong{
	font-weight:bold;
}

.peq a {
	font-size:12px;
	color:#03c;
}

#foto {
	float:right;
	padding:5px 5px 15px 15px;
}
div.fototopo {
	width:225px;
	float:right;
	padding:5px 25px 15px 15px;
}
div.fotoesq {
	width:225px;
	float:left;
	padding:5px 25px 5px 0;
}
div.fotodir {
	width:225px;
	float:right;
	padding:5px 5px 10px 10px;
}
#menu {
	width:776px;
	font-size:13px;
	float:left;
	margin-bottom:10px;
}
#menu li {
	float:left;
	list-style-type:none;
	display:inline;
	line-height:12px;
	padding-left:5px;
	margin-left:5px;
	border-left:1px solid;
	border-left: expression(this.previousSibling == null ? 'none' : '1px solid');
	margin-left: expression(this.previousSibling == null ? '0' : '5px');
	padding-left: expression(this.previousSibling == null ? '0' : '5px');
}
#menu li:first-child {
	border-left:none;
	padding:0;
	margin:0;
}
#menu li a {
	color:#FF8040;
	font-weight:bold;
}
#menu li a:hover {
	color:#03c;
	text-decoration:underline;
}
#videos {
	display: block;
	width: 776px;
	padding: 10px 0 20px;
}
#videos object {
	margin-left: 40px;
	margin-right: 10px;
}