#shadow {
	background-image: url(images/shadow.png);
	background-repeat: repeat;
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-color: #FFFFFF;
	
}


#header {
	height: 150px;
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
}

#left-column {
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: thick solid #F6F196;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background: #B7D44C url(images/left_bkgrd.png) no-repeat;
	padding-top: 20px;
	padding-left: 5px;
	color: #FFFFFF;
	font: 18px/25px Arial, Helvetica, sans-serif;
}



#content {
	width: 650px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: thick solid #F6F196;
	-moz-border-radius-top-left:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-top-right:10px;
	-webkit-border-top-right-radius:10px;
	float: right;
	background: #3E0B45;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 20px;
}

#footer {
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	border:2px solid #0099CC;
	font-size: 10px;
	color: #3E0B45;
	text-indent: 5px;
	clear: both;
	height: 30px;
	background: #43C0E5 url(images/Credit-card-logos.png) no-repeat right;
}



body {
	margin-top: 0px;
}

#menu {
	line-height: 40px;
	background-color: #43C0E5;
	border: thin solid #0099CC;
	text-align: center;
	margin-top: 20px;
	height: 40px;
	padding: 10px;
	
}

#menu a {
	border: thin solid #0099CC;
	padding-right: 50px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A1374;
	font-weight: bold;
	text-decoration: none;
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu a:hover {
background-color:#F6F196;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
	color:#B7D44C;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3E0B45;
}
a:hover {
	text-decoration: underline;
	color: #F6F196;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#box1 {
	height: 220px;
	width: 600px;
	padding: 5px;
	margin: 5px auto 10px;
	border: medium solid #B7D44C;
	background: #43C0E5;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.style3 {
	font-size: 18px;
	font-weight: bold;
	color:#000000;
}
