@charset "utf-8";
/* CSS Document */


#top-left {
	background: url(../images/top-left.png) 100% 0 no-repeat;
	height: 890px;
}

#tile-left {
	background: url(../images/tile-left.png) 100% 890px repeat-y;
}



#top-center {
	background: url(../images/top-center.png) 50% 0 no-repeat;
	height: 514px;
}

#mid-center {
	background: url(../images/mid-center.png) 50% 890px no-repeat;
}



#top-right {
	background: url(../images/top-right.png) 0 0 no-repeat;
	height: 890px;
}

#tile-right {
	background: url(../images/tile-right.png) 0 890px repeat-y;
}


#main-content {
	height: 100%;
	padding: 20px;
}

div.img-thumb {
	background: url(../images/img-thumb-bg.png);
	width: 215px;
	height: 157px;
}

object {
	border: 0;
	padding: 0;
	margin: 0;
}

#home_pic {
	padding-left: 20px;
}

.center_large {
	font-size: 14px;
	font-weight: bold;
}

h3.mob_header {
	margin-top: 30px;
	margin-bottom: 20px;
}

h3.visuals_header {
	text-align: center;
}

img.visuals_thumb {
	padding: 7px 10px 7px 10px;
}
