html, body, img, div {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	text-align: center;
	background-image: url('./gfx/bg.jpg');
	background-repeat: repeat-x;
	background-color: #1c1f1f;	
}

#main {
	width: 800px;
	margin: 0 auto;
	overflow: auto;
	text-align: center;
}

#flash_top {
	width: 800px;
	height: 250px;
}

#content {
	width: 740px;
	overflow: auto;
	background-image: url('./gfx/content_bg.jpg');
	margin: 30px auto 0px auto;
}

#section_01 {
	width: 246px;
	float: left;
	text-align: justify;
}

#section_02 {
	width: 247px;
	float: left;
	text-align: justify;
}

#section_03 {
	width: 246px;
	float: left;
	text-align: justify;
}

#reference {
	float: left;
	width: 740px;
	margin: 30px auto 0px auto;
	text-align: left;
}

#bottom {
	width: 740px;
	height: 90px;
	margin: 0 auto;
}

#bottom_top {
	width: 740px;
	height: 30px;
	background-image: url('./gfx/bottom_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0 18px;
}

#infos {
	width: 100%;
	height: 60px;
	padding: 5px 0 0 0;
}

/* fonts */

h1 {display: inline; font: 12px Arial; color: #FFF; font-weight: bold;}

.f10wh {font: 10px Arial; color: #FFF;}
.f10wh a:link {text-decoration: underline; color: #9c2d2d;}
.f10wh a:visited {text-decoration: underline; color: #9c2d2d;}
.f10wh a:hover {text-decoration: none; color: #999;}

.f11wh {font: 11px Arial; color: #FFF;}
.f11wh a:link {text-decoration: underline; color: #999;}
.f11wh a:visited {text-decoration: underline; color: #999;}
.f11wh a:hover {text-decoration: none; color: #9c2d2d;}

.fhead {font: 12px Arial; color: #FFF; font-weight: bold;}
.fhead a:link {text-decoration: none; color: #FFF;}
.fhead a:visited {text-decoration: none; color: #FFF;}
.fhead a:hover {text-decoration: underline; color: #FFF;}


