/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	background-color: #b4aa9e;
	background-image: url(design/top-band-index.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #6B5B4B;
}

/*---------------CONTENT----------------*/
#global {
	position: relative;
	width: 910px;
	min-height: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
}

#global #left {
	float: left;
	width: 622px;
	min-height: 100%;
	height: 100%;
	background-color: #EBEAE6;
}

#global #left #banner { margin-top: 149px; height: 223px; }

#global #right {
	float: left;
	width: 288px;
	min-height: 100%;
	height: 100%;
}

#global #right #logo { margin-top: 149px; height: 223px; }

#content{
	padding: 20px;
}

.spacer {
	clear: both;
}

/*-----------------liens-------------------*/
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #6B5B4B;
	text-decoration: none;
	letter-spacing:0px;
}

a:hover{
	text-decoration: none;
	color: #954705;
}

/*-----------------menu-------------------*/
#menu {
	margin: 0;
	text-align: center;
	width: 100%;
}

#menu a.item {
	margin: 0 50px 0 50px;
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/*----------NETWEBCITY----------*/
/*----------NETWEBCITY----------*/
#netwebcity {
	position:absolute;
	font-size: 9px;
	color: #EDEAE5;
	margin-left: 20px;
	bottom: 5px;
}

#netwebcity a.netweb { font-size: 9px; font-weight: normal;	color: #EDEAE5; }
#netwebcity a.netweb:hover { color: #6A5A4A; }