body {
	background-color: #069;
	background: url(images/background.png) repeat-x top left;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Breadcrumbs */
.breadcrumb_back {
	background: url(images/breadcrumb_back.png) repeat-x top left;
	width: auto;
	height: 30px;
	line-height: 28px;
	padding-bottom: 6px;
}
.breadcrumb_light {
	background: url(images/breadcrumb_light.png) no-repeat;
	width: 500px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	opacity: 0.4;
	filter: alpha(opacity=40);
	float: right;
}
.breadcrumb_link {
	color: #8dbad3;
}
.breadcrumb_link:hover {
	color: #5994b5;
}

/* Glass Box */
.top_cl {
	background: url(images/glass_box/corner_left_up.png) no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
.top_center {
	background: url(images/glass_box/side_top.png) repeat-x;
	width: auto;
	height: 5px;
	float: left;
}
.top_cr {
	background: url(images/glass_box/corner_right_up.png) no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
.center_l {
	background: url(images/glass_box/side_left.png);
	width: 5px;
	float: left;
	min-height: 20px;
	height: auto;
}
.center_content {
	background: url(images/glass_box/center.png);
	min-width: 20px;
	width: auto;
	float: left;
	min-height: 20px;
	height: auto;
}
.center_r {
	background: url(images/glass_box/side_right.png);
	width: 5px;
	float: left;
	min-height: 20px;
	height: auto;
}
.bottom_cl {
	background: url(images/glass_box/corner_left_bottom.png) no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
.bottom_center {
	background: url(images/glass_box/side_bottom.png) repeat-x;
	width: auto;
	height: 5px;
	float: left;
}
.bottom_cr {
	background: url(images/glass_box/corner_right_bottom.png) no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
	
