/* CSS Document */
html
{
	padding:0px;
	margin:0px;
	font-family:  verdana, tahoma, geneva, arial, helvetica, sans-serif;
}

body
{
	position:relative;
	padding:0px;
	margin:0px;
	font-size:10px;
}

#outer_container
{
	position: relative;
	width:100%;
	margin:0px;
	padding:0px;
	overflow:visible;
}

/* header */
#header_container
{
	position:relative;
	height:100px;
	width:100%;
	background-color: #000099;
	padding:0px;
	margin:0px;
}

/* content begins here */
#content_pane
{
	position:relative;
	height:auto;
	padding:0px auto 0px auto;
	margin:20px 25px 20px 25px;
	overflow:visible;
}

/* footer begins here */
#footer_container
{
	position:relative;
	height:80px;
	padding:0px;
	width:100%;
	margin:0px 0px 0px 0px;
	background-colour:#000099;
}

/* artist nav begins here*/
#nav_container
{
	position:relative;
	top:8px;
	left:8px;
}
