/*
Andrea Martelli - webdesigner

/* General tags */
* {
	margin:0;
	padding:2;
	text-align: center;
}
body {
	background:#cccccc url(bodybg.gif) repeat;
	font:76% verdana,tahoma,sans-serif;
	color:#4A3049;
	text-align: center;
}
a {background-color:inherit; color:#286ea0; text-align:left; font-weight:bold; text-decoration:none;}
a:hover {text-decoration:underline;}
p {
	margin:0 0 16px 0;
	text-align: justify;
	color: #4A3049;
}
ul, ol {margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol {margin:3px 0 0 15px;}
img {
	float:left;
	margin:0 10px 5px 0;
	text-align: center;
}

/* Headers */
h1 {
	color:#4A3049;
	font-size:3.6em;
	letter-spacing:-3px;
	margin:0;
	text-align:left;
	font-family: "Arial Black", Gadget, sans-serif;
}
h2 {
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:5px 0 10px;
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
}

/* IDs */
#title {margin:20px auto -9px; width:700px;}
#container {
	background:#fff url(front.png) bottom left no-repeat;
	border:20px solid #4a3049;
	color:#4A3049;
	margin:0 auto 15px;
	padding:10px;
	width:700px;
	line-height:inherit;
}
#sidebar {
	float:left;
	padding-left:175px;
	width:110px;
	text-align: justify;
}
#sidebar p {margin:10px 0 5px 10px; text-align:left; font-size:0.8em;text-align: justify;}
#sidebar p a {font-weight:400;text-align: justify;}
#main {float:right; width:385px;}
#footer {
	clear:both;
	color:#4A3049;
}

/* Menu */
.menu {border:1px solid #ffffff; color:#4A3049; display:block; font-size:1.1em; font-weight:bold; padding:4px 2px 4px 10px; width:110px;}
.menu:hover {background-color:#f8f8f8; border:1px solid #cccccc; color:#4A3049; text-decoration:none;}

/* Various classes */
.credits {
	color:#777;
	font-size:0.9em;
	margin-bottom:0;
	text-align: right;
}
.credits a {color:#777;}
#container .credits strong2 {
}
#container p2 {
	text-align: right;
}
#container p3 {
	text-align: justify;
}
#container #main p strong {
	color: #4A3049;
	text-align: justify;
}
.banneraruba {
	text-align: center;
	position: absolute;
	left: 572px;
	top: 14px;
}

.copy {
	text-align: center;
	position: absolute;
}
