﻿body,html {
	background:url('../images/bg.jpg') #fff repeat-x fixed left top;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595c61;
}

html {
	overflow-y: scroll;
	height:100%;
}

.clear {
	clear:both;
}

div#stage {
	width:915px;
	margin:15px auto;
	background:url('../images/bg2.jpg') repeat-x fixed left 15px #d9dce1;
}

div#hdrsepnav {
	height:15px;
	text-align:right;
	padding-right:20px;
	font-size:10px;
}

div#hdrsepnav a {
	text-decoration:none;
	color:#595c61;
}

div#hdr {
	height:65px;
}

div#hdrimg {
	height:60px;
}

div#hdrsep {
	background:#dadfe3;
	height:5px;
	overflow:hidden;
}

div#secimg {
	height:180px;
	border-bottom:#fff 1px solid;
	background:#d9dce1;
}

div#cnt {
	background:#d9dce1;
	min-height:450px;
	padding-top:40px;
}

div#left {
	width:180px;
	float:left;
}

div#content {
	float:left;
	width:530px;
}

div#right {
	width:200px;
	float:right;
}

div#footer {
	background:#fae36f;
	height:20px;
	border-top:#fff 2px solid;
}

div#footernav {
	float:right;
	padding:3px 10px 0 0;
	font-size:10px;
}

div#footernav a {
  text-decoration:none;
  color:#404040;
}

/***** MENU *****/

div.mmmain {
	margin-bottom:3px;
}

div.mmmain a {
  text-decoration:none;
  color:#404040;
}

div.main_mm {
	width:160px;
	padding:3px 0px;
}

div.main_mma {
	background:#fae36f;
	width:160px;
	padding:3px 0px;
}

div.main_mma2 {
	background:#fae36f;
	width:160px;
	padding:3px 0px;
}

div.main_mma3 {
	width:160px;
	padding:3px 0px;
}

div.mmspace{
	float:left;
	background:#f7f0c2;
	margin-right:15px;
	width:5px;
}

div.mmspace2{
	float:left;
	background:#f7f0c2;
	margin-right:15px;
	width:20px;
}

div.main_mm div.mmspace3{
	float:left;
	background:#bbb;
	margin-right:15px;
	width:35px;
}

div.main_mma3 div.mmspace3{
	float:left;
	background:#f7f0c2;
	margin-right:15px;
	width:35px;
}

/***** AJAX SCROLLER *****/

.ajaxscroller_prev {
	width:150px;
	float:left;
}

.ajaxscroller_next {
	width:150px;
	float:right;
	text-align:right;
}

/***** CONTENT *****/
div#content h1,h2,h3,h4,h5 {
  margin:0;
  padding:0;
  font-weight:normal;
  color:#404040;
}

div#content p {
  line-height:150%;
}

div#content p a{
  text-decoration:underline;
  color:#404040;
}

