body {
	background-color: #CCCCFF;
	}
a:link {
	color: #006633;
}

a:visited {
	color: #FF6600;
}
a:hover {
	color: #CC0000;
}
#wrapper {
	background-color: #FFFFFF;
	width: 650px;
    margin: 0 auto;
    margin-top: -10px;
}
	
#main {
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	position: relative;
}

#content img {
    padding: 10px;
    border: 1px solid #ccccff;
    background: #fff;
    margin: 5px;
}


#navigation {
	height: 35px;
	position: relative;
	top: 10px;
	width: 100%;
	border-width: thin;
	padding-top: 5px;
	border-bottom-color: #006633;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #006633;
	border-top-style: solid;
	border-top-width: thin;
}
#banner {
	height: 95px;
	width: 100%;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#footer {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006633;
	border-bottom-color: #006633;
	position: relative;
	height: 100px;
	width: 100%;
	bottom: 20px;
}

.cartTable {
    width: 100%;
    border: 1px solid #ccccff;
    border-collaspe: collaspe;
}

.cartTable th {
    background: #ccccff;
    color: #fff;
    border: 1px solid #ccccff;
}

.cartTable td {
    border: 1px solid #ccccff;
}

.categoryProduct {
	width: 100%;
	position: relative;
	clear: both;
}

#content .categoryProduct img {
    padding: 10px;
    border: 1px solid #ccccff;
    background: #fff;
    margin: 0 10px;
}
