body {
 	background-image: url(http://www.streetjewellery.co.uk/images/sidebar.gif);
 	background-position: left;
 	background-repeat: repeat-y;
 	background-color: #000080;
	color: White;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
}

div.sidebar	{
	float: left;
	width: 250px;
}

div.menu	{
	float: right;
	width: 130px;
	font-size: 80%;
	text-align: left;
}

div.signs	{
	float: left;
	width: 100px;
	text-align: center;
}

div.main	{
	margin: 0px 1em 1em 250px;
	padding-left: 1em;
	font-size: 90%;
	line-height: 120%;
}

h1 			{
	margin-top: 1em;
	text-align: center;
	font-size: 250%;
    color: #F0CE73;
}

h2 			{
	margin-top: 1em;
	font-size: 150%;
    color: #F0CE73;
}

a:link {
    color: #F0CE73;
	font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #FF8030;
	font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #F0CE73;
	font-weight: bold;
    text-decoration: underline;
}

p.menu	{
	font-weight: bold;
	background-color: #000099;
	margin: .5ex;
	padding: .5ex;
	border-right: .5ex solid #000099;
}

hr.menu	{
	color: #0000CC;
	background-color: #0000CC;
	height: 3px;
	margin: 1px 1ex;
}
	

hr {
	color: #0000CC;
	background-color: #0000CC;
	height: 3px;
	margin: 10px 20px;
}

p.caption 	{
	margin-top:1em;
	margin-bottom:0em;
}

img.framed {
	border: 5px double White;
}
.right	{
	text-align: right;
}
