/*
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 {
	background: #FFFEF5 url(images/img01.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #767941;
}

h1, h2, h3 {
	color: #404040;
}

h1 {
}

h2 {
	margin-bottom: 1em;	
	font-size: 1.3em;
	font-family: "Comic Sans MS", cursive, sans-serif
}

h3 {
	margin-bottom: 1.5em;
	font-size: 1.0em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #404040;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #767941;
 
}

#ul a {
    text-decoration: none;
}


ul li {
}

ol {
}

ol li {
}

pre, code {
}

pre {
}

code {
}


a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

img {
}

.image-left {
	
	float: left;	
	margin-right: 1.3em;
	margin-left: 1.1em;
	margin: 2px 20px 2px 10px;
}

.image-right {
	float: right;	
	margin-left: 1.3em;
	margin-right: 1.3em;
	
}

.image-top {
	
	float: left;	
	margin-left: 0em;
	
}


input, textarea, select {
}

input {
}

textarea {
}

select {
}

/* Header */

#header {
	height: 230px;
	padding: 0 0 0 310px;
	/*background: url(images/my_pictures/itatiaia.jpg) no-repeat;*/
}

/* Logo */

#logo {
	height: 80px;
	padding: 100px 0 50px 40px;
	background: url(images/img03.jpg) no-repeat;
	
}

#logo h1 {
	float: left;	
	padding: 0 0 0 30px;
	letter-spacing: -.1em;
	font-style: italic;
	font-size: 3em;
}

#logo h1 a {
	color: #767941;
}

#logo h2 {
	float: left;
	padding: 0 0 0 70px;
	letter-spacing: -.05em;
	font-style: italic;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	margin-right: 100px;
	background: url(images/img05.jpg) repeat-y 330px 0;
}

/* Sidebar */

#sidebar {
	margin-top: 30px;
	float: left;
	clear: left;	
	width: 310px;
}

/* Another Wrapper */

#wrapper2 {
	margin-left: 100px;
	background: url(images/img05.jpg) repeat-y 330px 0;
}

/* Sidebar */

#sidebar2 {
	float: right;
	width: 330px;
}

/* and another Sidebar */

#sidebar3 {
	margin-top: -50px;
	float: right;
	clear: right;
	width: 330px;
}



/* Content */

#content {
	margin-left: 330px;
	padding: 30px;
        margin-right: 330px;
}

/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 35px;
	padding: 15px 0 0 30px;
	background: url(images/img04.jpg) repeat-x;
	text-decoration: none;
	font-size: 1.0em;
	font-style: italic;
	color: #767941;
}

#menu a:hover {
	color: #B0B0B0;
}

/* Testimonial */

#contact {
	padding: 40px;
}

#contact blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome {
}

/* Footer */

#footer {
	padding: 10px 30px;
	background: url(images/img06.gif);
	color: #ADB07C
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
}

#footer a {
	color: #ADB07C
}

