Body {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
	background-color: #FFEFCE;
	font-size: 14px;
	line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

a{
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#666666;
}

.a_imagechange {
	color:#3399FF;
	font-size: 12px;
}
.a_imagechange:hover {
	color:#666666;
}

.a_imagelink {
	color:#3399FF;
}
.a_imagelink:hover {
	color:#666666;
}

.comment {
	font-size:14px;
	color:#666666;
	font-style: italic;
}
.information {
	font-size:14px;
	color:#666666;
}

ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#main {
	/*position: relative;*/
	width: 757px;	
	/*left: 10px;*/
	text-align:justify;
}

#header {
	position: relative;
	width: 777px;
	height: 196px;
}
#footer {
	clear: both;
	position: relative;
	width: 777px;
	height: 50px;;
}

.image {
	position: relative;
	background-repeat:no-repeat;
}
.image_top {
	position: absolute; /**/
	width: 100%;
	height: 4px;
	background-image:url(/gfx/main/image_border/top.gif);
	background-repeat:repeat-x;
}
.image_top_left {
	position: absolute;
	width: 4px;
	height: 4px;
	background-image:url(/gfx/main/image_border/top_left.gif);
	background-repeat:no-repeat;
	left: 0px;
}
.image_top_right {
	position: absolute;
	width: 4px;
	height: 4px;
	background-image:url(/gfx/main/image_border/top_right.gif);
	background-repeat:no-repeat;
	right: 0px;
}
.image_left {
	/*float: left;*/
	position: absolute;
	width: 4px;
	height: 100%;
	background-image:url(/gfx/main/image_border/left.gif);
}
.image_right {
	/*float: right;*/
	position: absolute;
	width: 4px;
	height: 100%;
	background-image:url(/gfx/main/image_border/right.gif);
	right: 0px;
}
.image_bottom {
	clear: both;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 4px;
	padding: 0px; margin: 0px;
	background-image:url(/gfx/main/image_border/bottom.gif);
	background-repeat:repeat-x;
}
.image_bottom_left {
	position: absolute;
	width: 4px;
	height: 4px;
	padding: 0px; margin: 0px;
	background-image:url(/gfx/main/image_border/bottom_left.gif);
	background-repeat:no-repeat;
	left: 0px;
}
.image_bottom_right {
	position: absolute;
	width: 4px;
	height: 4px;
	padding: 0px; margin: 0px;
	background-image:url(/gfx/main/image_border/bottom_right.gif);
	background-repeat:no-repeat;
	right: 0px;
}
.image_main {

}