



/*----------------- COMMON SETTINGS -----------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #ffffff;
}

div, span, p, h1, h2, h3, ul, li, img, a, table, td, tr, object, param, embed, form, input, textarea {
	margin: 0;
	padding: 0;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
}

img {
	vertical-align: top;
}

a img {
	border-style: none;
}

ul {
	list-style: none;
}

#container {
	width: 840px;
	margin: 16px auto 14px;
	position: relative;
}

.clearfloat {
	clear: both;
}

.color-green {
	color: #4fa898;
}

.color-gold {
	color: #ab8d3a;
}

.color-bk {
	color: #000000;
}

.color-def {
	color: #333333;
}


/*----------------- HEADER SETTINGS -----------------------------*/

#header {
	margin-bottom: 13px;
	border-bottom: 1px solid #ffffff;
}

#logo-echeck {
	margin: 0 0 0 5px;
	float: left;
}

#logo-ad {
	margin: 11px 5px 0 0;
	float: right;
}



/*----------------- CONTENTS SETTINGS -----------------------------*/

#pagefield {
	width: 840px;
	background: url(../images/common_bg_blur.gif) no-repeat top center;
}

#pagebtm {
	padding: 4px 5px 8px;
	background: url(../images/common_bg_blur_btm.gif) no-repeat bottom center;
}

#pagebox {
	width: 810px;
	padding: 10px;
	background: url(../images/common_bg_stripe.gif);
}

#contfield {
	width: 810px;
}

#contfield #conttop {
	background: url(../images/common_bg_cont_top.gif) no-repeat top center;
}

#contfield #contbtm {
	background: url(../images/common_bg_cont_btm.gif) no-repeat bottom center;
}


/*----------------- FOOTER SETTINGS -----------------------------*/

#footer1,
#footer2 {
	width: 830px;
	margin: 30px auto 25px;
}

#footer1 {
	background: url(../images/common_deco_footer1_top.gif) no-repeat top center;
}

#footer2 {
	background: url(../images/common_deco_footer2_top.gif) no-repeat top center;
}

#footer1 #footerbtm,
#footer2 #footerbtm {
	padding: 3px 5px 2px 20px;
	color: #9c9c9c;
	background: url(../images/common_deco_footer1_btm.gif) no-repeat bottom center;
}

#footer1 #footerbtm {
	background: url(../images/common_deco_footer1_btm.gif) no-repeat bottom center;
}

#footer2 #footerbtm {
	background: url(../images/common_deco_footer2_btm.gif) no-repeat bottom center;
}

#footer2 #winclose {
	padding: 1px 0 2px;
	float: right;
}

#footer2 #copyright {
	float: left;
}

#chache {
	display: none;
}





