*{
    margin:0;
    padding:0;
	border: 0;
}

html {
	height: 100%;
}

body{
	background-color: #fff;
    width:100%;
	text-align:center;
	color: #000;
	font-size: 12px;
}

/* container
 * ------------------------------------ */
#container {
	width: 900px;
	margin: 0 auto;
}

/* header
 * ------------------------------------ */
#header{
	width: 100%;
	height: 80px;
	margin: 0 auto 10px auto;
	position: relative;
    text-align: center;
}

#header img#marketlink {
    position: absolute;
    top: 13px;
    left: 32px;
}
#header img#csc {
    position: absolute;
    top: 7px;
    left: 387px;
}
#header img#aft {
    position: absolute;
    top: 23px;
    right: 4px;
}

/* menu
 * ------------------------------------ */
#menu {
    width: 100%;
    height: 41px;
    margin: 0 auto;
}
#menu:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
}
#menu li {
    float: left;
    list-style: none;
}
#menu li img {
    vertical-align: text-bottom;
}

/* submenu
 * ------------------------------------ */
#submenu {
	margin: 0 auto;
    width: 882px;
	height: 31px;
    background: url('/imgs/submenu_bg.jpg') no-repeat;
    vertical-align: middle;
    position: relative;
}
#submenu #navigation {
    position: absolute;
	bottom: 7px;
	left: 13px;
	color: #533EA6;
}
#submenu #navigation a {
	color: #533EA6;
}
#submenu #action {
    position: absolute;
	bottom: 8px;
	right: 11px;
	color: #fff;
}
#submenu #action a {
	color: #fff;
}

/* footer-box
 * ------------------------------------ */
#footer-box{
    width:100%;
    clear:both;
    text-align:center;
}

/* disclaimer
 * ------------------------------------ */
#disclaimer-box {
    margin: 14px auto 5px auto;
    width: 860px;
    text-align: center;
    border: 1px solid #999;
}

#disclaimer-box p {
    margin: 4px 10px;
    text-align: left;
}

#disclaimer-body {
    width: 830px;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 18px;
}

/* publicity
 * ------------------------------------ */
#publicity-box {
    margin: 10px auto 14px auto;
    width: 860px;
    text-align: center;
    border: 1px solid #999;
}

#publicity-body {
    width: 830px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: left;
    letter-spacing: 1px;
    line-height: 18px;
}

#publicity-body p.header {
	padding-top: 4px;
    font-size: 14px;
    font-weight: bold;
}
#publicity-body p.desc {
	padding-bottom: 4px;
}

/* banner-box
 * ------------------------------------ */
#banner-box {
    width: 900px;
    height: 50px;
    margin: 30px auto 0px auto;
}

#banner-box ul:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
}
#banner-box li {
    float: left;
    list-style: none;
}
#abnner-box li img {
    vertical-align: text-bottom;
}

/* footer
 * ------------------------------------ */
#footer-upper {
    margin: 10px auto 0 auto;
    width: 878px;
    height: 25px;
    background-color: #669187;
	position: relative;
}
#footer-upper p {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #fff;
    font-size: 14px;
}
#footer-upper a {
    color: #fff;
}
#footer-lower {
    margin: 0 auto 20px auto;
    width: 878px;
    height: 20px;
    color: #666;
    font-size: 14px;
	position: relative;
}
#footer-lower #aft-credit {
    position: absolute;
    top: 5px;
    left: 45%;
}
#footer-lower #back-to-top {
    position: absolute;
    top: 5px;
    right: 10px;
}
#footer-lower #back-to-top a {
    color: #666;
    text-decoration: none;
}
#footer-lower #back-to-top a:hover {
    text-decoration: underline;
}

div.c-both {
	clear: both;
}
