DIV, A, UL, LI {	
	-moz-box-sizing: border-box ;
	box-sizing: border-box ;
}
.LAYOUT_MAIN_ALIGN {	
	background: url(../images/page_bg.jpg) repeat-x;
}
.LAYOUT_MAIN_CONTAINER {
	width: 990px;	
	text-align: left;
	min-height: 600px;
	border: 3px solid white;
}
.LAYOUT_TITLE_CONTAINER {		
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	height: 478px;
	background-color: white;
}
.LAYOUT_CENTER_CONTAINER {
	
	
}
.LAYOUT_INTRO_CONTAINER {
	position: relative;
	top: -160px
}

.LAYOUT_CONTENT_CONTAINER {
	
	background-image: url(../images/left_shadow.png);
	background-repeat: repeat-y;
	width: 600px;
	position: relative;
	top: -300px;
	left: 300px;
}
.CONTENT_BG_IMG {
	background-image: url(../images/right_shadow.png);
	background-repeat: repeat-y;
	background-position:  right top;
}
.CONTENT_BOX {
	min-height: 400px;
	margin-left: 8px;
	margin-right: 9px;
	width: 583px;
	background-repeat: repeat-x;
	padding: 5px;
  background-image:url(../images/content_bg.png);
}
.CONTENT_BOX.MSIE {
	height: 400px;
}
.CONTENT_TITLE {
	text-transform: uppercase;
	font-size: 15pt;
	padding-left: 20px;
	height: 31px;
	padding-top: 8px;
}
.LAYOUT_BOTTOM_CONTAINER {
	clear: both;
	text-align: right;
	margin-top:10px;
	color: #808080;	
}

.LAYOUT_BOTTOM_CONTAINER A {
	color: white;
	text-decoration: none;
}

.LAYOUT_BOTTOM_CONTAINER A:hover {
	color: #c6d7fd;
	text-decoration: underline;
}

.LAYOUT_PARTNERS_CONTAINER {
	width: 400px;	
	clear: both;
	float: right;
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
	color: #808080;	
	
}

.LAYOUT_PARTNERS_CONTAINER A, .partners A {
	margin: 10px;
	
}
