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


#wrapper #module1 {
	position: absolute;
	height: 175px;
	width: 170px;
	background-color: #FFFFFF;
	left: 1px;
	top: 102px;
	padding-top: 5px;
	padding-left: 10px;
}

#wrapper #module2 {
	position: absolute;
	height: 173px;
	width: 160px;
	background-color: #E9E9E9;
	left: 548px;
	top: 102px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
}

#wrapper #module2a {
	position: absolute;
	height: 180px;
	width: 362px;
	left: 183px;
	top: 102px;
}


#wrapper #module3 {
	position: absolute;
	height: 1851px;
	width: 342px;
	background-color: #f5f5f5;
	left: 1px;
	top: 284px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}



#wrapper #module4 {
	position: absolute;
	height: 1851px;
	width: 342px;
	background-color: #f5f5f5;
	left: 366px;
	top: 284px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	color: #751E1E;
	text-decoration: none;
}
