/* Tony Boardman Jewellery CSS Styles */

/* These 3 styles apply to the drop down menus on each page */

.anylinkcss {
	position:absolute;
	visibility: hidden;
	font:normal 12px/18px Verdana;
	z-index: 100;
	background-color: #FFFFFF;
	width: 150px;
	border: 1px solid #3E0F19;
}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #3E0F19;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	color: #450712;
}

.anylinkcss a:hover {
	background-color: #3E0F19;
	color: white;
}

#mainContent {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 495px;
	background: #FFFFFF url(images/background.jpg) no-repeat;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3E0F19;
}

.mainLink {
	color: #450712;
	font-weight: bold;
}

#rightContent {
	background: #FFFFFF;
	float: right;
	width: 540px;
	display: inline;
	margin-top: 15px;
	margin-right: 20px;
}
#footer {
	background: #FFFFFF url(images/background_footer.gif) no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 21px;
}
#footer a {
	color: #FFFFFF;
}
#portfolioThumbs a {
	color: #450712;
}a {
	color: #3E0F19;
}
