body{
	margin		: 0px;
	padding		: 0px;
	background	: url(../images/back_blue.jpg) repeat-x;
	font-family : Arial, Helvetica, sans-serif;
}


/* font definition */



.font_green{
	color : #bccd3b;
}

.font_small{
	font-size:10px !important;
}

#mainContainer{
	width		: 900px;
	position	: relative;
	left		: 50%;
	margin-left	: -450px;
	
	height:500px;
}

#header{
	padding	: 30px 0px 0px 0px;
	height	: 197px;
}

#center{
	background	: url(../images/back_middle.jpg) no-repeat;
	height		: 285px;
}

#center_text{
	margin-left	: 555px;
	padding		: 20px 10px 0px 10px;
	text-align	: left;
	width		: 225px;
}

#center_text p{
	font-size	: 14px;
	color		: #414141;
	margin		: 0px 0px 15px 0px;
}


#bottom{
	padding:20px 0px 0px 0px;
}

#bt_left{
	float:left;
}

#bt_right{
	float:left;
}

#info_left{
	float		: left;
	height		: 75px;
	width		: 245px;
	font-weight	: bold;
	font-size	: 18px;
	color		: #056caf;
	text-align	: right;
	padding		: 40px 7px 0px 0px;
}

#info_left a{
	color		: #056caf;
	text-decoration:none;
}

#info_left a:hover{
	color		: #bccd3b;
	text-decoration:none;
}

#info_right{
	float		: left;
	width		: 164px;
	text-align	: left;
}

#info_bottom{
	text-align	: right;
	width		: 415px;
	font-size	: 10px;
	color		: #999999;
	clear		: both;
	padding-top	: 25px;
}