/* CSS Document */

#flashcontainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	min-width: 995px;
	min-height: 620px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

/* LAYOUT */

#divwrapper {
	width:600px;
	height:520px;
}

#divleft {
	padding-left:12px;
	width: 230px;
	margin:0px;
	float:left;
}

#divright {
	width:357px;
	margin:0px;
	margin-top:87px;
	padding:0px;
	float:right;
}

.shhome {
	width:357px;
	background-image:url(../images/shadow_home.jpg);
	background-repeat:repeat-y;
}

.shtophome {
	width:357px;
	height:10px;
	background-image:url(../images/shadow_tophome.jpg);
	background-repeat:repeat-y;
}

.shbothome {
	width:357px;
	height:10px;
	background-image:url(../images/shadow_bothome.jpg);
	background-repeat:no-repeat;
}

.content {
	margin:0px;
	width:320px;
	padding: 10px 15px;
	padding-bottom:30px;

}

#quadris {
	clear:both;
	margin: 0px;
	vertical-align:bottom;
}

#footer {
	clear:both;
	padding:20px 0px 20px 244px;
	vertical-align:bottom;
	color:#D21A22;
	font-weight:bold;
}

.sclose { 
	clear:both; 
	height:1px;
	margin:0px;
	padding:0px;
}

/* MAIN DIV PAGES */


#divhome {
	width:100%;
	background-image:url(../images/bg_home.jpg);
	background-position:right;
	background-repeat:no-repeat;
	margin:12px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

