body {
	background-image: url(images/background.jpg);
	background-repeat: repeat; 
}

/*text formats*/
.content_text {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 15px;	
	color: #000000;
}
.menu_size {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 17px;	
	color: #000000;
}
.entrance {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #000000;
	font-style: oblique;
	font-weight: bolder;
}
.footer { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;	
	color: #660033;
}
.red {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 19px; 
	color: #990000;
}
.orange {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 19px; 
	color: #FF6600;
}
.yellow {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 19px; 
	color: #CCCC00;
}
.purple {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 19px; 
	color: #663366;
}
.green {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 19px; 
	color: #336633;
}
.blue {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:19px; 
	color: #3366FF;
}
a {
	font-size: 15px;
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:visited {
	font-size: 15px;
	color: #663366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:hover {
	font-size: 15px;
	color: #663366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
/*text formats*/

td#header {
	background-image:url(images/jewelryheader.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 640px;
}
td#topofbodybg {
	background-image: url(images/bodytop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 16px;
	width: 640px;
}
td#bodybg {
	background-image: url(images/bodymiddle.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	width: 640px;
}
td#images {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*Rollover Div tags for my main menu*/
td#menu {
	height: auto;
	 width: 72px;
}
td#menuspacer {
	width: 22px;
}
.earringsrollover a {
	display:block;
	width:72px;
	height:31px;
	background-image: url(images/earrings.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.earringsrollover a:hover {
	background-image: url(images/earrings_roll.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 72px;
}
.braceletsrollover a {
	display:block;
	width:72px;
	height:31px;
	background-image: url(images/bracelets.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.braceletsrollover a:hover {
	background-image: url(images/bracelets_roll.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 72px;
}
.necklacesrollover a {
	display:block;
	width:72px;
	height:31px;
	background-image: url(images/necklaces.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.necklacesrollover a:hover {
	background-image: url(images/necklaces_roll.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 72px;
}
.otherrollover a {
	display:block;
	width:72px;
	height:31px;
	background-image: url(images/other.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.otherrollover a:hover {
	background-image: url(images/other_roll.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 72px;
}
.mainrollover a {
	display:block;
	width:72px;
	height:31px;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.mainrollover a:hover {
	background-image: url(images/main_roll.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 72px;
}
/*Rollover Div tags for my main menu*/

td#bottomofbodybg {
	background-image: url(images/bodybottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 639px;
	height: 23px;
}
