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

* {
	margin:0px;
	padding:0px;
	font-size:12px;
}

html , body {
	height:100%;
}

img {
	border:0px;
}

div#layout {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background:url(img/container_bg.jpg) repeat-y;
	min-height:100%;
  _height:100%;
}

div#container {
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

div#header {
	height:230px;
}

div#main {
	background:url(img/main_bg.jpg) repeat-x;
	min-height:530px;
}

div#footer {
	width:700px;
	height:70px;
	background:url(img/footer_bg.jpg) no-repeat;
}

div#layout_menu
{
	padding:15px;
}

div#menu_left,div#menu_right
{
	float:left;
	width:12px;
}

div#menu_contents
{
	float:left;
	width:161px;
	height:400px;
}

div#layout_contents
{
	float:left;
	width:480px;
}

div#main_contents_container
{
	padding-left:25px;
	padding-right:10px;
	padding-bottom:50px;
	line-height:150%;
}

div#footer
{
	color:white;
	font-size:10px;
	background-color:#74A217;
	height:100%;
}

div#footer_contents
{
	padding-top:40px;
	padding-left:20px;
}

div#footer_contents a
{
	color:white;
}

p.sub_header
{
	background:#74A217;
	color:#FFFFFF;
	font-weight:bold;
}

p.sub_contents
{
	padding:10px;
	padding-bottom:30px;
}

img.thumbnail
{
	width:150px;
}