* {
	text-align: justify;
	font-family: Calibri, Verdana;
}

body {
	background-image: url("../images/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}

body, div, p, span, a, img, h1, h2, h3, form, input, textarea {
	margin: 0px;
	padding: 0px;
}

img, map, a img {
	border: 0px;
}

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

a:hover {
	text-decoration: underline;
}

#top-wrapper, #content-wrapper, #bottom-wrapper {
	width: 100%;
	clear: both;
}

#top, #content, #bottom {
	margin: 0px auto;
	/*width: 1280px;*/
	width: 980px;
}

#top-wrapper {
	height: 222px;
	background-image: url("../images/top.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

#logo {
	margin: 40px 0 0 0;
	width: 252px;
	height: 182px;
	display: block;
	float: left;
	background-image: url("../images/logo.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#menu {
	margin: 0 15px 0 0;
	padding: 0;
	float: right;
}

#menu, #menu li, #menu li a {
	height: 40px;
}

#menu li {
	margin: 0;
	padding: 0 0 0 32px;
	float: left;
	display: block;
	list-style: none;
	background: url("../images/menu/delimiter.gif") no-repeat top left;
}

#menu li:first-child {
	padding: 0;
	background: none;
}

#content-wrapper {
	min-height: 618px;
}

#content {
	margin: 35px auto;
	padding: 15px 30px;
	/*width: 1220px;*/
	width: 920px;
	background: url("../images/content.png");
}

#content, #content ul li, #content table td, #content div, #content p, #content a, #content b, #content strong, #content i {
	font-family: Verdana;
	font-size: 11pt;
	line-height: 15pt;
	color: white;
}

table td {
	padding: 5px 15px;
}

table tr td:first-child {
	padding: 5px;
}

#bottom-wrapper {
	height: 250px;
	background: #000;
}

#bottom {
	height: 250px;
	position: relative;
}

#bottom div {
	float: left;
}

#bottom h3 {
	padding: 15px 0 10px 0;
	line-height: 20px;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

#bottom p, #bottom p a {
	line-height: 20px;
	font-size: 11pt;
	color: white;
}

#arando {
	width: 60px;
	height: 40px;
	position: absolute;
	bottom: 0px;
	right: 65px;
	background-image: url("../images/arando.gif");
	background-position: top left;
	background-repeat: no-repeat;
}