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

* { padding:0; margin:0; }

body {
	background-color: #eef5fb;
	color: #000000;
}

img {
	border: 0px;
}

a { outline: none; }
a:link { color:#004567; text-decoration: none; }
a:visited { color: #004567; text-decoration: none; }
a:hover { /*text-decoration: underline;*/ color: #000000; }
a:active { /*text-decoration: underline;*/ color: #000000; }

#container {
	margin: 0 auto;
	width: 720px;
	padding-top: 10px;
}

#banner {
	/*text-align: center;
	*/
	width: 720px;
	height: 124px;
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
}

span.corners-top {
	background:url(../images/corner-left.png) no-repeat left top;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
}

span.corners-top span {
	background:url(../images/corner-right.png) no-repeat right top;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
}

.shows {
	padding-left: 10px;
}