/* CSS Document */

p {
	text-align: left;
}

p.indent {
	text-indent: 25px;
}

p.right {
	text-align: right;
}

p.red {
	color: #f00f00;
	font-weight: bold;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #a7a7a7;
}

a:hover {
	color: #000000;
}

div.background {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: left;
	background-position: top;
	height: 599px;
	width: 903px;
	padding-top: 20px;
	padding-left: 30px;
}

tr.header {
	height: 75px;
	width: 850px;
	text-align:center;
	font-family: Century Gothic, Arial;
	font-size: 15px;
	color: #ffffff;
}

a.header {
	display: block;
	height: 75px;
	width: 150px;
	line-height: 75px;
	text-decoration: none;
	color: #ffffff;
}

a.header:hover {
	color: #000000;
}

td.logo {
	width: 250px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.logo {
	display: block;
	height: 75px;
	width: 250px;
}

td.pokemon {
	width: 150px;
	background-image: url(images/pokemon.jpg);
	background-repeat: repeat-x;
}

td.yugioh {
	width: 150px;
	background-image: url(images/yugioh.jpg);
	background-repeat: repeat-x;
}

td.movies {
	width: 150px;
	background-image: url(images/movies.jpg);
	background-repeat: repeat-x;
}

td.other {
	width: 150px;
	background-image: url(images/other.jpg);
	background-repeat: repeat-x;
}

tr.content {
	height: 437px;
	width: 850px;
	text-align: left;
	font-family: Century Gothic, Arial;
	font-size: 15px;
}

td.left {
	width: 200px;
	vertical-align: middle;
	color: #a7a7a7;
	padding-left: 50px;
}

table.left {
	height: 437px;
}

td.search {
	width: 200px;
	height: 30px;
	text-align: left;
	vertical-align: top;
	font-family: Century Gothic, Arial;
	font-size: 15px;
	color: #000000;
}

a.nav {
	text-decoration: none;
	color: #a7a7a7;
}

td.nav {
	width: 200px;
	vertical-align: middle;
	color: #a7a7a7;
}


a.nav:hover {
	color: #000000;
}

td.content {
	text-align: center;
	color: #ffffff;
	width: 600px;
	background-color: #000000;
}

div.content {
	margin-left: 25px;
	margin-right: 25px;
}

input.contact {
	font-family: Century Gothic, Arial;
	width: 268px;
}

textarea.contact {
	font-family: Century Gothic, Arial;
	width: 550px;
	height: 200px;
}

#items {
	background-color: #ffffff;
	text-align: left;
	color: #000000;
	width: 600px;
	height: 437px;
}

div.footer {
	position: relative;
	bottom: -5px;
	right: 52px;
	text-align: right;
	font-family: Century Gothic, Arial;
	font-size: 15px;
	color: #c5c5c5;
}