html,body {
	background-color:#000000;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:tahoma,sans-serif;
	font-size:11px;
	overflow:hidden;
}
a {
	text-decoration:none;
	color:black;
}
a:hover {
	color:#555555;
}
div {
	overflow:hidden;
}
	#container {
		background-color:#000000;
		position:absolute;
		left:50%;
		float:left;
		width:750px;
		height:400px;
		margin-left:-375px;
		margin-top:5px;
	}
		#container div {
			position:absolute;
			margin:0px;
			padding:0px;
		}
		#menu {
			top:0px;
			left:0px;
			width:750px;
			height:20px;

			background-image:url('../images/homeMenuBG.gif');
		}
			#menu * {
				border:0px;
				margin:0px;
				padding:0px;
			}
			#menu ul {
				width:750px;
				height:20px;
			}
				#menu ul li {
					width:150px;
					height:20px;

					float:left;
					list-style-type:none;
				}
					#menu ul li a {
						width:150px;
						height:20px;

						padding-top:3px;
						display:block;
						font-size:12px;
						font-weight:bold;
						text-align:center;
						border-right:1px solid black;
					}
		#title {
			top:21px;
			left:0px;
			width:750px;
			height:58px;

			background-color:silver;
			background-image:url('../images/homeTitleBG.gif');
			background-repeat:no-repeat;
		}
			#title h1 {
				text-indent:-5000px;
				font-size:1px;
			}
		#body {
			top:80px;
			left:0px;
			width:750px;
			height:300px;
		}
			#body div {
				position:absolute;
				margin:0px;
				padding:0px;
			}
			#logo {
				top:10px;
				left:0px;
				width:150px;
				height:150px;

				background-color:white;
			}
			#submenu {
				top:170px;
				left:0px;
				width:750px;
				height:112px;
				border:0px;
			}
				#submenu * {
					border:0px;
					margin:0px;
					padding:0px;
				}
				#submenu ul {
					
				}
					#submenu ul li {
						width:150px;
						height:30px;
						border:1px solid red;

						background-color:white;
						list-style-type:none;
						margin-top:5px;
					}
						#submenu ul li a {
							width:150px;
							height:30px;

							display:block;
							font-size:13px;
							font-weight:bold;
							text-align:center;
							padding-top:7px;
						}
			#slideshow {
				top:10px;
				left:160px;
				width:260px;
				height:270px;

				background-color:silver;
				background-image:url('../images/homeSlideShowBG.gif');
				overflow:hidden;
			}
				#slideshow div {
					margin:5px;
					width:250px;
					height:260px;
				}
			#animation {
				top:10px;
				left:428px;
				width:320px;
				height:270px;
				border:1px solid red;
			}
		#footer {
			top:370px;
			left:0px;
			width:750px;
			height:100px;
		}
			#footer * {
				border:0px;
				margin:0px;
				padding:0px;

				color:#808080;
				font-size:9px;
				text-decoration:none;
				text-align:center;
			}
			#footer a:hover {
				text-decoration:underline;
			}