/**
*	Tensitex - Default Properities
*
*	Copyright © 2008 Favo Internet [http://www.favointernet.com.br]
*
*	Developed By: Jonathan Pereira <jonathan@jonathanpereira.com>
*
**/

* {
	margin:0;
	padding:0;
}
body {
	font-family:"Arial Narrow", Arial, "Trebuchet MS";
	font-size:13px;
	color:#FFFFFF;
	background-color:#6ACDEA;
}

/* Header Properities */
#header {
	height:100px;
	background:url(../img/headerBg.jpg) repeat-x;
	text-align:center;
	border-bottom:5px solid #FFFFFF
}

/* Content Properities */
#contentBg {
	background:url(../img/contentBg.jpg) repeat-x #FFFFFF;
	min-height:250px;
	height:auto !important;
	height:250px;
}
#content {
	width:843px;
	margin:0 auto;
	padding-bottom:5px;
}
#content:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
/* Footer Properities */
#footerBg {
	background:url(../img/footerBg.jpg) repeat-x;
	min-height:240px;
	height:auto !important;
	height:240px;
}
#footer {
	width:853px;
	margin:0 auto;
}
#copyAndSign {
	height:30px;
	padding-top:20px;
	width:100%;
}
#footerCopy {
	float:left;
}
#footerSign {
	float:right;
}

/* Default Properities */
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
