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: 450px;
	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: 61px;
			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;
		}

		#menu {
			width: 100%;
			padding: 5px 0 5px 0;
			background: #FFFFFF;
		}

		#menu ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#menu ul li {
			float: left;
			padding: 0 5px;
			border-right: 1px solid #999999;
		}

		#language li.last,
		#submenu li.last,
		#menu ul li.last {
			border-right: none;
		}

		#menu a {
			text-decoration: none;
			color: blue;
		}

		#submenu {
			font-size: .9em;
		}

		#submenu a {
			color: #000088;
		}

		.spacer {
			margin: 5px 0 5px 0;
			border-top: 2px solid #EEEEEE;
		}


	#main-wrapper {
		float: left;
		margin-top: 15px;
		background: #FFFFFF;
		overflow: auto;
	}
	
	#main {
		padding: 10px 170px 85px 10px;
		}
		
		#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;
			}		
		
		#sidebar {
			float: right;
			padding: 15px;
			width: 160px;
		}


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


