/******CSS generic codeing
*********************/

body {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}


/*****Div coding
****************/

#header {
margin: 0 auto;
width: 955px;
height: 110px;
}

#content {
margin: 0 auto;
	height: auto;
	width: 955px;
	margin-top: 10px;
}

#divider{
	height: 10px;
}

#mainlinks {
	height: 50px;
}

#images {

}

#footer{
	margin: 0 auto;
	height: 50px;
	width: 955px;
	clear: left;

}

#copyright {
	margin-top: 5px;
	clear: both;
}

/**********Artist Page
************************/

#imageartist{
	float: left;
	width: 550px;
	height: 500px;
	margin-top: 5px;
}

#textartist{
	height: 500px;
	margin-top: 5px;
	float: right;
	width: 400px;
}

/************News Page
**********************/
#imagenews{
	float: right;
	width: 550px;
	height: 500px;
	margin-top: 5px;
}

#textnews{
	float: left;
	width: 400px;
	height:500px;
	margin-top: 5px;
}



/**************Contact Page
****************************/

#contact {
width: 800px;
height: auto;
}


/*******************Print Page
*****************************/

#row1{
margin-top: 20px;
width: 955px;
height:175px;
}

#row2{
margin-top: 20px;
width: 955px;
height:175px;
}

#row3{
margin-top: 20px;
width: 955px;
height:175px;
}

#row4{
margin-top: 20px;
width: 955px;
height:175px;
}
