﻿/*
This style sheet contain all style specific to this website
*/

.GalleryTitle
{
	FONT-SIZE: 9pt;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

.MessageBoardBody
{
	margin-top:25px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:25px;
    width:400px;
}

.MessageBoardHeader
{
	background-image: url(../default/images/MessageBoard/MessageBoardHeader.jpg);
	background-repeat: no-repeat;
	height:15px;
	}
	
	
.MessageBoardContent
{
	background-image: url(../default/images/MessageBoard/MessageBoardContent.jpg);
	background-repeat: repeat-y;
	}
	
	
.MessageBoardFooter
{
	background-image: url(../default/images/MessageBoard/MessageBoardFooter.jpg);
	background-repeat: no-repeat;
	height: 15px;
	}
	