.page
{
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    background-color: #FFFFFF;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1b1b1b;
}

p
{
    margin-top: 15px;
    margin-bottom: 15px;
}
a:link
{
    color: #222222;
    text-decoration: none;
}
a:visited
{
    color: #222222;
    text-decoration: none;
}
a:hover
{
    color: #990000;
    text-decoration: none;
}

/*************************************/
/*************** FONTS ***************/
/*************************************/
.gallery
{
    font-size: 18px;
    color: #666666;
    text-decoration: none;
}
.gallery a:link
{
    color: #666666;
    text-decoration: none;
}
.gallery a:visited
{
    color: #666666;
    text-decoration: none;
}
.gallery a:hover
{
    color: #CC0000;
    text-decoration: none;
}

/*************************************/
/*************** CELLS ***************/
/*************************************/
td
{
    font-size: 13px;
    color: #1b1b1b;
}
td a:link
{
    color: #CC0000;
    text-decoration: none;
}
td a:visited
{
    color: #CC0000;
    text-decoration: none;
}
td a:hover
{
    color: #CC0000;
    text-decoration: underline;
}
/***************************************/
td.leftSideBar
{
    background-image: url('../images/leftSideBar.jpg');
}
/***************************************/
td.rightSideBar
{
    background-image: url('../images/rightSideBar.jpg');
}
/***************************************/
td.footer
{
    height: 56px;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    background-image: url('../images/bgFooter.jpg');
}
/***************************************/
td.menuHead
{
    font-size: 13px;
    color: #666666;
}
td.menuHead a:link
{
    font-size: 13px;
    color: #666666;
    text-decoration: none;
}
td.menuHead a:visited
{
    color: #666666;
    text-decoration: none;
}
td.menuHead a:hover
{
    color: #CC0000;
    text-decoration: none;
}
/***************************************/
td.guestbookHeader
{
    background-color: #cde1f4;
    font-weight     : bold;
    font-size       : 15px;
}
/***************************************/

/***************************************/
/**************** DIV ******************/
/***************************************/
div#main
{
    width: 900px;
}
/*****************************************/
div#titleSection
{
    width: 100%;
    background-color: #89bbe5;
    font-size: 20px;
    color: #FFFFFF;
}
/*****************************************/
div#titleSectionSide
{
    width: 100%;
    background-color: #CC0000;
    font-size: 20px;
    color: #FFFFFF;
}
/*****************************************/
div#galleryContent 
{
	width			: 650px;
}
/*****************************************/
div#galleryNavBar 
{
	width			: 650px;
	height			: 20px;
	text-align		: right;
	color       	: #666666;
}
div#galleryNavBar  a:link
{
	color       	: #CC0000;
	text-decoration : none;
}
div#galleryNavBar  a:visited
{
	color       	: #CC0000;
	text-decoration : none;
}
div#galleryNavBar  a:hover
{
	color       	: #FF0000;
	text-decoration : none;
}
/***************************************/

/***************************************/
div#guestbook 
{
	width		: 100%;
    height		: 450px;
	overflow	: auto;
	margin-bottom : 2px;
/*
	scrollbar-face-color		: #FFFFFF; 
	scrollbar-shadow-color		: #FFFFFF; 
	scrollbar-highlight-color	: #FFFFFF; 
	scrollbar-3dlight-color		: #FFFFFF; 
	scrollbar-darkshadow-color  : #666666; 
	scrollbar-track-color		: #FFFFFF; 
	scrollbar-arrow-color		: #666666;
*/
}
/***************************************/

/***********************************************/
/***************  FORM COMPONENT ***************/
/***********************************************/
select, textarea
{
    font-size: 13px;
    color: #222222;
    border: 1px solid;
    border-color: #999999;
}

input
{
    font-size: 13px;
    color: #555555;
    border: 1px solid;
    border-color: #999999;
}

input.command
{
	font-size   		: 13px;
	color				: #444444;
	border-width		: 1px ;
	border-color		: #89bbe5;
	background-color	: #89bbe5;
}

