body
	{
	margin:0;
	padding:0;
	background-color: #141c1f;
	background: #141c1f;
	background-repeat: no;
	}

#container
	{
	width:1000px;
	text-align:left;
	margin:0 auto;
	position:relative;top:0px;
	background: #ffffff;
	}

#logo
	{
	width:1000px;
	height:62px;
	position:relative;top:0px;left:0px;
	}
 
#header
	{
	width:1000px;
	height:168px;
	position:relative;top:0px;left:0px;
	background:url('../gfx/bg_buttons.jpg') top left;
	background-image:url('../gfx/bg_buttons.jpg') top left;
	background-repeat: no-repeat;
	}

#top
	{
	width:1000px;
	height:24px;
	position:relative;top:0px;left:0px;
	background:url('../gfx/bg_top.gif') top left;
	background-image:url('../gfx/bg_top.gif') top left;
	background-repeat: no-repeat;
	}
	
#top_inside
	{
	width:940px;
	height:18px;
	position:relative;top:3px;left:20px;
	text-align:left;
	float:left;
	}

#middle
	{
	width:1000px;
	height:20px;
	position:relative;top:0px;left:0px;
	background:url('../gfx/bg_middle.gif') top left;
	background-image:url('../gfx/bg_middle.gif') top left;
	}
	
#distance
	{
	width:1000px;
	height:30px;
	position:relative;top:0px;left:0px;
	background:url('../gfx/bg_distance.jpg') top left;
	background-image:url('../gfx/bg_distance.jpg') top left;
	}

#buttons
	{
	width:980px;
	height:168px;
	position:relative;top:0px;left:10px;
	}

#button01
	{
	width:140px;
	height:168px;
	float:left;
	}
	
#button02
	{
	width:140px;
	height:168px;
	float:left;
	}
	
#button03
	{
	width:140px;
	height:168px;
	float:left;
	}

#button04
	{
	width:140px;
	height:168px;
	float:left;
	}
	
#button05
	{
	width:140px;
	height:168px;
	float:left;
	}
	
#button06
	{
	width:140px;
	height:168px;
	float:left;
	}

#button07
	{
	width:140px;
	height:168px;
	float:left;
	}
	
#content
	{
	width:1000px;
	position:relative;top:0px;left:0px;
	text-align:left;
	}

#content_inside
	{
	width:960px;
	position:relative;top:0px;left:20px;
	padding-right:0px;
	text-align:left;
	float:left;
	}	

#content_inside_left_bg
	{
	width:680px;
	position:relative;top:0px;left:24px;
	padding-right:30px;
	text-align:left;
	float:left;
	background:url('../gfx/bg_content_left.gif') top left repeat-y;
	}

#content_inside_left
	{
	width:680px;
	position:relative;top:0px;left:0px;
	padding-right:30px;
	text-align:left;
	float:left;
	}
	
#content_inside_right
	{
	width:222px;
	position:relative;top:0px;left:0px right:0px;
	padding-left:30px;
	text-align:left;
	float:left;
	}
	
#bottom
	{
	width:1000px;
	height:30px;
	position:relative;top:0px;left:0px;
	background-image:url('../gfx/bg_bottom.gif');
	clear: both;
	}
	
#bottom_inside
	{
	width:940px;
	height:18px;
	position:relative;top:6px;left:20px;
	text-align:left;
	float:left;
	}
	
.photos
	{
	padding:2px;
	margin-left:4px;
	margin-right:4px;
	margin-top:2px;
	margin-bottom:10px;
	border-color: #cecece;
	background-color: #cecece;
	}

.photos:hover
	{
	border-color: #ff5a00;
	background-color: #ff5a00;
	}
	
.photos_static
	{
	padding:1px;
	margin-left:4px;
	margin-right:4px;
	margin-top:2px;
	margin-bottom:10px;
	border-color: #cecece;
	background-color: #cecece;
	}
 
.photos_small
	{
	padding:1px;
	margin-left:0px;
	margin-right:6px;
	margin-top:2px;
	margin-bottom:8px;
	border-color: #cecece;
	background-color: #cecece;
	}

.photos_small:hover
	{
	border-color: #5f6485;
	background-color: #5f6485;
	} 

.photos_center
	{
	padding:1px;
	margin-left:2px;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:2px;
	text-align:center;
	border-color: transparent;
	background-color: transparent;
	}
	
.photos_center:hover
	{
	border-color: #ff5a00;
	background-color: #ff5a00;
	}
	
.photos_right
	{
	padding:2px;
	margin-left:4px;
	margin-right:4px;
	margin-top:2px;
	margin-bottom:10px;
	text-align:right;
	border-color: #cecece;
	background-color: #cecece;
	}
	
.photos_right:hover
	{
	border-color: #ff5a00;
	background-color: #ff5a00;
	}

.text_title
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#2c4952;
	font-size:18px;
	letter-spacing:0px;
	background-color:transparent;
	}
	
.h1
	{
	color: #2c4952;
	font-size: 1.429em;	/* 20px */
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.text_title_center
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#2c4952;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	letter-spacing:0px;
	background-color:transparent;
	}

.text_title_right
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#2c4952;
	font-size:15px;
	text-align:right;
	font-weight:bold;
	letter-spacing:0px;
	background-color:transparent;
	}

