﻿body {
	background-color: #b1bff7;
	background-image: url('images/bg.gif'); 
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica;
	font-size: 15px; 
	color: #fff;
}

.center {
	text-align: center;
}
	
a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	background-color: #FFc;
	color: #000;
}

a#homePhoto:hover {
	background-color: #6498C8;
}

.contentArea a,.contentArea a:hover {
	text-decoration: underline;
	color: #000;
}

.contentArea a:hover {
	background-color: #6498C8;
}

#textBox {
	margin: 20px auto; 
	background-color: #ffc; 
	border: solid 6px #06113F;
	text-align: center;
	color: #000
}

.contentArea {
	background-color: #6498C8; 
	text-align: center; 
	vertical-align: top;
	padding: 20px;
	width: 515px;
	
}
#productCell {
	background-color: #06113F; 
	vertical-align: top;
	color: #FFF; 
	padding: 20px;
	width: 225px;
}

.footer, .footer a {
	color: #000;
}
.footer a {
	text-decoration: underline;
}


ul#nav {
	margin: 10px auto 10px auto;
	
}

ul#nav li {
	display: inline; 
	margin-right: 20px;
}

ul#nav li a {
	color: #fff;
}
ul#nav li a:hover {
	background-color: #FFc;
	color: #000;
}

#menuCell {
	color: #FFF; 
	background-color: #6498C8; 
	font-weight: bold; 
	font-size: 20px; 
	border-bottom: solid 6px #06113F; 
	text-align: center;
}



#bodyTable {
	margin-left: auto; 
	margin-right: auto;
	border: solid 6px #06113F; 
	padding: 0px; 
	width: 760px;
}