@charset "utf-8";
	
/* location of modules are defined in this css*/



#wrapper #module1 {
	position: absolute;
	height: 160px;
	width: 170px;
	background-color: #f5f5f5;
	left: 1px;
	top: 102px;
	padding-top: 20px;
	padding-left: 10px;
}

#wrapper #module1 #title {
	padding-left: 5px;
	padding-top: 2px;
	font-size: 24px;
	color: #999999;
	font-weight: bolder;
}

#wrapper #module1 #naming {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	height: 100px;
	width: 145px;
	top: 74px;
	left: 8px;
	color: #666666;
}

#wrapper #module2 {
	position: absolute;
	height: 180px;
	width: 180px;
	background-color: #FFFFFF;
	left: 183px;
	top: 102px;
}
#wrapper #module3 {
	position: absolute;
	height: 140px;
	width: 312px;
	background-color: #f5f5f5;
	left: 365px;
	top: 102px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#wrapper #module4 {
	position: absolute;
	height: 180px;
	width: 180px;
	background-color: #666666;
	left: 547px;
	top: 102px;
}

#wrapper #module5 {
	position: absolute;
	height: 160px;
	width: 170px;
	background-color: #e9e9e9;
	left: 1px;
	top: 285px;
	padding-top: 20px;
	padding-left: 10px;
}

#wrapper #module6 {
	position: absolute;
	height: 180px;
	width: 180px;
	background-color: #cbd7d0;
	left: 183px;
	top: 285px;
}

#wrapper #module7 {
	position: absolute;
	height: 140px;
	width: 312px;
	background-color: #e9e9e9;
	left: 365px;
	top: 285px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#wrapper #module8 {
	position: absolute;
	height: 160px;
	width: 170px;
	background-color: #f5f5f5;
	left: 1px;
	top: 467px;
	padding-top: 20px;
	padding-left: 10px;
}
#wrapper #module9 {
	position: absolute;
	height: 180px;
	width: 180px;
	background-color: #cbd7d0;
	left: 183px;
	top: 467px;
}

#wrapper #module10 {
	position: absolute;
	height: 140px;
	width: 312px;
	background-color: #f5f5f5;
	left: 365px;
	top: 467px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#wrapper #module11 {
	position: absolute;
	height: 160px;
	width: 170px;
	background-color: #e9e9e9;
	left: 1px;
	top: 649px;
	padding-top: 20px;
	padding-left: 10px;
}

#wrapper #module12{
	position: absolute;
	height: 180px;
	width: 180px;
	background-color: #cbd7d0;
	left: 183px;
	top: 649px;
}

#wrapper #module13 {
	position: absolute;
	height: 140px;
	width: 312px;
	background-color: #e9e9e9;
	left: 365px;
	top: 649px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#wrapper  a:link {
	text-decoration: none;
	color: #999;
}
#wrapper a:hover {
	color: #FFCC33;
	border-bottom-width: medium;
	border-bottom-color: #FFCC33;
}
#wrapper a:visited {
	color: #999999;
	text-decoration: none;
}
