body {
	background-color:white;
	font-family:arial, verdana, sans-serif;
	font-size:20px;
}

h1 {
	font-size:90px;
	color: red;
	letter-spacing: -0.05em;
	margin-left:5px;
	margin-top:20px;
	margin-bottom:100px;
}

h3 {
	font-size:45px;
	color: red;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:0px;
}

#mcname {
	font-size:128px;
	color: red;
	letter-spacing: -0.05em;
	margin-left:5px;
	margin-top:20px;
	margin-bottom:20px;
}

a {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

#mcname .rate_menu {
	margin-top: 5px;
	margin-left: 5px;
	height: 20px;
}

#mcname .rate_menu_core {
	clear: left;
	float: left;
}
#mcname .menu_title {
	font-size: 14px;
	color: #000000;
	letter-spacing:normal;
	margin-right: 5px;
	float: left;
}

#mcname .menu_stars {
	float: left;
}

.rated {
	background: transparent url('/images/rating.gif') no-repeat scroll;
	width: 100px;
	height: 20px;
}

#rating {
	margin: 0px;
	padding: 0px;
}

#rating li {
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
	display: inline;
	float: left;
}

.rating0 {
	background-position: 0 0px;
}

.rating1 {
	background-position: 0 -20px;
}

.rating2 {
	background-position: 0 -40px;
}

.rating3 {
	background-position: 0 -60px;
}

.rating4 {
	background-position: 0 -80px;
}

.rating5 {
	background-position: 0 -100px;
}

#nav {
	margin-left:8px;
	margin-bottom:30px;
}

#mcbest {
	margin: 0;
}

#mcbest .row {
	border-bottom: 1px solid #CCCCCC;
	display: block;
	clear: left;
	float: left;
	width: 630px;
	color: red;
}

#mcbest .odd {
	background-color: #e5e5e5;
}

#mcbest .row_header {
	color: #000000;
}

#mcbest .cell {
	float: left;
	padding: 5px;
}

#mcbest .mcname {
	width: 425px;
}

#mcbest .mcrating {
	width: 100px;
}

#mcbest .mcrank {
	width: 75px;
}

.form_note {
	font-size: 14px;
	font-style: italic;
	margin: 0px;
}

.pagination {
	margin-left:5px;
	margin-top:10px;
	margin-bottom:10px;
}
.pagination a {
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
}

.pagination .current_page {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

.pagination .all {
	margin-left: 5px;
}