.text_normal
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#525252;
	text-align:left;
	font-size:15px;
	letter-spacing:0px;
	background-color:transparent;
	}
	
	.text_center
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#525252;
	text-align:center;
	font-size:12px;
	letter-spacing:0px;
	background-color:transparent;
	}
	
.text_small_center
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#525252;
	text-align:center;
	font-size:13px;
	letter-spacing:0px;
	background-color:transparent;
	}
	
.text_normal_highl
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#FF6917;
	text-align:left;
	font-size:14px;
	letter-spacing:0px;
	background-color:transparent;
	}
	
.text_normal_warn
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#FF6917;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0px;
	background-color:transparent;
	}

.text_right
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#525252;
	font-size:14px;
	text-align:right;
	letter-spacing:0px;
	background-color:transparent;
	}

.text_justify
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#525252;
	font-size:15px;
	text-align:justify;
	letter-spacing:0px;
	background-color:transparent;
	}

.text_bold
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#525252;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	letter-spacing:0px;
	background-color:transparent;
	}
	
.text_small
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#525252;
	font-size:11px;
	text-align:left;
	letter-spacing:0px;
	background-color:transparent;
	}
	
.text_center_ob
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#e60004;
	text-align:center;
	font-size:14px;
	letter-spacing:0px;
	background-color:#ffe985;
	}


.text_center_bb
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0px;
	background-color:#37A5FF;
	}	
 
.text_menu_down
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#cecece;
	text-align:center;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-color:transparent;
	}
	
.text_menu_down_a
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#aaaaaa;
	text-align:center;
	padding-top:1px;
	font-size:12px;
	text-decoration:none;
	background-color:transparent;
	}
	
.text_menu_down_small
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#aaaaaa;
	text-align:center;
	padding-top:1px;
	font-size:10px;
	text-decoration:none;
	background-color:transparent;
	}
	
.text_menu_up
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#cecece;
	text-align:center;
	padding-top:3px;
	font-size:11px;
	text-decoration:none;
	background-color:transparent;
	}
	
.text_menu_up_a
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#aaaaaa;
	text-align:center;
	padding-top:1px;
	font-size:11px;
	text-decoration:none;
	background-color:transparent;
	}
	
.text_left_wb
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#FF6917;
	text-align:left;
	font-size:15px;
	letter-spacing:0px;
	background-color:transparent;
	}


.text_center_wb
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#FF6917;
	text-align:center;
	font-size:15px;
	letter-spacing:0px;
	background-color:transparent;
	}
	
.text_right_wb
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#FF6917;
	text-align:right;
	font-size:15px;
	letter-spacing:0px;
	background-color:transparent;
	} 
	

a.link01:link {
	color: #5f6485;
	text-decoration: none;
	font-weight:bold;
	}
a.link01:visited {
	color: #5f6485;
	text-decoration: none;
	font-weight:bold;
	}
a.link01:hover {
	color: #ff5a00;
	text-decoration: none;
	font-weight:bold;
	}
	
a.link03:link {
	color: #666666;
	text-decoration: none;
	}
a.link03:visited {
	color: #666666;
	text-decoration: none;
	}
a.link03:hover {
	color: #ff5a00;
	text-decoration: none;
	}
	
a.link04:link {
	color: #aaaaaa;
	text-decoration: none;
	}
a.link04:visited {
	color: #aaaaaa;
	text-decoration: none;
	}
a.link04:hover {
	color: #ff5a00;
	text-decoration: none;
	}
	
	
a.button01r
	{
	border: 0px;
	display: block;
	width: 140px;
	height: 168px;
	background: url(../gfx/button01.jpg) 0 0 no-repeat;
	}
a.button01r:hover
	{
	background-position: 0 -168px;
	}
	
a.button02r
	{
	border: 0px;
	display: block;
	width: 140px;
	height: 168px;
	background: url(../gfx/button02.jpg) 0 0 no-repeat;
	}
a.button02r:hover
	{
	background-position: 0 -168px;
	}
	
a.button03r
	{
	border: 0px;
	display: block;
	width: 140px;
	height: 168px;
	background: url(../gfx/button03.jpg) 0 0 no-repeat;
	}
a.button03r:hover
	{
	background-position: 0 -168px;
	}
	
a.button04r
	{
	border: 0px;
	display: block;
	width: 140px;
	height: 168px;
	background: url(../gfx/button04.jpg) 0 0 no-repeat;
	}
a.button04r:hover
	{
	background-position: 0 -168px;
	}
	
a.button05r
	{
	border: 0px;
	display: block;
	width: 140px;
	height: 168px;
	background: url(../gfx/button05.jpg) 0 0 no-repeat;
	}
a.button05r:hover
	{
	background-position: 0 -168px;
	}
	
a.button06r
	{
	border: 0px;
	display: block;
	width: 140px;
	height: 168px;
	background: url(../gfx/button06.jpg) 0 0 no-repeat;
	}
a.button06r:hover
	{
	background-position: 0 -168px;
	}
	
a.button07r
	{
	border: 0px;
	display: block;
	width: 140px;
	height: 168px;
	background: url(../gfx/button07.jpg) 0 0 no-repeat;
	}
a.button07r:hover
	{
	background-position: 0 -168px;
	}
	