@charset "UTF-8";
/* CSS Document */
body {
	background-color:#263857;
	text-align:center;
}
#wrap {
	width:690px;
	height:465px;
	background-color:#516f9b;
	border:8px solid white;
	margin:0 auto;
}
#right {
	width:340px;
	height:465px;
	padding-top:4px;
	border-left:8px solid white;
	float:right;
}
#left {
	width:339px;
	height:465px;
	float:left;
	background-image:url(images/ind_left_bg.png);
	background-repeat:repeat;
	}
.digits {
	margin-top:-20px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}
.cright {
	width:690px;
	margin:15px auto;
	font-size:12px;
	color:#FFF;
}
.cright a:link {
	color:#FFF;
}
.cright a:visited {
	color:#000;
}
.cright a:hover {
	color:#06c;
	background-color:#fff;
}
.cright a:active {
	color:#39f;
	background-color:#fff;
}
.minilink {
	margin-top:15px;
	font-size:11px;
	text-align:center;
	color:#fff;
}
.minilink a:link {
	color:#fff;
	text-decoration:underline;
}
.minilink a:visited {
		color:#000;
}
.minilink a:hover {
	background-color:#fff;
	color:#06C;
	text-decoration:none;
}
.minilink a:active {
	background-color:#fff;
	color:#39F;
	text-decoration:none;
}
a:link {
	color:#263857;
}
a:visited {
	color:#000;
}
a:hover {
	color:#263857;
}
a:active {
	color:#263857;
}
