/*
==========================
Capoeira Da Rua
capoeiradarua.com
Site design: Aaron Stanush
astanush.com
==========================
*/

* { margin: 0; padding: 0; }

body {
	min-width: 630px;
	color: #3f412c; 
	font-size: 62.5%; 
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0; 
	padding: 0; 
	background: #bfcbae;
	}

#container {
	padding-left: 200px;
	padding-right: 190px;
	overflow: hidden;
	}
		
#container .column {
	position: relative;
	float: left;
	padding-top: 1em;
	text-align: left;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
	}

#center {
	padding: 10px 20px;
	width: 100%;
	}

#left {
	width: 180px;
	padding: 0 10px;
	right: 240px;
	margin-left: -100%;
	}

#right {
	width: 130px;
	padding: 0 10px;          
	margin-right: -100%;
	}

#footer {
	clear: both;
	}

/*** IE Fix ***/
* html #left {
	left: 150px;         
	}

/*** Footer Fix ***/

* html body {
	overflow: hidden;
	}
		
* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #BFCBAE;         /*** Same as body background ***/
	}


#header {
	height: 20px;
	color: #bfcbae; 
	font-weight: bold; 
	text-align: center; 
	padding: 6px 0 0 0; 
	background: #585947;
	}

#footer {
	height: 20px;
	color: #ccc; 
	text-align: center; 
	padding: 7px 0 0 0;
	background: #585947; 
	text-decoration: none;
	font-size: 1em;
	}
		
#center {
	background: #fff;
	}
	
	#center a:hover {
		text-decoration: underline;
		}
		

#left {
	font-weight: bold; 
	background: #e7e5d3; 
	border-right: 1px solid #585947;
	}

#right {
	font-weight: bold;
	background: #e7e5d3;
	text-transform: uppercase;
	text-align: left;
	padding-left: 20px;
	border-left: 1px solid #585947;
	}
	
	#right a {
		color: #3f412c;
		}
	
	#right a:hover {
		color: #f90;
		text-decoration: none;
		}


		

/*****Text****/

h1 { 
	font-size: 1.5em; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding-bottom: 10px;
	}

h2 { 
	font-size: 1.5em; 
	font-weight: bold; 
	text-transform: uppercase;
	}

a:link { 
	color: #f90; 
	text-decoration: none;
	}

a:visited  { 
	color: #f90; 
	text-decoration:none; 
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	text-decoration: underline;
	}

IMG.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
