BODY
{
	background-color: transparent;
	margin: 4% auto 4%;
	text-align: center;
}

div#wrapper
{
	width: 800px;
	margin: 0 auto;
	height: auto;
}

div#head
{
	background-color: #0000df;
	border-bottom: 1px dotted white;
	border-top: 4px solid #aabbff;
	color: white;
	padding: 8px 8px 0 0;
	text-align: right;
}
  div#head h1
  {
	font-family: serif;
	font-size: xx-large;
	font-variant: small-caps;
	margin-bottom: -16px;
  }
  div#head h2
  {
	font-family : serif;
	font-size : large;
	font-style : italic;
  }

div#nav
{
	background-image: url(../img/sideback.gif);
	border-bottom: 1px dotted #0000df;
	border-left: 8px solid white;
	border-right: 1px dotted #0000df;
	float: left;
	font-family: sans-serif;
	font-size: small;
	height: auto;
	margin: 2px 8px 2px 0;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	width: auto;
}
  div#nav span
  {
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../img/slogo.gif) no-repeat;
	display: block;
	width: 112px;
	height: 112px;
	font-size: 0;
	color: #fff;
  }
  div#nav ul
  {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	display: block;
  }
  div#nav a
  {
	color: #fff;
	display: block;
	padding: 3px;
	width: auto;
	background-color: #0000df;
	border-bottom: 1px dotted #fff;
  }
  div#nav a:link , a:visited
  {
	color: #fff;
	text-decoration: none;
  }
  div#nav a:hover
  {
	background-color: #aabbff;
	color: #000;
  }

div#foot
{
	clear: both;
	display: block;
	color: white;
	background-color: #0000df;
	border-top: 1px dotted white;
	border-bottom: 4px solid #aabbff;
	font-family: sans-serif;
	font-size: smaller;
	text-align: center;
	padding: 4px;
}
div#cards
{
	background : url(../img/cardlogos.png) repeat;
	width : 220px;
	height : 52px;
	font-size : 0;
	color : #fff;
	margin : 2px;
}

A:hover
{
	text-decoration : none;
}
A:link
{
	color : #0000df;
	text-decoration : underline;
}
A:visited
{
	color : #0000df;
}
