﻿*
{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
html, body
{
	background:#f0f0f0;
}
/* layout */
#layout-main
{
	background:#ffffff;
	margin:0px auto;
	width:775px;
}
#layout-header
{
}
#layout-header-title
{
	background-image:url("../img/top.gif");
	width:775px;
	height:61px;
}
#layout-header-menu
{
	border:solid 1px #cccc9a;
	padding:4px;
}
#layout-content
{
	border-left:solid 1px #cccc9a;
	border-right:solid 1px #cccc9a;
	padding:32px 64px;
}
#layout-footer
{
	background-image: url("../img/bottom.gif");
	height:57px;
}
/* content */
#layout-content p
{
	margin-bottom:8px;
}
/* footer */
#layout-footer p
{
	color:#999999;
	padding:8px 64px 0px 0px;
	text-align:right;
}
#layout-footer p a, #layout-footer p a:active
{
	color:#999999;
	text-decoration:none;
}
#layout-footer p a:hover
{
	color:#666666;
	text-decoration:underline;
}
