/* CSS Document */
.cl {
	clear:both;	
	}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	}
a:link, a:visited, a:active {
	color: #7e9bb3;
	text-decoration: none;
	font-weight: bold;
	}
	a:hover {
		text-decoration: underline;
		}
	
	
#menu {
	margin-top: 40px;
	}

#content {
	z-index: 200;
	padding-bottom: 5px;
	width: 600px;
	margin: 5px 0px 255px 95px;
	padding-left: 5px;
	border-left: 1px solid #CCCCCC;
	}

#mt_bg {
	background: url(../images/layout/bg_mt.jpg) no-repeat;
	width: 100%;
	height: 260px;
	position: fixed;
	bottom: 100px;
	z-index: -100;
	}
#footer {
	background: url(../images/layout/bg_foot.jpg) repeat-x black;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 100px;
	z-index: 300;
	padding: 10px 0px 10px 100px;
	}
.foot-contain {
	width: 600px;
	}
	.foot-contain a:link, .foot-contain a:visited, .foot-contain a:active {
		text-decoration: none; 
		color: #CCCCCC;
		}
	.foot-contain a:hover {
		text-decoration: underline;
		color: #999999;
		}
.work {
	float: right;
	width: 450px;
	}
.work_submenu {
	text-transform: uppercase;
	font-weight: bold;
	width: 110px;
	height: 100%;
	float: left;
	line-height: 18px;
	text-align: right;
	padding-right: 30px;
	color: #7e9bb3;
	}
	.work_submenu a:link, .work_submenu a:visited, .work_submenu a:active {
		color: #999999;
		text-decoration: none; 
		}
	.work_submenu a:hover {
		text-decoration: underline;
		color: #000000;
		}
.homepage_frame {
	margin: 5px 0px 5px 0px;
	}

.leadin {
	font-size: 14px;
	font-weight: bold;
	color: #7e9bb3;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
