@charset "utf-8";

/* format.css */
/* -------- link */
a,
a:link
{
	text-decoration:none;
	color:#0000ff;
	background:inherit;
}

a:hover
{
	text-decoration:underline;
	color:#0000ff;
	background:inherit;
}

a:visited
{
	text-decoration:none;
	color:#800080;
	background:inherit;
}
img
{
	border: none;
}

body
{
	padding:0;
	margin:0;
	background:url(images/bg.gif) repeat-x left top;
	color:#3f3f3f;
}

div#container
{
	width:760px;
	margin:0 auto;
	text-align:left;
}

div#container_inner
{
	padding:0;
	margin:0;
}

div#header
{
	margin:84px auto 55px;
	width:254px;
	height:146px;
	background:url(images/logo.gif) no-repeat left top;
}

div#header h1,
div#header h2
{
	text-indent:-9999px;
	font-size:1px;
	overflow:hidden;
}

hr {
	margin:40px 0 15px;
	height:1px;
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #e5e5e5; 
	clear:both;
}

div#section
{
	overflow:hidden;
}

div#section div
{
	width:380px;
	float:left;
}

div#section div img
{
	margin-bottom:25px;
}


div#section a
{
	margin:0 20px 0 40px;
}

div#footer p
{
	padding-left:65px;
	height:35px;
	background:url(images/footer_logo.gif) no-repeat left top;
	font-size:77%;
	color:#a9a9a9;
	float:left;
}
div#footer img
{
	margin-top:25px;
	float:right;
}


