/* CSS Document */

body{
background:url(../images/slices/background.jpg) repeat-y center;
margin:0px;
}

#container {
width:1000px;
height:auto;
margin:0 auto;
padding:0px;
margin-top:0px;
}

#top {
background:url(../images/slices/top_shop.jpg.png) no-repeat;
width:1000px;
height:258px;
}

#button {
position:relative;
margin-left:200px;
width:200px;
height:auto;
}

#button2 {
position:relative;
width:90px;
height:auto;
margin-left:438px;
}

#specials {
	margin:0 auto;
	width:1000px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:inherit;
}

#specials table h2 {
	font-size:18px;
}

#specials table {
	font-size:15px;
}

.border {
	border:#6D8103 thick solid;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.6em;
color:#6C7F01;
}
h1 a, a:link, a:visited {
text-decoration:none;
color:#FF6699;
}
h1 a:hover {
text-decoration:underline;
color:#FF6699;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
color:#6C7F01;
}

.red {
color:#FF0000;
}

.text {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
.greenText {
font-family:Arial, Helvetica, sans-serif;
color:#6C7F01;
}
.pinkText {
font-family:Arial, Helvetica, sans-serif;
color:#FF6699;
}
.PinkBigText {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FF6699;
}