* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	width: 100%;
}

body {
	background: url("img/bgrd.jpg");
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	width: 711px;
	margin: 10px auto;
	background: #5F8799;
	padding: 2px;
}

#title {
	height: 119px;
	width: 711px;
	background: url("img/title.jpg") no-repeat;
}

#title2 {
	height: 69px;
	width: 711px;
	background: url("img/title2.jpg") no-repeat;
}

.menu {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}

.menu a {
	color: #fff;
	text-decoration: none;
	margin: 6px;
}

.menu a:visited {
	color: #fff;
}

.menu a:hover {
	color: #cbdbe7;
}

.menu a:active {
	color: #cbdbe7;
}

#left {
	background: #9db8cd;
	width: 147px;
	padding: 10px;
	padding-top: 20px;
	vertical-align: top;
	text-align: center;
}

.smalltext {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding: 8px;
}

.genres {
	text-align: left;
	font-size: 11px;
	padding: 8px;
}

.genres td img {
	vertical-align: middle;
}

.bannerstop {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #5F8799;
	line-height: 18px;
	margin-top: 10px;
        text-decoration: none;
}

.banners {
	background: #cbdbe7;
        font-size: 12px;
	font-weight: bold;
	border: 2px solid #5F8799;
	border-top: 0;
        text-decoration: none;
}

#contents {
	background: #cbdbe7 url("img/bg_blue.gif") repeat-y;
	border-left: 2px solid #5F8799;
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contents a {
	color: #000;
}

#contents a:visited {
	color: #000;
}

#contents a:hover {
	color: #fff;
}

#contents a:active {
	color: #fff;
}

#footer {
	height: 40px;
	width: 711px;
	background: url("img/rept.jpg") no-repeat;
}

