a {
	cursor: pointer;
	text-decoration: none;
	color: #003F8E;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}

		
		#banner {
	clear: both;
	margin: 0 auto;
	padding:0;
	width: 500px;
	position: relative;
}
#banner ul {
	margin:0;
	padding:0
}
#banner li a {
	width: 500px;
}
/* THE CAROUSEL */
			.jcarousel-container {
	position: relative;
}
.jcarousel-container-horizontal {
	width: 500px;
}
.jcarousel-clip {
	z-index: 2;
	overflow: hidden;
	position: relative;
	width: 500px;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.jcarousel-list li,  .jcarousel-item {
	float: left;
	list-style: none;
	width: 500px;
}
.jcarousel-control {
	position: absolute;
	z-index: 4;
	top: 10px;
	right: 10px;
}
.jcarousel-control a {
	background: url(../img/trans_000_10.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px;
	color: #FFF;
}
.jcarousel-next, .jcarousel-prev {
	z-index: 3;
	display: none;
	position: absolute;
	top: 0;
	width: 45px;
	cursor: pointer;
}
.jcarousel-next {
	right: 0;
}
.jcarousel-prev {
	left: 0;
}
/* -------------------------------- */
		/* CONTENT							*/ 
		
		
#content {
	/*background: url(../img/content.png) repeat-y -1px 0;*/
	margin: 0 auto;
	width: 500px;
}
#contentContent {
	width: 450px;
	margin: 0 auto;
}
#main, #side {
	float: left;
}

