body	{
  margin: 0px;
  background-color: #fff;
	text-align: center;
}

div {
	-moz-box-sizing: padding-box;
}

#maintop	{	
  margin: 0px auto;
  width: 680px;
  height: auto;
  background-image: url(images/bg_mid.jpg);
  background-repeat: repeat-y;
}


#innermain	{
  margin: 0px auto;
  width: 620px;
  height: auto;
}

#banner	{
	width: 587px;
	height: 150px;
	margin: 0px auto;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

#mainbottom	{
	margin: 0px auto;
	width: 680px;
	height: 45px;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat; 
}

#main	{
	margin: 0px auto;
	width: 587px;
	height:auto;
	font-family:Verdana;
	font-size:12px;
	text-align: left;
}

#main td {
	font-family:Verdana;
	font-size:12px;
	text-align: left;
}

#content_top {
	margin-top: 12px;
	padding: 6px 20px 0px 20px;
	width: 587px;
	height: 18px;
	background-image:url(images/content_top.jpg);
}

#content_mid	{
	padding: 3px 20px;
	width: 587px;
	height: auto;
	background-image:url(images/content_mid.jpg);
	background-repeat:repeat-y;
}

#content_bottom	{
	padding: 0px 20px;
	width: 587px;
	height: 25px;
	background-image:url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#foot	{ 
  margin: 0px auto;
  padding: 10px 40px;
  width: 587px;
  text-align: center;
  color: #333;
  background-color: #f7f5e6;
  font-family: tahoma;
  font-size: 12px;
}

#foot a:link, #foot a:visited, #foot a:active	{
	color: #2c89c3;
	text-decoration:none;
}

#foot a:hover	{
	color:#296287;
	text-decoration:underline;
}

h3	{
  color: #0d75c5;
}