@charset "utf-8";
/* CSS Document */

body{
	background-color: #454D54;
	font-family: Arial, Helvetica, sans-serif;
}



#container {
	width: 940px;
	margin: auto;
}

#contact-info{
	text-align: right;
	height: 30px;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	padding-right:5px;
}

#contact-info a {
	text-decoration: none;
	color: #FFF;
}

#content {
	height: 440px;
	background-color: #FFF;
}

#custom-design{
	float: left;
	height: 440px;
	width: 500px;
}

#custom-design img{
	margin-left: 140px;
	border: none;
}

#finish-jewelry img{
	margin-left: 50px;
	border: none;
}

#footer {
	background: url(images/bottom-gradient.jpg) no-repeat top left;
	height: 42px;
}

#footer a{
	text-decoration: none;
	color: #B8B8B8;
}

#footer p{
	font-size: 10px;
	color: #B8B8B8;
	margin: 0;
	padding: 10 0 0 0;
	line-height: 32px;
	text-align: center;
}