body	{
			background-color: #000000; 
			margin:0; 
			padding:0; 
			border:0; 
			height:100%;
			overflow:auto;
			/* overflow-y:auto; */
			background-image: url("../images/bgred1.jpg");
			font-family: "Gill Sans", "Gill Sans MT", Verdana, Arial, sans-serif;
			}
#curtains-repeat	{
			position: relative;
			background-image: url("../images/background-curtain-bottom.jpg");
			background-repeat:repeat-y;
			width:940px;
			height: auto;
			margin: 0px auto;
			}

#curtains	{
			position: relative;	
			background-image: url("../images/background-curtain.jpg");
			background-repeat: no-repeat;
			width: 940px;
			margin: 0 auto;
			min-height:900px;

			}

			
#menuleft		{
			position: absolute;
			float: left;
			left: 70px;
			top: 300px;
			width: 100px;
			border: thick;
			}
#menuright  {
			position: relative;
			float: right;
			top: 300px;
			width: 100px;
			left: -70px;
			}			
/* #centre		{
	
			top: 100px;
			width: 500px;
			margin: 0 220px;
			padding:0;
			*/			
#titlecentre {
			padding-top: 100px;
			text-align: center;
			margin: 0px auto;
			width:500px;
			}
#contentcentre  {
	
			margin: 0 auto;
			width: 500px;
			min-height:900px;
			[if IE 6]>
			height: 600px;
			<![endif]
}

			
a:link	{color:#0000ff;}
a:visited	{color:#800080;}
a:hover	{color:#ff0000;}
a:active	{color:#ff00ff;}
h1		{font-size: 140%;}
h2		{font-size: 115%;}
h3		{font-size: 105%;}
h1,h2,h3	{
		letter-spacing: 0.1em;
		font-family: "Goudy Old Style", Palatino, Garamond, "Times New Roman", Times, serif;
		}
		

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top:5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.border {
	margin: 5px;
	padding: 5px;
	float: right;
	border: thin double #91212D;
}

