/* CSS Document */


TABLE.template {
	width:737px;
}

TD.header {
	border: 0px solid white;
	background: #333;
	height: 221px;
}

TD.menu {
	border: 0px solid white;
	background: #333;
	height: 32px;
}

TD.content_top {
	width: 110px;
	background-image:url(../img/template_01.gif);
	height:69px;
	margin: 0;
	padding:0;	
}

TD.banner_left {
	width: 100px;
	background-image:url(../img/banner/bg_neutral.jpg);	

}

TD.banner_right {
	width:637px;
	background-image:url(../img/banner_right.gif);
	height: 69px;
}

TD.content {
	background-image:url(../img/template_02.gif);	
	height: 441px;
	margin: 0;
	padding: 0;
}


DIV.content {
	padding: 0 0px 0 0;
	margin: 0px 0 0 60px;	
	height:385px;
	width: 640px;	
	border: 0px solid black;
	overflow: auto;
}

DIV.banner_title {
	color: #000;
	margin: 25px 100px 0 0;
	height: 44px;
	overflow: hidden;
}


DIV.footer {
	margin: 0 20px 0 0;
	height: 30px;
	font-size: 12px;
}