body {
	background-image: url(pics/images/bg.gif);
	margin: 0px;
	background-repeat: repeat;
	background-position: center center;
}


#conteudo {
	width: 470px;
	background-color: #FFFFFF;
	float: left;
	height: 620px;
}
#conteudo .data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
}

#sidebar {
	background-color: #CCCCCC;
	float: none;
	border-left-color: #FFFFFF;
	text-align: right;
	white-space: normal;
	text-decoration: none;
	padding: 5px;
	margin: 20px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
}
#conteudo .titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 20px;
}
#conteudo .info {
	margin-top: 10px;
	margin-left:30px;
	margin-right: 20px;
}
#conteudo .autor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;

}


#main {
	width: 680px;
	height:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CCCCCC;
}
#conteudo .post {
	padding-left: 20px;
	height:900px;
	text-align: justify;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
}

#top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 680px;
}

#conteudo .comentario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-right: 20px;
	font-weight: bold;
	color: 004080;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#conteudo .comentario a {
	color: #999999;
}
#conteudo .comentario a:hover {
	color: 004080;
	text-decoration: underline;
}


.picright {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
	border: 10px dashed #000000;
}
.picleft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	border: 10px dashed #000000;
}
#sidebar a {
	font-family: Geneva, Arial, Helvetica, sans-serif, Gulim;
	font-size: 16px;
	font-weight: lighter;
	color: #0080ff;
	border-bottom-color: #0080ff;
	font-style: normal;
	text-decoration: none;

}
#sidebar a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif, Gulim;
	font-size: 16px;
	font-weight: lighter;
	background-color: #Da8050;
	color: white;
}
#conteudo .post a {
	color: #004080;
	font-family: Geneva, Arial, Helvetica, sans-serif, Gulim;
	font-weight: lighter;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
#conteudo .post a:hover {
	color: #004080;
	font-family: Geneva, Arial, Helvetica, sans-serif, Gulim;
	text-decoration: underline;	 
}

#sidebar p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	list-style:none
	font-size: 16px;
	text-decoration: none;
	list-style-type: none;
}

#sidebar .STitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	margin-right: 0px;
}
#footer {
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;

}
