body
{
	background-image: url(../img/backline2.gif);
	background-color: #e5e5e5;
	margin: 30px;
	color: #000;
	font-family: 'Crimson Text', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 130%;
}

body#home
{
	background-image: url(../img/backline4.gif);
	background-color: #FFF;
	color: #000;
}

a:link {
	color: #000;
}
a:visited {
	color: #336;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

#colunaEsquerda {
	float: left;
	width: 49%;
	padding-right: 2%;
}

#colunaDireita {
	position:relative;
	float: right;
	width: 49%;
}

ul {
	padding-bottom: 15px;
	border-bottom: 1px dotted #336;
	margin-top:0;
	margin-bottom:0;
	line-height: 130%;
}

ul.links, ul.contact {
	font-size:200%;
}

ul.links li {
	margin-right: .1em;
	display: inline;
	line-height: 130%;
}

ul.links li.small {
	font-size: 50%;
}

ul.contact li {list-style-type:none;}

li {
	list-style-position: outside;
	list-style-type: circle;
}

h1 {
	font-size:100%;
	padding-bottom:0;
	margin-bottom:0;
	font-weight: bold;
	padding-top:15px;
	margin-top:0;
}

h1:after {
	content: ":";
}

p {
	padding-bottom: 15px;
	border-bottom: 1px dotted #336;
	margin-bottom:0;
}

img { margin-right: 5px; }

#colunaEsquerda img.missing {
	margin-left: 15px;
}

#colunaDireita img.missing {
	position:relative;
	left:15px;
	z-index:10;
}

#colunaDireita #photomc {
	position:absolute;
	left:15px;
}

.clear
{
	padding-bottom: 0px;
	border-style: none;
}

.close {
	margin-bottom: 15px;
	border-style:none;
}

