/** Layout **/

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #02DEF6;
	}


/** header **/

#Header {
	width: 100%;
	height: 100px;
	position: relative;
	background-image:url(images/header.gif);
	background-repeat: repeat;
	text-align: center;
}

#girl {
 position: absolute;
 left: 0px;
 }

/** content **/


#Content {
	margin:0px 50px 50px 140px;
	padding:10px;
	background-color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
#navheader {
	border-bottom: 1px solid #000;
	width: 40%;
	}

#cart {
	float: right;
	}

/** footer **/

#footer {
	width: 90%;
	border-top: 1px solid #000;
	margin: auto;
	clear: both;
	}

/** menu **/

#Menu {
	position:absolute;
	top: 110px;
	left: 20px;
	width:99px;
	border:0px;
	}

#Menu li {
 	background-image: url(images/button.gif);
 	background-repeat: no-repeat;
	width: 100px;
	margin-top: .4em;
 	}

#Menu a {
	position: relative;
	top: -2px;
	left: 5px;
	}
	
#Testimonials {
	position:absolute;
	top: 290px;
	left: 6px;
	width: 135px;
	border:0px;
	height: 374px;
	}

/** buy layout **/

#button {
	padding: .25em;
	margin: .25em;
}

ol{
	list-style:decimal;
	list-style-type:decimal;
	margin-left:45px;
	font-size:12px;
	color:#000000;
}