@import url("col-left.css");
@import url("content.css");
@import url("rodape.css");

* {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	color: #666;
	text-decoration: none;
}
h1 {
	display: none;
}

body {
	background-color: #d0e8cd;
	background-image: url(../images/padrao/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#content {
	width: 550px;
	padding-right: 90px;
	padding-left: 360px;
	background-image: url(../images/padrao/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height:320px;
	height:100% !important;
	height:320px;
}
#content #col-left {
	width: 270px;
	left: 90px;
	top: 25px;
	position: absolute;
}


.alignCenter {
	text-align: center;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.clearBoth {
	clear: both;
}
