div#mainContentPictureOuter {
    width: 710px;
    height: 499px;
    background-image: url('../pictures/main1.jpg');
    background-repeat: no-repeat;
}

div#mainContentPictureInner {
    width: 710px;
    height: 499px;
    background-image: url('../pictures/main1.jpg');
    background-repeat: no-repeat;
}

div#mainContentText {
	text-align: center;
    padding: 25px;
    margin-top: 410px;
    margin-left: 20px;
    width: 600px;
    height: 20px;
    font-family: 'Arial';
    background-image: url('../pictures/highlight_bg.png');
    font-weight: bold;
    font-size: 20px;
    color: #c00000;
}

div#mainRightPanel {
    width: 196px;
    height: 499px;
    background-image: url('../pictures/main_right_panel.png');
    background-repeat: no-repeat;
}

.homeThumbContainerIndex {
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	top: 1px;
	text-align: center;
}

.homeThumb {
	border: 2px solid silver;
	cursor: pointer;
}

.homeThumbHighlight {
	border: 4px solid black;
	cursor: pointer;
}
