
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:0;
	font-family: MS Sans Serif, Arial, Verdana, Helvetica,;
	font-size: 12px;
	color: #FCEFCF;
	line-height: 12pt;
	background-image:url(images/bg.jpg); background-repeat:repeat-x;
}
p { margin-left:20px; margin-top:0px; margin-bottom:10px;
	font-family: MS Sans Serif, Arial, Verdana, Helvetica,;
	font-size: 12px;
	color: #FCEFCF;
	line-height: 12pt;
}

/*--------------------------FONT ---------------------*/
.f1 {
	font-family : MS Sans Serif, Arial, Verdana, Helvetica, ;
	font-size : 12px;
	color : #753D00;
	line-height: 12pt;
}
.f2 {
	font-family : tahoma ;
	font-size : 13px;
	color : #FCEFCF;
	line-height: 12pt;
}
.fc {
	font-family : Arial, MS Sans Serif, Verdana, Helvetica, ;
	font-size : 11px;
	color : #ACB188;

}

/*-------------------------LINK ------------------------*/
a:link {
	color: #B4B80A;
	text-decoration:underline;
}
a:visited {
	color: #8EA900;
	text-decoration:underline;
}
a:hover {
	color: #B4B80A;
	text-decoration:underline;
}
a:active {
	color: #B4B80A;
	text-decoration:underline;
}

/*--------------------------ID ----------------*/
#content {
	width: 1000px;
	height:100%;
	position: relative;
	float: none;
	margin: 0 auto;
	display: table;

}
#content .left {
	width:235px;
	height:100%;
	position: relative;
	float: left;
	margin: 0;
	padding-left:0;

}
#content .right {
	position: relative;
	height:100%;
	float: left;
	margin: 0; 
	padding-left:0;
	}

