@charset "utf-8";
/* CSS Document */

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

.main_body	{
	width:960px;
	margin:auto;
}

.logo_holder	{
	padding:30px 0px 60px 0px;
}

.header_holder	{
	padding-bottom:40px;
	padding-top:60px;
}

.menu_holder	{
	padding:10px 0px 10px 55px;
}

.content_tx	{
	padding:30px 100px;
}

.content_images	{
	padding:30px 0px 30px 20px;
	clear:both;
}

.box_images	{
	float:left;
	width:200px;
	height:150px;
	border:#ee3a81 solid 1px;
	background:#fdf3f7;
	padding:5px;
	margin-right:20px;
	margin-bottom:20px;
}

.normal_tx	{
	color:#ee3a81;
	font-size:12px;
	text-align:center;
}

.link_tx	{
	text-decoration:underline;
	color:#ee3a81;
	font-size:12px;
	font-weight:bold;
}

.clear	{
	clear:both;
}


