/*
Design by Wladmyr Martins
http://www.wbh.com.br
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000
 url(images/img01.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	color: #FFFFFF;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 1em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	height: 90px;
	margin: 0 auto;
	border-left: 35px solid #FF6600;
	background: #000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000000;

}

#menu li {
	padding: 0;
	display: inline;
	background: #000000;
}

#menu a {
	display: block;
	float: left;
	height: 92px;
	padding: 28px 30px 0 60px;
	font-size: 100%;
	font-weight: bold;
	background: #000000;

}

#menu a:hover {
	background: #FF6600;
	text-decoration: none;
	color: #000000
;
}

#menu b {
	text-decoration: underline;
	background: #000000;

}

/* Logo */

#logo {
	width: 960px;
	height: 250px;
	margin: 0 auto;
	background: #000000;
}



#logo a {
	text-decoration: none;
	color: #000000
;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding: 20px 30px 20px 50px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: #000000
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	border-left: 5px solid #FF6600;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;

}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #FF6600;
}
