﻿@charset "utf-8";
/* CSS Document */

html,body {
    margin-top:1px;
	padding: 1px;
}
body {
	background-image: url(http://www.simplysweetdiapercakes.com/images/neopolitan/multidot.gif);
	background-repeat:repeat;
	text-align: center;
	font-size:14px;
	color:#000000;
}
img {
	border:none;
}
	
	/*links*/
a:link {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
	background-color:#ffcccb;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:active {
	text-decoration:none;
	color:#000000;
}
	
	/*header*/
h1,h2,h3,h4,h5 {
	text-align:center;
}

	/*layout*/
#container {
	width:900px;
	background-color:#FFFFFF;
	padding: 0px;
	border-top:medium #ffcccb solid;
	border-right:medium #ffcccb solid;
	border-bottom:medium #ffcccb solid;
	border-left:medium #ffcccb solid;
	text-align:center;
	margin: 0 auto;
}
#topstripe {
	width:900px;
	background-image: url(http://www.simplysweetdiapercakes.com/images/neopolitan/stripe.gif);
	height:25px;
}
#header {
	width:900px;
	height:271px;
	padding: 0px;
	border-top: none;
	border-right:none;
	border-bottom:none;
	border-left:none;
	text-align:center;
	margin: 0 auto;
}
#bottomstripe {
	width:900px;
	background-image: url(http://www.simplysweetdiapercakes.com/images/neopolitan/stripe.gif);
	height:15px;
}

	/*navigation*/
#leftnav {
	width:170px;
	padding:5px;
	float:left;
	clear:left;
	text-align:center;
	margin:0 auto;
	background-color:#FFFFFF;
}
#shop {
	width:170px;
	padding:5px;
	float:left;
	clear:left;
	text-align:center;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#info {
	width:170px;
	padding:5px;
	float:left;
	clear:left;
	text-align:center;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#cart {
	width:170px;
	padding:5px;
	float:left;
	clear:left;
	text-align:center;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#search {
	width:170px;
	padding:5px;
	float:left;
	clear:left;
	text-align:center;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#email {
	width:170px;
	padding:5px;
	float:left;
	clear:left;
	text-align:center;
	margin: 0 auto;
	background-color:#FFFFFF;
}
	/*content*/
#content {
	width:705px;
	text-align:center;
	padding:5px;
	clear:right;
	float:right;
	background-color:#FFFFFF;
}

	/*copyright*/
#footer {
	font-size:12px;
	width:897px;
	background-color:#FFFFFF;
	padding:1px;
	border-top: thin #ffcccb solid;
	clear:both;
}
