body {
	margin: 0px;
	padding: 0px;
	background: #dbdbe3;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}



#menu {
	padding: 0px;
	margin: 0px;
	border-color: #212121;
	border-style: solid;
	border-width: 5px 0px 0px 0px;
	background: #373737;
	height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#menu a {
	margin: 5px 0px 0px 0px;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	padding: 11px;
	line-height: 40px;
}
#menu a:hover { background: #d04040; }



#head {
	margin: 0px;
	padding: 0px;
	background: #eeeff1 url('./../img/bg_head.jpg') top center repeat-x;
	height: 656px;
	min-height: 656px;
	max-height: 656px;
}
#top {
	width: 1000px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #eeeff1 url('./../img/bg_top.jpg') top center no-repeat;
	height: 236px;
	min-height: 236px;
	max-height: 236px;
	padding-top: 420px;
	text-align: justify;
}



#main {
	width: 1000px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#column {
	float: left;
	width: 324px;
	max-width: 324px;
	border: 0px;
}
#column #box {
	margin-top: 15px;
	padding: 10px 20px;
	background: #4d4d4f url('./../img/bg_column.jpg') top center repeat-x;
	color: #fff;
}
#column #box h1, #column #box h2, #column #box h3, #column #box h4, #column #box h5, #column #box h6 { color: #fff; font-style: italic; }
#column #box p { padding: 0px 10px; }
#column img { border: 1px solid #000; width: 322px; }
#content {
	float: right;
	width: 640px;
	max-width: 640px;
	border: 0px;
	margin: 15px 0xp 0px 15px;
	background: #e3e4e6;
	color: #4c4d4f;
	padding: 10px;
	text-align: justify;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #000; font-style: italic; }



#foot {
	clear: both;
	padding: 0px;
	margin: 0px;
	border-color: #fff;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	background: #c4c4c4;
}
#note {
	width: 1000px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px 5px 0px;
	color: #000;
}
#note a {
	color: #000;
	text-decoration: none;
}
#note a:hover {
	text-decoration: underline;
}