/* CSS Document */
body {
	text-align: center;
	background-color: #5F5C60;
	margin: 0px;
  }

#container {
	text-align: left;
	margin: 0 auto;
	position: relative;
	height: 620px;
	width: 900px;
	top: 20px;
	z-index: 1;
	background-color: #000000;
  }
#writings {
	position: absolute;
	height: 100px;
	width: 900px;
	left: 0px;
	top: 400px;
}
#thumBlock {
	position: absolute;
	height: 100px;
	width: 500px;
	left: 200px;
	top: 275px;
}
.largeTahoma {
	font-family: Tahoma;
	font-size: 24px;
	color: #525252;
	font-weight: normal;
}
#navigation {
	height: 60px;
	width: 80px;
	left: 20px;
	top: 400px;
	position: absolute;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF66;
	text-decoration: none;
}
.medType {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#title {
	position: absolute;
	height: 30px;
	width: 900px;
	left: 0px;
	top: 0px;
	text-align: left;
}
#thumBlockA {
	position: absolute;
	height: 100px;
	width: 500px;
	left: 200px;
	top: 175px;
}
#copyright {
	position: absolute;
	z-index: 5;
	height: 20px;
	width: 900px;
	left: 0px;
	top: 600px;
	text-align: center;
	background-color: #5F5C60;
}
.tinyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	line-height: 20px;
}

