BODY		{
		margin: 0px;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Verdana', 'Tahoma', 'Arial', sans-serif;
		}
a		{
		color: black;
		}
a:hover	{
		color: red;
		}

/*------------------- DIV ZONE -------------------*/

#container	{
		position: absolute;
		width: 700;
		height: auto;
		background: url("body_bg.gif");
		}
#header		{
		width: 100%;
		height: 120px;
		margin: 0px;
		background: url("banner_bg.gif");
		border-top: 1px solid #777;
		}
		#header SPAN	{
				display: block;
				}
		#header H1	{
				display: block;
				padding-left: 20px;
				font-family: 'Geneva', Verdana, Sans;
				font-size: 30pt;
				color: #fff;
				text-align: left;
				}
		#header H4	{
				display: block;
				position: relative;
				padding-left: 50px;
				font-family: 'Geneva', Verdana, Sans;
				font-size: 10pt;
				color: #fff;
				text-align: left;
				}
#menuleft	{
		position: absolute;
		width: 150px;
		height: auto;
		margin: 0px;
		float: right;
		right: 30px;
		z-index:1;
		}	
		#menuleft H3 {
				color: #fff;
				display: block;
				}
		#menuleft UL {
				margin: 3px;
				padding: 0px;
				white-space: nowrap;
				font-family: "Arial", Verdana, Sans-Serif;
				font-size: 10pt;
				font-weight: bold;
				}
		#menuleft LI {
				list-style-type: none;
				}
#subcontainer	{
		display: block;
		width: 700px;
		background: url("container_bg.gif") no-repeat;
		border-top: 1px solid brown;
		margin-top: 0px;
		}				
#singlecontent	{
		width: 490px;
		height: auto;
		display: block;
		margin-left: 35px;
		position: relative;
		border-top: 1px solid transparent;
		}
#multiplecontent	{
			position: relative;
			width: 630px;
			
			display: block;
			margin-left: 35px;
			}
#singlecontent H3   	{
	 		display: block;
			padding: 2px;
			width: 630px;																	 			
			font-family: Arial;
			font-size: 12pt;
			font-weight: bold;
			color: #fff;
			}
#multiplecontent H3	{
			display: block;
			padding: 2px;
			background: url("multiple_bg.gif");
			width: 630px;
			height: 20px;
			font-family: Arial;
			font-size: 12pt;
			font-weight: bold;
			color: #fff;																				
			}
#footer			{
			background: url("footer_bg.gif");
			display: inherit;
			width: 100%;
			height: 40px;
			text-align: center;
			}
			#footer span	{
					font-size: 8pt;
					text-decoration: underline;
					margin-lrft: 30px;
					}
#extradiv1 {
					 }
#extradiv2 {
					 }
#extradiv3 {
					 }
#extradiv4 {
					 }
#extradiv5 {
					 }
#extradiv6 {
					 }					 					 					 
/*--
			#header1 li	{
					display: inline;
					list-style-type: none;
			 		}
			#header1 a	{
					padding: 3px 10px;
					border: 0px 1px 0px 1px solid #036;
					}
			#header1 a:link, #header1 a:visited {
					color: #fff;
					background-color: #036;
					text-decoration: none;
					}
			#header1 a:hover	{
					color: #fff;
					background-color: #369;
					border: 0px 1px 0px 1px solid #fff;
					text-decoration: none;
--*/