/* McNeills Music Shop stylesheet */

/* base styles */

#body {
background-color: white;
text-align: center;
border: 0px;
padding: 0px;
margin: 0px;

}

/* css layout elements */

#main {
text-align: center;
width: 824px;
font-family: Arial, Helvetica, Sans-serif;
font-size: small;
padding: 0px;
margin: auto;
border: 1px solid red
}

#page {
text-align: left;
}

#banner {
text-align: center
width: 546px;
height: 83px
}

#left_col {
width: 189px;
height: 291px;
margin-top: 10px;
border: 1px solid green
}

#centre_col {
position: absolute;
top: 10px;
left: 201;
width: 376px;
text-align: left;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
line-height: 10pt;
}

#right_col {
margin-top: 100px;
margin-left: 400px;
width: 259px;
height: 337px;
margin-top: 0px;
border: 1px solid green
}

#bottom_panel {
margin-left: 100px;
text-align: left;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
line-height: 10pt;
}

#footer {

}
/* nav styles */

a:link { 
	color: white; 
	font-weight: bold; 
	text-decoration: none;
	}
a:visited { 
	color: white; 
	font-weight: bold; 
	text-decoration: none;
	}
a:hover { 
	color: #00FF7F; 
	font-weight: bold; 
	text-decoration: underline;
	}


