/* Vane Women main style sheet */
body	{
	background-image: url(images/background.gif);
	font-family: Arial, Helvetica, sans-serif;
}
h1	{
	Color:gray;
	font-style: italic;
	font-size: 300%;
	font-weight: normal;
	text-align: center;
	padding-right: 84px;
}
h2	{
	Color:gray;
	font-style: italic;
	font-size: 25px;
	font-weight: normal;
	text-align: left;
	margin:0;
	float:left;
	line-height: 74px;
}
h3	{
	text-align:center;
}
p	{
	text-align: justify;
	font-size:113%;
}
p.credits	{
	font-size:83%;
	font-weight:bold;
	text-align:right;
	font-family: "Times New Roman", Times, serif;
	line-height:15px;
	padding-top:40px;
	margin: 20x 1em 0px 0px;
}
a	{
	color:Blue;
}
a:active, a:visited	{
	color: #FF00FF;
}
a:hover	{
	color: Red;
}
img.earring, h2 img	{
	border:none;
	background-image: url(images/earring3.gif);
	background-position: 30px;
	background-repeat: no-repeat;
	height:74px;
	border:none; 
}
img.earring	{	
	float:left;
	width:114px;
}
h2 img	{
	width: 100px;
}
img.earring:hover, h2 img:hover	{
	background-image: url(images/earring5.gif);
}
.centre	{
	text-align: center;
}
hr	{
	clear: both;
}

div.leftcol	{
	float: left;
	width: 45%;
}
div.rightcol {
	float:right;
	width: 50%;
	padding-left:1em;
	border-left:2px solid #CE6331;
}