body {
	margin :  0px;
	padding:  0px;
	background-image   : url(../images/bgBody.gif);
	background-position: center 125px;
}
img {
	border :  0px;
}
.clear {
	clear: both;
}



/*
 * Header
 */
#headerweider {
	position: relative;
	height: 125px;
	background-image: url(../images/bgHeader.gif);
}
#header {
	position: relative;
	width : 1002px;
	height:  125px;
	margin :   0px auto;
}
#logo {
	position: absolute;
	top  : 27px;
	left : 50px;
	z-index: 10;
}
#headerbanner {
	position: absolute;
	top  : 27px;
	right: 10px;

}

/*** Menu ***/
#menu {
	position: absolute;
	top  :  27px;
	right: 204px;
}
#menu a {
	float: left;
	display: block;
	position: relative;
	width : 75px;
	height: 98px;
	margin:  0px  0px  0px  5px;
	font-family: Verdana;
	font-size  : 10px;
	font-weight: bold;
	text-decoration: none;
}
#menu span {
	display: block;
	position: absolute;
	top  : 80px;
	width : 75px;
	color: #FFFFFF;
	text-align : center;
}
#menu #opt1uns {
	background-image: url(../images/bgMenu1uns.gif);
}
#menu #opt1uns:hover {
	background-image: url(../images/bgMenu1sel.gif);
}
#menu #opt1sel {
	background-image: url(../images/bgMenu1sel.gif);
}
#menu #opt2uns {
	background-image: url(../images/bgMenu2uns.gif);
}
#menu #opt2uns:hover {
	background-image: url(../images/bgMenu2sel.gif);
}
#menu #opt2sel {
	background-image: url(../images/bgMenu2sel.gif);
}
#menu #opt3uns {
	background-image: url(../images/bgMenu3uns.gif);
}
#menu #opt3uns:hover {
	background-image: url(../images/bgMenu3sel.gif);
}
#menu #opt3sel {
	background-image: url(../images/bgMenu3sel.gif);
}
#menu #opt4uns {
	background-image: url(../images/bgMenu4uns.gif);
}
#menu #opt4uns:hover {
	background-image: url(../images/bgMenu4sel.gif);
}
#menu #opt4sel {
	background-image: url(../images/bgMenu4sel.gif);
}

/*** Metamenu ***/
#contactar {
	position: absolute;
	top  :  0px;
	right:  0px;
	padding:  8px 25px  0px  0px;
	color: #FFFFFF;
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/icoContactar.gif) top right no-repeat;
}



/*
 * Content
 */
#toparea {
	position:relative;
	height: 100px;
	border-top   : 2px solid white;
	border-bottom: 2px solid white;
}
#toparea #topbanner {
	position: absolute;
	top  :   0px;
	left :   0px;
	margin :   0px;
	padding:   0px;
}
#toparea #scoreboard {
	position: absolute;
	top  :   0px;
	left : 794px;
	width : 188px;
	height: 100px;
	background: #009900;
}



#contentwider {
	position: relative;
	margin :  0px;
}
#contentwide {
	position: relative;
	width :  982px;
	margin :   0px auto;
	background: #F0F0F0;
}
#content {
	position: relative;
	width: 940px;
	padding:  0px 20px 10px 20px;
	border-top   : 2px solid #FFFFFF;
	border-left  : 1px solid #F0F0F0;
	border-right : 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}
#content h1 {
	position: relative;
	color: #000099;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 18px;
	z-index: 10;
}
#content h2 {
	position: relative;
	margin : 18px  0px -6px  0px;
	color: #000099;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 18px;
	z-index: 10;
}
#content p {
	margin :  6px  0px  6px  0px;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
}
#content p a {
	color: #000099;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}
#content ul {
	position: relative;
	margin :  0px;
	padding:  0px;
	list-style: none;
}
#content ul li {
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
}
#content #cfgform {
	position: relative;
	width: 747px;
	margin :  0px;
	padding: 10px;
	background: #FFFFFF;
	z-index:  5;
}



/*
 * Footer
 */
#footerwider {
}
#footer {
	position: relative;
	width :  982px;
	margin :   0px auto;
	border-top   : 2px solid #FFFFFF;
	background-color: #6060BF;
}
#footer p {
	margin :  0px;

	padding:  3px  0px;
	color: #FFFFFF;
	font-family: Arial;
	font-size  : 11px;
	text-align : center;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}