/* ---------------------
basic layout
--------------------- */

* {
	font-family: Arial, Helvetica, sans-serif;
}

.hutm {
	background:#ffffff;
	margin:0;
	color:#333333;
	
}

div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-position: inside;
}

/** To center the objects **/
.center {
	text-align:center!important;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* ---------------------
template layout
--------------------- */

/** wrapper to make the page center **/
#container {
	width:800px;
	}

#container_gallery {
	width:800px;
	margin: 0px auto;
	padding:0;
	text-align: left;
}

/** div container for mainbody **/
#content_main {
	width:800px;
	background-color:#FFFFFF;
	margin:0px auto;
	padding:0;
	text-align: center;
}



/** copyright **/
#copyright {
	width:780px;
	display:block;
	margin:0px auto;
}

#copyright div {
	color:#000000;
	font-size:10px;
	font-weight:bold;
	display:block!important;
	width:780px;
	
}


/** fix opera table width for content list in table category**/
table.contentpane td.contentdescription {
	width:100%!important;
}

