/*
 * Global style for all skin styles.
 */

body {
	background-repeat: repeat-x;
	margin: 5px;
    margin-top:20px;
}

h1 {
	margin: 6px;

}

b {
	text-transform: uppercase;
}

.indexicon {
	margin-left:30px;
	margin-right:30px;
}

div.row {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div.thumb {
	width: 150px;
	height: 150px;
	float:left;
}
div.title {
    margin:10px;
    font-family: Arial, Verdana, Tahoma;
    font-size: 14px;
    font-weight: 500;
    text-transform:uppercase;
    color: #666;
}
div.navigationrow {
	width: 800px;
    height:60px;
	margin-left: auto;
	margin-right: auto;
    clear:both;
	display:block;
}

div.navigationblock {
	width: 160px;
	height: 60px;
    display:inline;
    text-align:center;
    float:left;
}
div.clearrow {
	clear:both;
}
