body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
    margin: 0;
    padding: 0;
	color: #4c4d4e;
    height: 100%;
    background-position: top;
    background-repeat: repeat-x;
}

#container {
    width: 690px;
    padding: 1px;
    margin: 1px auto 23px auto;
}

#header {
	position: relative;
    height: 137px;
    padding: 0;
}

#logo {
    position: absolute;
    z-index: 1;
    width: 126px;
    height: 71px;
    margin-left: 564px;
    margin-top: 0;
}

#slogan {
    position: absolute;
    bottom: 15px;
    right: 86px;
    z-index: 1;
    text-align: center;
}

#key_visual {
    position: absolute;
    width: 690px;
    height: 137px;
    margin: 0;
}

#main_container {
    background-position: left;
    background-repeat: repeat-y;
}

#sub_nav_container {
	float: left;
    width: 172px;
	padding: 45px 0px 20px 0px;
}

#main_content_container {
	float: left;
	margin: 0;
	padding: 20px 10px 5px 20px;
	width: 483px;
	overflow: hidden;
}

/* Begin Menu */

#main_nav_container {
	clear: both;
	width: 690px;	
	overflow: hidden;
	margin: 1px 0 0 0;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
}

#main_nav_list a {
	overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 91px;
    height: 22px;
    line-height: 20px;
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
}

/* Begin SubMenu */

.sub_nav_list {
	margin: 0px 5px 0px 20px;
	list-style: none;
}

/**/

#footer_text {
    clear: both;
    padding: 5px 15px 10px 20px;
	margin-left: 172px;
}

/* Begin Content */

table {
    border-left: none;
    border-top: none;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    border-right: none;
    border-bottom: none;
    padding: 3px 5px 3px 10px;
}

td {
    border-right: none;
    border-bottom: none;
    padding: 3px 5px 3px 10px;
}

textarea, input, fieldset, button {
    border: 1px solid;
}

ol, ul {
	margin-top: 0px;
}