* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 30px;

	background: #2C1B07 url(images/img01.jpg) no-repeat;

	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}



h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;color: #B43939;}


h1 {padding: 0px 0px 0px 25px;	}
h2 {padding: 0px 0px 0px 20px; margin-bottom: .8em;font-size: 2em;font-weight: normal;}

h3 {margin-bottom: .5em;font: bold small Verdana, Arial, Helvetica, sans-serif;color: #FFFFFF;
    padding: 0px 0px 2px 17px ; background: url(images/asterisco.gif) no-repeat left ;}

h4 {margin-bottom: .5em;font-size: 2em;font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #B43939;font-weight: bold;}

h5 {margin-bottom: .8em;font-size: 2em;font-weight: normal;
	border-bottom: 2px dotted #B43939;background: url(images/img06.jpg) no-repeat left center;}
	
h6 {margin-bottom: .8em;font-size: 1em;font-weight: normal;border-bottom: 1px dotted #B43939;}

h7 {margin-bottom: .8em;font-size: 1em;font-weight: normal;border-bottom: 1px dotted #B43939;
		background: url(images/home.gif) no-repeat right ;}


p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 3em;
	background: ;

}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

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

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

img {
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;

	background:#1a1207;
}

.boxed .title {
	height: 30px;
	padding: 20px 0 0 10px;
	background: url(images/img03.jpg) no-repeat left top;	
	font-size: 1.4em;
	font-style: italic;
}

.boxed .content {
	padding: 10px;	
}

/* Logo */

#logo {
	width: 650px;
	height: 130px;
	padding: 0px 80px 0 0;
	background: url(images/logo.jpg) no-repeat right top;
	text-align: left;
}

#logo h1 {
	font-size: 3.6em;
	font-weight: normal;
	font-style: italic;
}

#logo h2 {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
}

#logo a {
	color: #B43939;
}

/* Content */

#content {
	width: 700px;

	padding: 20px 280px 0 30px;
}

/* Content > Main */

#main {
	float: left;
	width: 400px;
	padding:100px 0px 0px 50px;
	background: url(images/img07.jpg) no-repeat right center;


}
#main2 {
	float: left;
	width: 400px;
	padding:100px 0px 0px 50px;



}

/* Content > Main > Welcome */

#welcome {
	margin-bottom: 2em;
	padding-bottom: .7em;
	background: url(images/bg1.jpg) no-repeat top right;

}
#barabba {
	margin-bottom: 2em;
	padding-bottom: .7em;


}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
    background: ;
	float: right;
	width: 200px;


}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {   
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #B43939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #B43939;
}

#inputsubmit1 {
	background:#1a1207;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 30px;
	background: url(images/img05.jpg) no-repeat right top;
	border-bottom: 1px solid #1a1207;
	border: 1px solid #1a1207;
			
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #C29434;
	font-weight: bold;
}

#menu a:hover,#menu .active a{
	background: #C29434 url(images/bull.jpg) no-repeat right center;
	text-decoration: none;
	color: #B43939;
}

/* Content > Sidebar > Updates*/

#updates {background:#1a1207;
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {

	clear: both;
	padding: 20px 50px;
	border-top: 1px solid #D1BC5C;
	background: #C29434;
}

#footer p {
	margin: 0;
	
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {

}

form.nomargin {
	margin: 0px;
	padding: 0px;
}
input.searchfield {
	border: 1px solid #666666;
	background-color: #FFFFCC;
	width:120px;
	height:21px;

}
input.searchbutton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B43939;
    height:23px;
	width: 50px;

}