/*
Author: Sergio Tobon - Jan 07 -
URI: http://www.stodotnet.com
*/

body {
	padding: 0;
	margin: 5;
	text-align: center;
	background: #B1B38B url('images/bkg.gif');
	font: 12px/20px Verdana, Arial, Tahoma, sans-serif;
  /*scrollbar-arrow-color: #FFFFFF;
  scrollbar-highlight-color: #000000;
  scrollbar-3dlight-color: #5D7A86;
  scrollbar-base-color: #FFF6CD;
  scrollbar-darkshadow-color: #000000;
  scrollbar-face-color: #294852;
  scrollbar-track-color: #5D7A86;
  scrollbar-shadow-color: #5D7A86;*/
}

a:link {color:#ffffff; text-decoration: none;}
a:active {color:#000000; text-decoration: none;}
a:visited {color:#eeeeee; text-decoration: none;}
a:hover {color:#E5DC9D; text-decoration: underline;}

/* Navegation Menu */
#navigation {
	margin-left: 277px;
	height: 27px;
	background: #E5DC9D;
}

.navTd { background-color:#E5DC9D; height:27px;}

.td {
	background: #B1B38B;
	width: 975px;
}

/* Heading */
#heading {
	background: url('images/header.gif') no-repeat;
	width: 975px;
	height: 109px;
	margin: 10px auto 0;
}

#footing {
	background: url('images/pagecurve.gif') no-repeat;
	width: 975px;
	height: 10px;
	margin-bottom: 10px;
}

#header {
	padding-top: 0px;
	padding-left: 0px;
}

#header .description {
	font-size: 1.4em;
	text-align: center;
	/*text-shadow: black 3px 3px, yellow -3px -3px;*/
	font-family:Verdana;
	font-style:normal;
	color:#FFF;
}

#content {
	background: #8F8F8F;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}
img {
	border : 0; /* deprecated, but IE has a default of 2 */
	padding-left: 0px;
}

/* site's menu */
#minitabs {
	margin:0;
	padding:0 0 0.4em 0;
	height:22px; 
	background-color:#E5DC9D;
	border-bottom:#444444 1px solid; 
}
#minitabs ul li span.current_item {
	font-weight:bold;
	font-size:0.9em;
	display:block;
	background: #D7D7CE none;
	padding:0.4em 0 0.45em 0;
	border-right:1px solid #C3C3CB;
}
#minitabs ul li span {
	display:block;
	border-right:1px solid #C3C3CB;
}
#minitabs ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	text-align: center;
}
#minitabs ul li {
	margin: 0;
	float: left;
	height:1.45em;
	display: inline;
	background: #EAEAE1 none;
	text-align: center;
}
#minitabs ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding:0.3em 0 0.4em 0;
}
#minitabs ul li a:hover {
	background: #D7D7CE none; 
	color:#fff;
	height:1.12em;
}
