body {
	background: #931519 url('images/ipokedex/background.png') left top repeat-x;
	font: 11px sans-serif;
	margin: 0;
	padding: 0;
}

body * {
	font-family: Helvetica, sans-serif !important;
}

a, a:visited {
	color: #931519;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font: bold 16px sans-serif;
	margin: 5px 0;
}

h2 {
	font: bold 14px sans-serif;
	margin: 3px 0;
}

h3 {
	font: bold 12px sans-serif;
	margin: 2px 0;
}

p {
	margin: 2px 0;
}

p.text {
	margin: 8px 0;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	border: 1px solid #ccc;
	padding: 1px 2px;
	font-weight: bold;
	text-align: center;
}

td {
	border: 1px solid #ccc;
	padding: 1px 2px;
	text-align: center;
}

#frame {
	border: 0;
	height: 280px;
	left: 50%;
	margin-left: -160px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 320px;
}

#header {
	margin: 8px auto 2px;
	width: 300px;
}

	#logo {
		float: left;
	}

	#header ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}
	
	#header li {
		display: inline;
	}

#screen {
	background: transparent url("images/ipokedex/screen.png") left top no-repeat;
	clear: both;
	height: 213px;
	margin: 0 auto;
	padding: 10px;
	width: 288px;
}

	#content {
		background: transparent;
		height: 193px;
		margin: 0 auto;
		overflow: hidden;
		width: 268px;
	}
	
		.column {
			float: left;
			margin: 0 4px 0 0;
			width: 130px;
		}
		
		.imagelist {
			list-style: none;
			margin: 0;
			padding: 0;
			text-indent: 0;
		}
		
			.imagelist li {
				float: left;
				overflow: hidden;
				padding: 2px;
				text-align: center;
				white-space: nowrap;
				width: 85px;
			}
		
		#sprite {
			float: left;
			height: 80px;
			margin: 5px 0;
			overflow: hidden;
			text-align: center;
			width: 80px;
		}
				
		#vitals {
			height: 90px;
			overflow: hidden;
			width: 188px;
		}
		
		#basestats {
			clear: both;
			height: 45px;
			overflow: hidden;
			width: 268px;
		}
		
		#evolution {
			clear: both;
			height: 60px;
			overflow: hidden;
			width: 268px;
		}
	
	#buttons {
		background: transparent;
		height: 13px;
		margin: 5px auto 0;
		padding: 2px 4px;
		width: 114px;
	}

#ads {
	clear: both;
	margin: 10px auto;
	text-align: center;
}

#footer {
	clear: both;
	color: #f66;
	font-size: 9px;
	height: 44px;
	overflow: hidden;
	text-align: center;
}

	#footer a {
		color: #fcc !important;
		font-weight: bold;
		text-decoration: none !important;
	}

