*
{
  padding: 0px;
  margin: 0px;
}

body
{
  background: url('../img/header.gif') repeat-x center 80px #472683;
  font-family: Maiandra GD, Palatino Linotype, Book Antiqua, Palatino, serif;
}

h1
{
  text-align: center;
  font-size: 28px;
  color: #7B007B;
  padding-bottom:15px;
}

h2
{
  text-align: center;
  font-size: 20px;
  color: #000;
  padding-bottom:15px;
}

h3
{
  text-align: center;
  font-size: 18px;
  color: #7B007B;
  padding-bottom: 5px;
}

p
{
  font-size: 16px;
  text-indent: 15px;
  padding-bottom: 10px;
  font-weight: bold;
}

hr
{
  width: 950px;
  margin: auto;
}

fieldset
{
	border:none;
}

.left
{
	float:left;
	margin-right:15px;
}

.right
{
	float:right;
	margin-left:15px;
}

.left-align
{
	text-align:left;
}

div.error
{
	border:solid 2px #a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#fcc;
	width:300px;
	margin:auto;
	padding:10px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}

div.confirm
{
	border:solid 2px #090;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#efe;
	width:300px;
	margin:auto;
	padding:10px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}

div#main
{
  width: 990px;
  margin: auto;
}

div#header
{
  background: url('../img/logo-text.gif') no-repeat right top;
	height:120px;
}

div#header img, div#header a
{
	display:block;
	float:left;
}

div#header a
{
	color:#fff;
	margin-top:80px;
	background:url('../img/menu-bg.gif') repeat-x -40px left;
	padding-top:6px;
	height:24px;
	font-family:arial, helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

div#header a:visited
{
	color:#fff;
	text-decoration:none;
}

div#header a:hover
{
	color:#7B007B;
	background-position:top left;
	background-color: #dbe0e2;
	text-decoration:none;
	font-size:20px;
	height:30px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom:solid 1px #666;
}

div#content
{
  background: #fff;
  border: solid 2px #000;
  padding-bottom: 10px;
}

div#inner
{
	clear:both;
	overflow:auto;
	padding:0px 20px 5px 20px;
}

div#top-section
{
  border-bottom: solid 1px #ccc;
  height: 450px;
  width: 950px;
  margin: 15px auto;
  clear: both;
}

img#shop-front
{
  float: right;
  margin: 0px 0px 15px 15px;
}

div#ie-hack
{
	width:986px;
	height:5px;
  clear:both;
}

div#credits
{
  color: #fff;
  font-size: 14px;
  padding: 5px 0px 20px 0px;
  text-align: center;
}

div#credits a
{
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

div#credits a:hover
{
  color: #fff;
  text-decoration: underline;
}
