/* CSS Document */

body, html
		{
			margin: 0;
			padding: 0;
			height: 100%;
			background-color: #FFFFFF;
			font-family: Arial, Helvetica, sans-serif;
			color: #FFFFFF;
		}
		
.clear	{	clear: both;	}
.floatL	{	float: left;	}
.floatR	{	float: right;	}

#MainWrapper
		{
			width: 767px;
			height: auto;
			margin: 0 auto;
			background-image: url(/Images/background_06.jpg);
			background-repeat: repeat-y;
		}
#HeaderSection
		{
			width: 767px;
			height: 159px;
			background-image: url(/Images/header_02.jpg);
			background-repeat: no-repeat;
		}
		
#MiddleSection
		{
			width: 683px;
			margin: 0 0 0 71px;
			padding: 5px;
		}
#FooterSection
		{
			width: 683px;
			margin: 0 0 0 71px;
			height: 262px;
			background-image: url(/Images/footer_09.jpg);
			background-repeat: no-repeat;
		}
			
			
#MenuSection
		{
			width: 150px;
			min-height: 428px!important;
			height: auto;
			margin: 0;
			background-image: url(/Images/menu.jpg);
			background-repeat: no-repeat;
		}
		
#Menu
		{
			width: 135px;
			padding: 5px;
		}
		
#ContentWrapper
		{	
			width: 505px;
			margin: 0;
			padding: 7px 4px 7px 10px;
			color: #ffffff;
			text-align: justify;
			font-size: 12px;
			background-image: url(/Images/mainBackGround_09.jpg);
			background-repeat: no-repeat;
			 
		}
		
	#ContentWrapper img
			{
				border: 1px solid #CCCCCC;
				padding: 2px;
				margin: 5px;
			}
		
h1
		{
			width: 505px;
			font-size: 16px;
			font-weight: bold;
			margin: 0 0 6px;
			padding: 0 0 3px;
			text-align: left;
			border-bottom: 1px dashed white;
		}

.intro
		{

			margin: 6px auto;
			padding: 4px;
			border: 1px dotted #00CCFF;
		}
		
h2
		{
			margin: 0 0 5px;
			font-size: 14px;
			font-weight: bold;
		}
		
#Keyword
		{
			text-align: left;
			border-top: 1px dashed lightgreen;
			font-size: 10px;
			font-weight: bold;
			margin: 6px 0 0;
			padding: 3px 0 0;
		}