body{
	background-color: #EEEEEE;
	font-family: Verdana;
	font-size: 13px;
	color: black;
	margin: 0;		
}

img {
	border: none;
}

.clear {
	clear: both;
}

#floater{
	max-width: 1200px;
	min-width: 760px;
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

	#header{
		width: 100%;
		height: 130px;
	}
	
		#top {
			position: relative;
			width: 100%;
			height: 35px;
			color: #FFFFFF;
			background: #000000;
		}
	
		#top h1 {
			margin: 0;
			padding: 5px;
			font-size: 20px;
		}
	
		#language{
			position: absolute;
			top: 5px;
			right: 10px;
			width: 91px;
			height: 17px;
			margin: 0;
			padding: 1px 1px 1px 6px;
			list-style: none;
			color: #000000;
			background: #FFFFFF;
		}
		
		#language li {
			float: left;
			padding: 0 5px 0 5px;
			border-right: 1px solid #000000;
		}
		
		#language li a {
			text-decoration: none;
		}

		#bottom {
			position: relative;
			height: 100px;
			background: url(/img/BannerTVD.jpg) left top no-repeat;
		}

		#bottom img {
			position: absolute;
			top: 15px;
			right: 10px;
		}

		#language li.last{
			border-right: none;
		}

	#main-wrapper {
		float: left;
		margin-top: 15px;
		background: #FFFFFF;
		overflow: auto;
	}
	
	#main {
		position: absolute;
		top: 155px;
		width: 99%;
		height: 60%;
		padding: 10px 0px 10px 10px;
		background: #FFFFFF;
		}
		
		#main a
		{
			text-decoration: none;
			font-size: 18px;
			color: #000000;
		}
		
		#main li a
		{
			text-decoration: none;
			font-size: 18px;
			color: #000000;
		}
		
		#main ul
		{ 
  			list-style-type: none;
		}
		
		#menu2 a {
			text-decoration: none;
			color: navy;
		}

			h2 {
				margin: 0 0 15px 0;
				color: green;
				font-size: 24px;
			}		
			
			h3 {
				margin: 0;
				color: #A52A2A;
				font-size: 18px;
			}

			h4 {
				margin-left: 20px;
			}

			p {
				margin-left: 20px;
				font-size: 13px;
			}		
		
	#footer{
		position: fixed;
		width: 100%;
		height: 55px;
		bottom: 0px;
		left: 0px;
		text-align: center;
		font-size: .8em;
		color: #666666;
		border-top: 10px solid #EEEEEE;
		background: #EEEEEE;
	}

