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


* {
	border:0px;
	margin:0px;
	padding:0px;
}
#container {
 	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}

#header {
	background-image:url(CowgirlICandy_Logo.png);
	background-repeat:no-repeat;
	height:278px;	
}

#mainContent {
	background:url(Background.jpg);
	background-repeat:repeat-y;
	padding:0px 60px 0px 60px;
	text-align:center;
	height:auto;
}

#bottom {
	height:100%;
	background:url(DiamondBackground.png);
	background-repeat:repeat-y;
	text-align:center;
}

#bottom p {
	color: #9d3256;
	font-size: 10px;
}

body {
	background-color: #e498b0;
	background-image: url(MainBackground.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #4d2f2f;
}
a:link {
	color: #3399FF;
}
a:visited {
	color: #CC00FF;
}
a:hover {
	color: #A6396D;
}
a:active {
	color: #3399FF;
}


.brownBorder {
	border: thin solid #4c2e2e;
}
.pinkBorder {
	border: thin solid #CFA3AD;
}
.smallGray {
	font-size: 10px;
	color: #333333;
}
.shopPics {
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	scrolling: no;
	width:320px;
	height:443px;
	margin:0px;
	padding:0px;
}

#shopping img {
border: thin solid #4c2e2e;

}

#shopping form img {
border:none;
padding:0;
margin:0;

}

.designMenu {
	width:200px;
	text-align:left;
	vertical-align:top;
}

ul, ol, li {
	list-style:inside;
	list-style-type:disc;
}

hr {
	color:#e496af;
	border:thin;
	border-style:solid;
	size:1px;
}


