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

body#homepg { background: #bb5626;}
body#homepg #bodyWrap { background:url(/home/img/bg.jpg) no-repeat 0 0; }
body#homepg #blueBar { background:url(/home/img/bluebar.png) no-repeat 0 0; }

#model_link {
	position:absolute;
	top:100px;
	right:70px;
	width:135px;
	height:87px;
	background:url(/home/img/model_link.png) no-repeat 0 0;
}
#model_link em {
	display:none;
}
#model_link a {
	display:block;
	width:135px;
	height:87px;
	background-color:transparent;
	border:none;
}
#model_link:hover {
	background-position:0 -87px;
}
#acts_link {
	position:absolute;
	top:75px;
	right:70px;
	width:135px;
	height:115px;
	background:url(/home/img/acts_link.png) no-repeat 0 0;
}
#acts_link em {
	display:none;
}
#acts_link a {
	display:block;
	width:135px;
	height:115px;
	background-color:transparent;
	border:none;
}
#acts_link:hover {
	background-position:0 -115px;
}

h3.finalContent {
	clear:both;
	margin-top:10px;
}
.finalContent {
	margin-right:200px;
}
p.finalContent {
	padding-bottom:1.8em;
}
.roomy {
	padding-top:1.8em;
	padding-bottom:1.8em;
}

