/* CSS Document */

body {

background-image: url(../main_images/background.jpg);
background-repeat: repeat;
margin-top: 0px; 
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5px;
text-align: center;
	}
	
div.header
{
width: 950px;
height: auto;
text-align: center;
border-top: 0px;
border-bottom:0px;
border-left:0px;
border-right:0px;
margin-top: 0px; 
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}

div.nav_bar 	/*This is the menu bar at the top of the page*/
{
background-image:url(/main_images/menu_under.gif);
background-repeat:no-repeat;
background-position:center;
width:100%;
margin-top: 0px;
height: 35px;
text-align: center;
}


#main /* This is the holding frame for the CSS columns*/
{
/*background-image:url(http://www.stardustmusic.co.uk/main_images/backwash.jpg);*/ /*cNp*/
width: 850px;
height: auto;
margin-top: 5px; 
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
text-align:left;
}

#column1, #column2 /*Master column setup - see below*/
{
float:left;
}

#column1 /*Main content column*/
{
width: 625px;
height:auto;
margin-right:15px;
}

#column2 /*Secondary column for adverts, special offers etc */
{
width: 200px;
height:auto;
}

div.footer
{ 
text-align: left; 
width: 350; 
height: 15px;
font-family: Arial, sans-serif;
font-size: 11px;
margin-top: 0px; 
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}


div.spacer1 /* This is a simple spacer of 3px which produces a invisible gap*/
{
width: 100%;
height: 3px;
}

div.spacer2 /* This is a simple spacer of 8px which produces a invisible gap*/
{
width: 100%;
height:8px;
}

div.spacer3 /* This is a simple spacer of 12px which produces a invisible gap*/
{
width: 100%;
height:12px;
}
