/*

 * Global style for all skin styles.

 */



body {

	background-repeat: repeat-x;

	margin: 5px;

}



h1 {

	margin: 6px;



}



b {

	text-transform: uppercase;

}



.indexicon {

	margin-left:30px;

	margin-right:30px;

}



div.row {

	width: 1000px;

	margin-left: auto;

	margin-right: auto;

}



div.thumb {

	width: 150px;

	height: 150px;

	float:left;

}



div.clearrow {

	clear:both;

}

