/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #6ec1f3 url(../img/home/bkgrnd.gif) 0 0 repeat-x;
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, sans-serif;
}

div#wrapper {
	width: 780px;
	margin: 0 auto 10px auto;
	text-align: left;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	position: relative;
}

div#container {
	position: relative;
	width:780px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	z-index: 1;
}

div#header {
	width: 780px;
	height: 99px;
}

div#content {
	position: relative;
	background: #fff;
	width: 780px;
	min-height: 385px;
	height: auto !important;
	height: 385px;
	margin: 0;
}

div#copyright {
	position: relative;
	background: #6ec1f3;
	height: 30px;
	width: 780px;
	text-align:center;
}

div#copyright p { 
	font-size: 1.2em; 
	color: #fff; 
}

div#copyright p a,
div#copyright p a:visited { 
	color:#fff; 
	text-decoration: none; 
}

div#shopNow {
	width: 778px;
	height: 30px;
	margin: 2px auto 10;
	text-align: center;
	float: right;
}

div#shopNow a.shopping {
	background: url(../img/home/shopnow_home.gif) 0 0 no-repeat;
	height: 30px;
	width: 132px;
	display: block;
	margin: 0 auto;
}

div#shopNow a.shopping:hover, div#shopNow a.shopping:visited:hover {
	background-position: 0 -30px;
}
