#container {
	display: block;
	width: 700px;
	height: 300px;

	text-align: center;
	margin: 0px auto 0px auto;
}
body.startpage #container, body.newitems #container {
	margin: 200px auto 0px auto;
}

#container h1 {
	color: #AB4246;
}

body {
	background-color: white;	
	margin: 0px 0px 0px 0px;
}

body.startpage, body.newitems {
	background-color: #ED1B24;
}

div.pagelinks a {
	color: #F8C726;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 5px;
	margin-left: 5px;
}
div.pagelinks a:hover {
	color: white;
}

#topnav {
	display: block;
	background-color: #ED1B24;
	text-align: center;
}
#topnav a {
	color: #F8C726;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 5px;
	margin-left: 5px;
}
#topnav a:hover {
	color: white;
}

body.prodstart td img, body.prodstart td, body.prodstart tr, body.prodstart td a,
	body.prodstart a, body.prodstart img {
	border: 0px solid white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
table.prodtable, table.prodtable tr, table.prodtable tr td, table.prodtable img, table.prodtable a {
	margin: 0px 0px 0px 0px;
	border: 0px solid blue;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.cpottees {
	background-color: #472F91;
}
td.formcell {
	background: #472F91 url('/images/cpottees/R2C1.jpg') no-repeat top left;
	width: 319px;
	height: 528px;
}

td.formcell input, td.formcell textarea {
	display: block;
	border: 0px solid silver;
	background-color: transparent
}
input.pot_name {
	margin-left: 85px;
	margin-top: 212px;
	width: 200px;
}
input.pot_email {
	margin-left: 130px;
	margin-top: 8px;
	width: 160px;
}
input.pot_image {
	margin-left: 85px;
	margin-top: 8px;
	width: 110px;
}
input.pot_text {
	margin-left: 85px;
	margin-top: 10px;
	width: 200px;
}
textarea.pot_special {
	margin-left: 50px;
	margin-top: 34px;
	width: 236px;
	height: 138px;
	line-height: 28px;
}
input.submit {
	margin-left: 44px;
	margin-top: 7px;
}
input.pot_website {
	display: none;
	height: 0px;
	width: 0px;	
}
