/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body,td,th {
	font-size: 12px;
	color: #000;
}
body {
	margin-left: 0px;
	background:url(/sktkey/Images/wrapper.gif) repeat-x;
	text-align:center;
}
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.Red{
	color:#F00;
}
.Green{
	color:#0F0;
}
.Black{
	color:#000;
}
.White{
	color:#FFF;
}
.Right{
	margin-top:15px;
	margin-right:5px;
	float:right;
}
.Title{
	font-family:"ºÚÌå";
	font-size:14px;
	font-weight:bolder;
}

#Wrapper{
	width:960px;
	height:auto !important;
	text-align:left;
	background:#FFF;
}
#Header{
	width:960px;
	height:180px;
	overflow:hidden;
}
#Main{
	width:960px;
	margin-top:5px;
}
#Content{
	width:700px;
	float:left;
}
#Right{
	width:255px;
	float:right;
	background:#F3F3FA;
	height:auto !important;
	border:#633 1px double;
	padding-bottom:15px;
}
#Right_Title{
	height:40px;
	background:url(/sktkey/Images/Right_Title.gif) repeat-x;
	border-bottom:none;
	text-align:left;
}

#Right_main{
	height: auto !important;
	/**
	height:auto !important;**/
}
#Footer{
	height:50px;
	text-align:center;
}