@charset "utf-8";
/* CSS Document */

#body {
        margin-left: 0px;
        margin-top: 0px;
        /* margin-bottom: 0px; */
        margin-right: 0px;
		background-color:FFFFFF;
		width:100%;
}

#bg {
        background-image:url(tk12_02.png);
        background-repeat:repeat-x;
        width:100%;
        height:10%;
		background-color:FFFFFF;
}


#head {
        background-image:url(tkhead_001.png);
        background-repeat:no-repeat;
		background-position:center;
		letter-spacing:0;
        height:125px;
        width:980px;
}

#menu {
		background-color:FFFFFF;
        height:41px;;
        width:980px;
		padding:0px;
		margin:0px;



}

#content {
		background-image:url(tk12_15.png);
		background-repeat:repeat-y;
        font-family:Geneva, Arial, Helvetica, sans-serif;
        font-size:14px;
        min-height:400px;
        width:980px;
		background-color:FFFFFF;
}

#content2 {
		width:930px;
		max-width:930px;
}

#foot {
		background-image:url(tk12_16.png);
		background-repeat:no-repeat;
        font-family:Geneva, Arial, Helvetica, sans-serif;
        font-size:10px;
        color:#333333;
		width:980px;
		height:40px;
		padding-top:6px;
}

a1 {
        font-family:Geneva, Arial, Helvetica, sans-serif;
        font-size:16px;
        font-weight:bold;
}

a:link {
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}

a:visited {
	text-decoration:none;
	color:#333333;
	font-weight:normal;
}