HTML			{
			margin: 0px;
			}
BODY			{
			font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Verdana', 'Tahoma', 'Arial', sans-serif;
			color: #fff;
			margin-left: auto;
			margin-right: auto;
			background-color: white;
			}
a			{
			color: black;
			}
a:hover		{
			color: brown;
			text-decoration: none;
			}
p			{
			text-align: justify;
			}

/*------------------- DIV ZONE -------------------*/

#container		{
			margin-top: 0px;
			margin-left: auto;
			margin-right: auto;
			width: 440px;
			height: auto;
			background-image:url(bg.png);
			background-repeat: repeat-y;
			position: relative;
			}
#header		{
			width: 440px;
			height: 155px;
			background: url(header.png);
			background-repeat: no-repeat;
			position: relative;
			}
			#header SPAN {
					display: block;
					width: 438px;
					height: 130px;
					}
			#header H1 	{
					position: inherit;
					margin-left: 35px;
					padding-top: 25px;
					display: block;
					width: auto;
					height: auto;
					font: italic bold 25pt 'Georgia',Times New Roman ;
					letter-spacing: -5px;
                                        color: #000
					}
			#header H4 	{
					position: absolute;
					left: 150px;
					top: 50px;
					width: 150px;
					height: auto;
					display: block;
					font: italic bold 10pt 'Georgia', Times New Roman ;
					color: #000;
					text-align: justify;
					
					}
#menuleft		{
			position: relative;
			width: 440px;
			height: auto;
			text-align: left
			margin-left: auto;
			margin-right: auto;
			background: url(linkbg.png);
			margin-bottom: 10px;
			padding-top: 3px;
			padding-bottom: 3px;
			}	
			#menuleft UL, LI 	{
						display: block;
						margin-left: 25px;
						padding: 0px;
						font: bold 8pt 'Arial', Times New Roman;
						color: white;
						letter-spacing: 5px;
						
						}
#subcontainer 	{
			position: relative;
			display: block;
			width: 440px;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			padding-top: 20px;
			padding-bottom: 20px;
			}				
#singlecontent	{
			width: 300px;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			}
			#singlecontent H3	{
						font: italic bold 12pt 'Georgia', Times New Roman;
						color: black;
						text-decoration: underline;
						}
			#singlecontent P	{
						position: relative;
						font: normal 8pt 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Verdana', 'Tahoma', 'Arial', sans-serif;
						color: black;
						line-height: 12pt;
						z-index: 3;
						}
#multiplecontent	{
			padding-top: 10px;
			padding-bottom: 20px;
			width: 300px;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			z-index: 3;
			}
			#multiplecontent H3	{
						font: italic bold 13pt 'Georgia', Times New Roman;
						color: black;
						z-index: 3;
						text-align: left;
						text-decoration: underline;
						
						}
			#multiplecontent P	{
						position: relative;
						font: normal 8pt 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Verdana', 'Tahoma', 'Arial', sans-serif;
						color: black;
						line-height: 12pt;
						z-index: 3;
						}
#footer		{
			position: inherit;
			font: normal 8pt 'Arial', Verdana, Tahoma;
			padding-top: 15px;
			display: block;
			width: 440px;
			height: 50px;
			color: #000;
			text-align: center;
			clear: left;
			background: url(footer.png);
			}
#extradiv1 {
		}
#extradiv2 {
		}
#extradiv3 {
		}
#extradiv4 {
		}
#extradiv5 {
		}
#extradiv6 {
		}