/*BODY STYLE*/
#master {
	width: 840px;
	left: 50%;
	margin-left: -420px;
}

body{
	padding: 10px;
	margin: 0;
	background-color: #DDDDFF;
}

p {
	line-height: 100%;
	padding-top: .5em;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	font-family: "comic sans ms";
}

div {
	position: relative;
	float: left;
	text-align: center;
}

span.schedtext {
	display: block;
}


#topframe {
	float: none;
	width: 840px;
	height: 60px;
	background-image: url(../images/frame-top.jpg);
}

#bottomframe {
	width: 840px;
	height: 60px;
	background-image: url(../images/frame-bottom.jpg);
}

#container {
	width: 720px;
	background-color: #FFFFFF;
}

#leftframe {
	width: 60px;
	height: 400px;
	background-image: url(../images/frame-left.jpg);
	background-repeat: repeat-y;
}

#rightframe {
	width: 60px;
	height: 400px;
	background-image: url(../images/frame-right.jpg);
	background-repeat: repeat-y;
}


#header {
	width: 720px;
	height: 220px;
	background-image: url(../images/header2.jpg);
}

#border1, #border2 {
	width: 720px;
	height: 20px;
	background-image: url(../images/longborderhoriz.jpg);
}

#links {
	width: 720px;
	height: 80px;
	background-color: #FFFFFF;
}

a#home {
	display: block;
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: url( '../images/menu-links_01.jpg' ) 0 0 no-repeat;	
}

a#home:hover {
	background: url( '../images/menu-links_01.jpg' ) 0px -80px no-repeat;
}

a#platters {
	display: block;
	position: relative;
	float: left;
	width: 120px;
	height: 80px;
	background: url( '../images/menu-links_02.jpg' ) 0 0 no-repeat;	
}

a#platters:hover {
	background: url( '../images/menu-links_02.jpg' ) 0px -80px no-repeat;
}

a#rugs {
	display: block;
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: url( '../images/menu-links_03.jpg' ) 0 0 no-repeat;	
}

a#rugs:hover {
	background: url( '../images/menu-links_03.jpg' ) 0px -80px no-repeat;
}

a#coasters {
	display: block;
	position: relative;
	float: left;
	width: 130px;
	height: 80px;
	background: url( '../images/menu-links_04.jpg' ) 0 0 no-repeat;	
}

a#coasters:hover {
	background: url( '../images/menu-links_04.jpg' ) 0px -80px no-repeat;
}

a#fun {
	display: block;
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: url( '../images/menu-links_05.jpg' ) 0 0 no-repeat;	
}

a#fun:hover {
	background: url( '../images/menu-links_05.jpg' ) 0px -80px no-repeat;
}

a#new {
	display: block;
	position: relative;
	float: left;
	width: 110px;
	height: 80px;
	background: url( '../images/menu-links_06.jpg' ) 0 0 no-repeat;	
}

a#new:hover {
	background: url( '../images/menu-links_06.jpg' ) 0px -80px no-repeat;
}

a#contact {
	display: block;
	position: relative;
	float: left;
	width: 120px;
	height: 80px;
	background: url( '../images/menu-links_07.jpg' ) 0 0 no-repeat;	
}

a#contact:hover {
	background: url( '../images/menu-links_07.jpg' ) 0px -80px no-repeat;
}


#sidebar {
	margin: 0px;
	width: 200px;
	border-right: 0px solid black;
}

#content {
	padding: 0px;
	margin: 0px;
	width: 520px;
	background-color: #ffffff;
	border: 0px solid black;
}

.padding {
	padding: 10px;
	margin: 0;
	background-color: #ffffff;
}

.title {
	float: none;
}

#caroline {
	margin-right: 5px;
	margin-top: 15px;
}

#cfsschedule {
	background-image: url(../images/carolines-schedule.jpg);
	width: 100%;
	height: 60px;
}

#center {
	text-align: center;
}

img {
	margin: 0;
	padding: 0;
}

/*TABLE LAYOUT STYLES**********************************************************/
table {
	border: 0px solid black;
	margin: 0;
	padding: 0;	
	table-layout: fixed;
	border-collapse: collapse;
}

tr {
	border: 0px solid black;
	margin: 0;
	padding: 0;
}

td {
	border: 0px solid black;
	margin: 0;
	padding: 0px;	
	vertical-align: top;
}

/*GENERAL ITEM STYLES**********************************************************/
div.item{
	margin: 0;
	padding: 5px;
	border: 0px solid black;
	display: block;
}

img.item_photo{
	border: 1px solid black;
	display: block;
	margin: 0;
	padding: 0px;
}

div.item_name{
	text-align: left;
	width: 100%
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	font-family: verdana, sans-serif;
	display: block;
}


/*RUG STYLES*******************************************************************/
div#rugs-container {
	text-align: center;
	left: 50%;
	margin-left: -205px;
	width: 410px;
	border: 0px solid black;
	background-color: #ffffff;
}


/*PLATTER STYLES***************************************************************/
div#platter-container {
	text-align: center;
	left: 50%;
	margin-left: -171px;
	width: 342px;
	border: 0px solid black;
}


/*COASTER STYLES***************************************************************/
div#coaster-container {
	text-align: center;
	left: 50%;
	margin-left: -171px;
	width: 342px;
	border: 0px solid black;
}


/*FUNSTUFF STYLES**************************************************************/
div#fun-container {
	text-align: center;
	left: 50%;
	margin-left: -171px;
	width: 342px;
	border: 0px solid black;
}


/*WHATS NEW STYLES*************************************************************/
div#new-container {
	text-align: center;
	left: 50%;
	margin-left: -171px;
	width: 342px;
	border: 0px solid black;
}