body {
	background-color: #000;
	background-image: url("https://blingcollection.com/images/thos/background.jpg");
	background-repeat: repeat-x;
	background-position: top;
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Quattrocento Sans', sans-serif;

}

a:link{
	color: #000;
}

a:hover{
	color: #666;
	text-decoration:none;
}

h1{
	font-family: 'Gruppo', sans-serif;
}

p, ul{
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	font-family: 'Quattrocento Sans', sans-serif;
}

#thelogo {
	height: 112px;
	width: 305px;
	float: left;
	margin-top: -13px;
}
#menu {
	padding-top: 70px;
	text-align: right;
	padding-right: 20px;
}
#theBody {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	padding-top: 40px;
	padding-left: 40px;
	min-height: 840px;
}
#leftSide {
	width: 480px;
}
#rightSide {
	width: 210px;
	float: right;
	padding-top: 40px;
	padding-bottom: 20px;
	min-height: 840px;
}
#thePage {
	width: 900px;
}

#wrapThis{
	background-image: url("https://blingcollection.com/images/thos/page.png");
	background-repeat: repeat-y;
}
#theLine {
	display: block;
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 940px;
}
.footer{
	color: #FFF;
	font-size: 9px;
	width: 900px;
}
#menu a, a:visited {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu a:hover {
	color:#999;
}