html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

body, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

body
{
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}




/* diverses */
p
{
	margin: 0px;
	padding: 0px;
}

table
{
	border-collapse: collapse;
}

img
{
	border: none;
}

a
{
	color: #666666;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
}

ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li
{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 8px;
	list-style: none;
}
.content li
{
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}




.content
{
	line-height: 140%;
}

.ce_gallery img
{
	border: solid 1px #999999;
}




/* template */
#main_div
{
	position: relative;
	width: 800px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #ffffff;

	background-repeat: no-repeat;
	background-position: 0px bottom;
}

* html #main_div {height: 100%;}

#row_1
{
	width: 800px;
	height: 90px;
	overflow: hidden;
}

#row_2
{
	width: 800px;
	height: 23px;
	overflow: hidden;

	background-image: url(images/back_row_2.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#row_2 .inner
{
	padding: 4px 0px 0px 30px;
}

#row_3
{
	width: 800px;
	overflow: hidden;
}
#row_3 .inner
{
	padding: 30px 30px 30px 30px;
}

#row_4
{
	position: absolute;
	bottom: 0px;
	width: 800px;
	height: 20px;
	background: #5c748a;
	color: #ffffff;
	font-size: 10px;
	overflow: hidden;
}
#row_4 .inner
{
	padding: 4px 0px 0px 30px;
}
#row_4 a
{
	color: #ffffff;
}

.clear
{
	clear: both;
}




/* Navi 1 */
#navi_1 ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#navi_1 li
{
	list-style: none;
	display: inline;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 0px;
}
#navi_1 a
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#navi_1 a:hover, #navi_1 .active a
{
	color: #ad2e23;
}




/* Navi Pagination */
.pagination ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.pagination li
{
	list-style: none;
	display: inline;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
}
.pagination a
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.pagination a:hover, .pagination .active a, .current
{
	color: #ad2e23;
	font-weight: bold;
	text-decoration: underline;
}