/* GENERAL */
*{margin: 0;padding: 0;}
a:link{color: #666666;}
a:visited{color: #666666}
a:hover{text-decoration: none;}

body,html
{
	background-image: url(../images/head.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
#boxsite
{
/*	width: 758px;*/
	width: 984px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	top: 0px;
	/*background-color: #fff;*/
/*	background-image: url(../images/backleft.gif);
	background-repeat: repeat-y;*/
}
* html #boxsite
{
	height: 100%;
}
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* HEADER */
#header
{
	height: 80px;
	z-index: 5000;
	background-color: #666666;
/*	background-image: url(../images/long.gif);
	background-position: 800px 10px;
	background-repeat: no-repeat;*/
}
.logo
{
	position: absolute;
	z-index: 5000;
	top: 10px;
	left: 5px;
}
.inheader
{
	padding-top:10px;
	padding-right: 10px;
	color: #B3B1A7;
	font-size: 0.8em;
	text-align: right;
}
.inheader a
{
	color: #B3B1A7;
}

/* CONTENT */
.boxflash
{
	width:800px;
	text-align: center;
	padding-top: 30px;
}

#mainContent
{
	/*padding-bottom: 150px;*/
	z-index: 1000;
	/*background-color: #fff;*/
	width: 100%;
}

#content
{
	display: inline;
	clear: both;
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	margin-bottom: 20px;
}
.bodyContent
{	
	width: 984px;
	font-size: 0.7em;
	color: #65635A;
	position: relative;
	top:0px;
	/*margin-bottom: 280px;;*/
/*	background-image: url(../images/backleft.gif);
	background-repeat: repeat-y;*/
}
.bodyContent .content
{
	padding: 10px;
}
.colLeft
{
	position: absolute;
	left: 0px;
	top:0px;
	width: 160px;
}
.colCenter
{
	position: relative;
	left: 160px;
	/*width: 580px;*/
	width: 800px;
	line-height: 2em;
	margin-bottom: 50px;
}
/* FOOTER */

#footer
{
	font-size: 0.7em;
	color: #65635A;
	text-align: left;
	height: 50px;
	margin-left:50%; 
	left: -492px;
	position: absolute;
}

#footer .content
{
	padding: 10px 10px 10px 10px;
	width: 964px;
	height: 30px;
	color: #65635A;
	text-align: left;
}

/* MENU */

#menu
{
	position:absolute;
/*	left: 150px;*/
	left: 160px;
/*	width: 100%;*/
	top: 55px;
/*	top: 80px;*/
	font-size: 10px;
	z-index: 10000;
	text-transform: capitalize;
}
#menu .separ
{
	color: #FFF;
}
#menu li a 
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #666666
}
#menu li a:hover
{
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}
#menu ul
{
	list-style: none;
	margin:0px !important;
	padding-left: 0px !important;
	line-height: normal;
}
#menu li
{
	list-style: none;
	margin-left: 10px !important ;
	margin-right: 5px !important ;
	padding-bottom:5px;
	padding-top: 5px;
	float: left;
}
#menu li .current
{
	color: #ccc !important;
}
/* EXTRA */
#shadow
{
	position: absolute;
	top: 170px;
	width: 100%;
	left: 0px;
	text-align: center;
	z-index: 10000;
}

#footer
{
	position: relative;
	z-index: 2000;
}
#boxsiteOut
{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left:0px;
}
.flag
{
	position:absolute;
	float: right;
	right: 10px;
	top: 8px;
}
.flag li
{
	float: left;
	margin-right: 5px;
}
.flag li img
{
	border:0px;
}
