/* 
 ******************************************************************** LAYOUT *******/

#img_right {
	z-index:1;
	position:absolute;
	top:150px;
	right:0;
	width:327px;
	height:473px;
	background-image:url(../images/layout/img_right.gif);
	background-repeat:no-repeat;
}

#img_left {
	position:absolute;
	top:0;
	left:0;
	width:188px;
	height:336px;
	background-image:url(../images/layout/img_left.gif);
	background-repeat:no-repeat;
}

#img_left_bg {
	position:absolute;
	top:0;
	left:0;
	width:188px;
	height:336px;
	background-image:url(../images/layout/img_left_BG.gif);
	background-repeat:no-repeat;
}

#img_left_pic {
	position:absolute;
	top:0;
	left:0;
	width:188px;
	height:336px;
	background-repeat:no-repeat;
}

#img_left_rand {
	position:absolute;
	top:0;
	left:0;
	width:188px;
	height:336px;
	background-image:url(../images/layout/img_left_rand.gif);
	background-repeat:no-repeat;
}

/* 
 ******************************************************************** HEADER *******/

#header {
	position:absolute;
	top:15px;
	left:200px;
	width:570px;
	height:77px;
	background-image:url(../images/layout/header.gif);
	background-repeat:no-repeat;
}

/* 
 ******************************************************************** CONTENT *******/

#content_main {
	z-index:90;
	position:absolute;
	top:92px;
	left:200px;
	width:570px;
	
	overflow:hidden;
}


.content_padding {
	margin:0 15px 0 15px;
}


#content_text {
	height:530px;
	width:100%;
	
	font-size:11px;
	
	background-image:url(../images/layout/content_bg.gif);
	background-repeat:repeat-y;
	
	padding-bottom:15px;
	
	float:left;
}


#content_text,
#content_text table,
#content_text p {
	font-size:11px;
}

#content_bottom {
	height:21px;
	width:100%;
	float:left;
	background-image:url(../images/layout/content_bottom.gif);
	background-repeat:no-repeat;
	
	border-top:1px solid #FFCC00;
	
		
	margin-bottom:20px;

}

#footer {
	text-align:right;
	padding:3px 15px 0 0;
	
	
}
	