@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.content  {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 475px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #B8AE99;
	background-color: #FFFFFF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #BAAD9A;
	letter-spacing: 1px;
	font-weight: lighter;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #BAAD9A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.capital_letter {
	font-size: 20px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.ring_description {
	color: #646464;
}
.text_area {
	float: right;
	height: 350px;
	width: 330px;
	padding-top: 60px;
	padding-right: 20px;
}
.ring_photo {
	clear: right;
	float: left;
	height: 400px;
	width: 400px;
	padding-left: 40px;
	padding-top: 50px;
}
.ring_photoLandscape {
	clear: right;
	float: left;
	height: 390px;
	width: 415px;
	padding-top: 50px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
a:link {
	color: #BAAD9A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #BAAD9A;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #BAAD9A;
}

</style>

