@charset "utf-8";

/* Main */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-color:#e9dcb9;
	margin:0px;
	text-align:center;
}

#page {
	margin:auto;
	width:832px;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
}

p { margin:0px;margin-bottom:15px; }

a:link {font-weight:bold; color:#557AAE; text-decoration:none}
a:visited {font-weight:bold; color:#557AAE; text-decoration:none}
a:hover {font-weight:bold; color:#000000; text-decoration:none}
a:active {font-weight:bold; color:#557AAE; text-decoration:none}


#header {
	height:284px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
}

#headerlinks {
	text-align:right;
	font-size:10px;
	font-family:Tahoma, Verdana, Arial;
	color:#FFFFFF;
	padding-right:45px;
	padding-top:2px;
}

#headerlinks a:link { text-decoration:none; color:#FFFFFF; }
#headerlinks a:visited { text-decoration:none; color:#FFFFFF; }
#headerlinks a:hover { text-decoration:none; color:#FFFFFF; }
#headerlinks a:active { text-decoration:none; color:#FFFFFF; }

#headertabs {
	text-align:left;
	margin-top:238px;
	margin-left:28px;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

.tablink a:link { text-decoration:none; color:#FFFFFF; }
.tablink a:visited { text-decoration:none; color:#FFFFFF; }
.tablink a:hover { text-decoration:none; color:#FFFFFF; }
.tablink a:active { text-decoration:none; color:#FFFFFF; }

.tableft {
	background-image:url(images/tableft.gif);
	height:20px;
	width:8px;
}

.tabright {
	background-image:url(images/tabright.gif);
	height:20px;
	width:8px;
}

.tabbg {
	background-image:url(images/tabbg.gif);
	height:20px;
}

.tabbg a:link { text-decoration:none; color:#ffffff; font-weight:bold; }
.tabbg a:visited { text-decoration:none; color:#ffffff; font-weight:bold; }
.tabbg a:hover { text-decoration:none; color:#ffffff; font-weight:bold; }
.tabbg a:active { text-decoration:none; color:#ffffff; font-weight:bold; }


.tabspace {
	padding-right:4px;
}

#footer {
	background-image:url(images/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	padding-top:16px;
	padding-right:19px;
	text-align:right;
	clear:both;
	margin:auto;
	width:815px;
}

.kookilink a:link { text-decoration:none; color:#0e6faf; font-weight:bold; }
.kookilink a:visited { text-decoration:none; color:#0e6faf; font-weight:bold; }
.kookilink a:hover { text-decoration:none; color:#0e6faf; font-weight:bold; }
.kookilink a:active { text-decoration:none; color:#0e6faf; font-weight:bold; }

#content {
	padding-left:27px;
	padding-right:20px;
}

#leftcol {
	width:200px;
	margin-right:10px;
	float:left;
	text-align:left;
	color:#3a4864;
	padding-bottom:10px;
	padding-top:5px;
}

#rightcol {
	width:570px;
	float:left;
	text-align:left;
}

#clearcols {
	clear:both;
}

.chinese a:link { text-decoration:none; color:#830203; font-weight:bold; }
.chinese a:visited { text-decoration:none; color:#830203; font-weight:bold; }
.chinese a:hover { text-decoration:none; color:#830203; font-weight:bold; }
.chinese a:active { text-decoration:none; color:#830203; font-weight:bold; }

.currency a:link { text-decoration:none; color:#557AAE; font-weight:bold; }
.currency a:visited { text-decoration:none; color:#557AAE; font-weight:bold; }
.currency a:hover { text-decoration:none; color:#557AAE; font-weight:bold; }
.currency a:active { text-decoration:none; color:#557AAE; font-weight:bold; }


.abouttitle {
	font-size:12px;
	font-weight:bold;	
}

.pagetitle {
	font-size:12px;
	font-weight:bold;	
	margin-bottom:6px;
}

.Button {
	background-color: #EDEDED;
	padding:1px;
	color:#3A4864;
	font-weight:bold;
	border: 1px solid #84959D;	
}

.ButtonWarning {
	background-color: #EDEDED;
	padding:1px;
	color:#990000;
	font-weight:bold;
	border: 1px solid #84959D;	
}


/* Spambot Trap */

#naughty {
	display:none;	
}


