html {
  height: 100%;
  margin-bottom: 0px;
}

img {
	border: none;
}


body {
	font-family: Arial, Tahoma, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	background: #FFFFCB;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: none;
	color: #CC0000;
}

a:hover {
	text-decoration: none;
	font-weight: none;
	color: #FAA74B;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

#page_bg {
	padding: 0;
}

div.center {
	text-align: center;
	margin: 0 auto;
	width: 904px;
}

div#wrapper {
	margin: 0 auto;
	width: 904px;
	text-align: left;
}

#header {
	height: 158px;
	background: url(../images/header.jpg) top center no-repeat;
	margin: 5px 0 0 0;
}

#content {
	width: 904px;
	margin: 0 auto;
	overflow: hidden;
	float:right;
	background: url(../images/content.jpg) top center repeat-y;
}
#content-up{

	width:100%;
	height:auto;
	overflow:hidden;
	background: url(../images/content_bkg.jpg) top center no-repeat;

}

div.nopad {
	overflow: hidden;
	padding: 4px;
}

#content_bottom {
	width: 904px;
	height: 51px;
	background: url(../images/content_bottom.jpg) top center no-repeat;
	
}

#menu {
	padding-top:10px;
	width: 720px;
	margin-left:186px;
	background: url(../images/menu.jpg) top left no-repeat;
	height: 34px;
}

#menu-bottom {
	padding-top:10px;

}

#menu a{

	background: url(../images/menu_row.jpg) bottom left no-repeat;
	padding-left:10px;
	font-weight:normal;

}

#area {
	padding: 0;
	margin: 0 auto;
}

#leftcolumn {
	margin: 20px 0 0 0;
	width: 180px;
	float: left;
	padding: 0 4px 10px 0;
	text-align: left;
	height:auto;
}

div#maincolumn {
	float: left;
	width: 644px;
	margin: 12px 0 30px 10px;
}

#maincolumn img {
	border: #CCCCCC solid 1px;
	margin:5px;
	border: none;
}

#footer {
	margin: 0 auto;
	width: 888px;
	height: 50px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}

#footer p {
	height: 20px;
	text-align: right;
	padding: 10px 30px 0 0;
	color: #666;
}

/* headers */

h1 {
	padding: 0;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 30px;
	font-weight: normal;
	vertical-align: bottom;
	color: #ff3300;
	text-align: center;

}

h2 {
	padding: 0;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 22px;
	vertical-align: middle;
	color: #b13e3e;
	text-align: left;
	font-weight: bold;
}

h3 {
	margin: 0;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #555;
	padding: 0;
}

h4 {
	font-family: Arial, Tahoma, sans-serif;
	color: #333;
	font-size:14px;
}

.small {
	font-size: 10px;
	color: #555;
	font-weight: normal;
	text-align: left;
}

ul {
	margin:10px;
	padding:0;
	list-style:none;
}

li{
	margin: 4px;
	padding: 4px 0px 0px 20px;
	background: url(../images/indent1.gif) bottom left no-repeat;}