html, body, div, span,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:5px auto;
	padding:0;
	border:1;
	font-size:100%; 
	font:inherit;
}
body{
	background-color: #FFE4C4; /*#99FFFF;*/
/*    background-image: url("http://localhost:8080/PrintCard/include/images/bg.gif"); #url("/include/images/bg.gif"); */
    background-repeat: repeat-x;
	border: 0px solid #969696;
	font-family: Tahoma,"MS Sans Serif",Arial;
	font-size: 12px;
	height: 100%;
	padding: 0px;
	width:100%;
}
a{
	text-decoration:none;
	color:#333;
}
.clear{
	clear:both;
}
li{
	list-style:none;
}
strong{
	font-weight:bold;
}
#header{
	background-image: url(../images/header_for_flash3.jpg);
   background-repeat: repeat;
   border-collapse: collapse;
   height: 130px;
   margin: 20px auto;
   padding: 0px;
   white-space: nowrap;
   width: 99%;
}
#logo{
	float:left;
	width:100px;
	margin:40px 0 0 0;
}
#page{
	width:100%;
	background:#fff;
	margin:5px 0 0 0;
}
/*************/
#footer{	
	/*width:1018px;*/
	width:99%;
	height:90px;
	margin:20px auto;
	background:#21678A;
	text-align:right;
	border:1px solid Cyan;
}
#footer_banner{
	float:left;
	height:auto;
	width:100%;
	height:150px;
	background:#fff;
}
#footer_banner ul{
}
#footer_banner ul li{
	float:left;
	width:180px;
	height:60px;
	margin:10px 0 0 0;
}
#footer_banner ul li img{
	width:170px;
	height:55px;
	border-radius:10px;
	bordeR:1px solid #999;
}
#footer .text{
	float:right;
	width:400px;
	margin:60px 10px 0 0;
}
#footer h1{
	float:right;
	line-height:20px;
	color:#fff;
	margin: 4px 5px 0 0;
	font-size: 14px;
}
