@charset "UTF-8";
/* CSS Document */

body,html {
	background-color: #fff;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: black;
	background-image: url(../images/gradbg.png);
	background-repeat: repeat;
}

#container {
	width: 980px;
	height: 677px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	margin-top: -338px;
}

#logo {
	width: 146px;
	height: 146px;
	float: left;
}

#header {
	width: 834px;
	height: 126px;
	background-image: url(../images/header.png);
	float: left;
}

#menu-nav {
	width: 834px;
	height: 18px;
	background-color: rgb(51,51,51);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	float: left;
}

#menu-nav li, #menu-nav a {
	width: 97px;
	height: 18px;
	background-color: rgb(51,51,51);
	display: inline;
	border-left: 1px solid black;
	padding: 0;
	float: left;
}

#menu-nav ul {
    width: 100%;
    height: 18px;
}

#menu-nav a:hover {
	background-color: rgb(165,165,165);
}

#left {
	width: 146px;
	height: 500px;
	background-color: rgb(199,197,198);
	float: left;
}

#main-content {
	width: 569px;
	height: 490px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: rgb(165,165,165);
	float: left;
}

#main-content p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 20px;
}

#main-content a {
	color: black;
	font-size: 12px;
}

#main-content a:hover {
	color: white;
}

.underline {
	text-decoration: underline;
}
	
#right {
	width: 231px;
	height: 493px;
	padding-left: 14px;
	padding-top: 7px;
	background-color: rgb(199,197,198);
	float: left;
}

#link-right {
	width: 235px;
	height: 450px;
}

#link-right a {
	color: black;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}

#link-right a:hover {
	color: white;
}


#indietro {
	width: 235px;
	height: 20px;
}

#indietro a {
	color: black;
	text-decoration: none;
	font-size: 12px;
}

#indietro a:hover {
	color: white;
}

#clear {
	clear: both;
}

#active {
	background-color: rgb(165,165,165);
}

#footer {
	width: 100%;
	height: 30px;
	text-align: center;
	color: black;
	font-size: 10px;
	padding-top: 10px;
	border-bottom: 1px solid gray;
	background-color: white;
}

.bold {
	font-weight: bold;
}


