/* CSS Document */
body {
	MARGIN: 0px;
	font-size:12px;
	text-align:center;
	BACKGROUND-COLOR: #F7EED1;
	width:1000px;
}
A:link {
	TEXT-DECORATION: none
}
A:visited {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
A:active {
	TEXT-DECORATION: none
}
#container
{
	width:1000px;
	margin:0 auto;
}
#header
{
	height:132px;
}
.left
{
	text-align:left;
    float:left;
    clear:left;
    overflow:hidden;
}
.right
{
    text-align:left;
    float:right;
    clear:right;
    overflow:hidden
}
.center
{
	margin:0 auto;
	text-align:center;
}
#leftlink
{
	margin-top:50px;
	font-family:"ËÎÌå";
	font-size:14px;
	color:#fde5b9;
}
#leftlink A:link {
	color:#fde5b9;
}
#leftlink A:visited {
	color:#fde5b9;
}
#leftlink A:hover {
	font-weight:bold;
	text-decoration:none;
}
