@charset "utf-8";
/* CSS Document */


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background:url('Images/BidnaCapoeiraBackground.jpg') no-repeat top center;
	color:#464646;
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	font-size:13px;	
	margin:0;
	padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 47px auto 100px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width: 475px;
	height: 330px;
	
}

.oneColFixCtr #logo {
	margin: 0 0 0 -50px;
}

.oneColFixCtr #navHolder {
	float:left;
	height: 330px;
	}
	
.oneColFixCtr #smHolder {
	clear:both;
	height:64px;
	margin:32px 0 0 30px;
	}
	
.oneColFixCtr #contact {
	margin: 20px 0 0 0;
	text-align: center;
}	
	

h1 {
	color:#00bff3;
	font-family:Trebuchet MS;
	font-size:24px;
	font-weight:400;
	line-height:26px;
	margin:0 0 12px 0;
}
h2 {
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:700;
	line-height:16pt;
	margin:0;
}

h3 {
	color:#464646;
	font-family:Trebuchet MS;
	font-size:24px;
	font-weight:400;
	line-height:26px;
	margin:0 0 12px 0;
}

p {
	font-size: 13px;
	margin:0 0 8px 0;
	line-height: 18px;
}

.nav {
	width:250px;
	background-color:#00bff3;
	padding:11px 0 11px 15px;
	margin: 0 0 10px 0;
	cursor:pointer;
	}
	
.nav:hover {
	width:250px;
	background-color:#00bff3;
	background-image:url(Images/Nav_Fade.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:11x 0 11px 15px;
	margin: 0 0 10px 0;
	cursor:pointer;
	}	

.social {
	float:left;
	width: 185px;
}

.smIcon {
	float:left;
	width:64px;
	margin: 0 8px 0 0;
}

.smText {
	float:left;
	width:110px;
	margin: 4px 0 0 0;
}

.smText p {
	font-size:13px;
	margin: 0 0 2px 0;
}

.link {
	color:#0000ff;
	text-decoration:underline;
	cursor:pointer;
}

.link:hover{
	color:#00bff3;
	text-decoration:none;
	cursor:pointer;
}

