@charset "utf-8";
/* Custom Styles for Secondary Page */

#containerbox {
	background: transparent url(contentbackground.jpg) no-repeat scroll left top;
}

/* Client HOME */
#custom_list{
	width:135px;
	margin:0;
	padding:0;
	float:left;
}
#custom_list li{
	widows:135px;
	height:41px;
	background-image:url(../images/CS_list.png);
	background-repeat:no-repeat;
	list-style:none;
}
#custom_list li a{
	display:block;
	width:100%;
	height:31px;
	padding-top:10px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
}
#custom_list li a:hover{
	text-decoration:underline;
}

#right_container{
	width:475px;
	text-align:center;
	float:right;
}
#right_container ul{
	margin-top:20px;
	text-align:left;
}
#right_container h2{
	margin-top:0px;
}

hr{
	margin:10px;
}
/**/

/* Client ALL */
.center{
	width:100%;
	text-align:center;
}
/**/
