﻿body {
	background-image: url('images/sbbg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	top: 200px;
	width: 600px;
}
p {
	color: navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
#slogan {
	margin-top: 58px;
}
h1 {
	color: #333399;
	font-family: "Comic Sans MS", verdana;
	text-align: center;
	font-size: large;
}
#footer {
	text-align: center;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
a.ovalbutton {
	background: transparent url('images/menu/oval-blue-left.gif') no-repeat top left;
	/** Allow Center Display of menu **/
	display: block; /*opera*/;
	display: inline-block; /*ie*/;
	display: -moz-inline-box; /*ff*/;
	font: normal 13px Tahoma;
/* Change 13px as desired */	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */;
	height: 24px; /* Height of button background height */;
	padding-left: 11px; /* Width of left menu image */;
	text-decoration: none;
	text-align: center;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
	color: #494949; /*button text color*/;
	cursor: pointer;
	cursor: hand;
}
a.ovalbutton span {
	background: transparent url('images/menu/oval-blue-right.gif') no-repeat top right;
	display: block;
	display: inline-block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.ovalbutton:hover {
	/* Hover state CSS */
background-position: bottom left;
}
a.ovalbutton:hover span {
	/* Hover state CSS */
background-position: bottom right;
	color: black;
}
.buttonwrapper {
	/* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

