@import url('styleContent.css');

html,body {
	background-color:#000000;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:tahoma,sans-serif;
	font-size:12px;
	min-height:100%;
	margin-bottom:1px;
}
a {
	text-decoration:none;
	color:black;
}
a:hover {
	color:#808080;
}
	#container {
		background-color:#FFFFFF;
		position:absolute;
		left:50%;
		float:left;
		width:770px;
		height:760px;
		margin-left:-385px;
		margin-top:5px;
		margin-bottom:5px;
	}
		#container div {position:absolute;}
		#logo {
			top:10px;
			left:10px;
			width:126px;
			height:86px;
		}
			#logo img {
				border:3px outset red;
				width:120px;
				height:80px;
			}
		#menu {
			top:10px;
			right:10px;
			width:610px;
			height:20px;
			border:0px;
			margin:0px;
			padding:0px;

			border-top:3px double black;
		}
			#menu ul {
				border:0px;
				margin:0px;
				padding:0px;
			}
				#menu ul li {
					border:0px;
					margin:0px;
					padding:0px;

					width:65px;
					height:20px;
					list-style-type:none;
					float:left;
				}
					#menu ul li a {
						width:65px;
						height:20px;
						display:block;
						font-size:11px;
						text-align:center;
					}
		#title {
			top:100px;
			left:10px;
			width:126px;
			height:106px;

			background-color:black;
		}
			#title h1 {
				font-size:1px;
				text-indent:-5000px;
			}
		#box {
			top:30px;
			right:10px;
			width:610px;
			height:30px;

			background-color:silver;
			background-image:url('../images/siteBoxBG.gif');
			background-position:bottom center;
			background-repeat:repeat-x;
			overflow:hidden;
		}
		#space {
			top:65px;
			right:10px;
			width:610px;
			height:140px;

			overflow:hidden;
		}
		#body {
			top:220px;
			left:10px;
			width:750px;
			height:520px;

			background-image:url('../images/siteBodyBG.gif');
			background-repeat:repeat-x;
			overflow:hidden;
		}
		#container #footer {
			top:745px;
			left:0px;
			width:750px;
			height:20px;
		}
			#footer * {
				border:0px;
				margin:0px;
				padding:0px;

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

