/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 220px;
	background: #000000 url('images_css/Tipo20090516_2.jpg') no-repeat center top;
	color: #999999; font-style:normal; font-variant:normal; font-weight:normal; font-size:small; font-family:Verdana, Arial, Helvetica, sans-serif
}

h1, h2, h3 {
	color: #FFFFFF;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 1px solid #C4C2C2;
}



/* Header ****************************************************************/

#header {
	height: 61px;
	background: url('images_css/img02.gif') repeat-x;
}

/* Header > Logo */
/* #LOGO ORG  width: 700px;*/

#logo {
	width: 1100px;	
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#logo h1, #logo h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
}

#logo a {
}

/* Header > Menu ****************************************************************/

#menu {
	width: 1100px;
	height: 27px;
	margin: 0 auto;
}

#menu ul {
	margin: 200;
	padding: 2px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

/*#MENU ORG color: #FFFFFF; */
#menu a {
	display: block;
	float: left;
	height: 25px;
	background: url('images_css/img03.gif') repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: white; margin-left:0; margin-right:5px; margin-top:0; margin-bottom:0; padding-left:25px; padding-right:25px; padding-top:2px; padding-bottom:0
}

#menu a:hover {
	background-image: url('images_css/img04.gif');
	text-decoration: none
}

#menu .active a {
	background-image: url('images_css/img05.gif');
}

/* Wrapper ****************************************************************/

#wrapper {
	background: url('images_css/img06.gif') repeat-x;
}

/* Content ****************************************************************/
/* #CONTENT ORG width: 800px;*/
#content {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 300px;
}

/* Content > Main */

#main_index {
	float: left;
	width: 800px;
}

#main {
	float: left;
	width: 1100px;
}

/* Footer ****************************************************************/

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #393F4D;
	background: #444C5D;
}

#footer p {
	width: 1100px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
	font-size: 1;
}

#legal a {
	font-size: 1;
}

/* Footer > Links ****************************************************************/

#links {
}