/** colours used:

grey = gainsboro

darkred = maroon

**/ 





body

{

    left: 10px;

    font-family: arial, verdana, timesroman;

    top: 10px;

    text-align: center;

    background-color: #888888;

    background: url(dots.gif);

    

}



img

{

	border: none;

}





#keywords

{

    text-align: center

}



#page

{

    border: 1px solid #555555;

    width: 738px;

    background-color: gainsboro;

    background: url(dominoes2.gif);

}



.frame

{

	  border: maroon 1px solid;

}



.clear

{

    clear: both

}



.right

{

    float: right

}

.left

{

    float: left

}

.center

{

    text-align: center

}

.italic

{

    font-style: italic

}



p

{

	text-indent: 0px;

	margin-top: 0px;

}



div

{

	text-indent: 0px;

}



#mainContent

{

	position: relative;

    float: left;

    width: 98%;

    color: #444444;

    text-indent: 2px;

    font-family: arial, verdana;

    text-align: left;

    margin-bottom: 5px;

    margin-top: 3px;

}

.navBar
{
	border: solid 1px white;
}
.navBar a
{
	color: white !important;
}


h1

{

    margin-top: 0px;

    font-weight: bold;

    font-size: 11pt;

    color: maroon;

    padding-top: 0px;

    font-family: arial, verdana;

}

 

h2

{

    font-weight: bold;

    font-size: 11pt;

    color: maroon;

    font-family: arial, verdana

}



h3

{

	line-height: 10px;

	margin-bottom: 2px;

	padding-bottom: 0px;

    font-weight: bold;

    font-size: 10pt;

    color: maroon;

    font-family: arial, verdana

}





#mainContent a:hover

{

    color: maroon;

    text-decoration: underline

}

#mainContent a

{
    color: black;
    text-decoration: none;
}



#mainContentInner

{

	position: relative;

	border: 0px;

	margin-left: 5px;

	margin-right: 5px;

	padding:5px;

	width: 480px;

	float: left;

}



#footer

{

	margin-top: 3px;

	color: black;

	font-size: 10pt;

	border-top: maroon 1px solid;

	background-color: #eeeeee;

	padding-bottom: 2px;

}



#footer a

{

	text-decoration: none;

	color: black;

	font-size: 10pt;

}





#quickView

{

	

	padding: 10px 5px 10px 5px;

	float: right;

	width: 200px;

	margin-right: 3px;

	margin-top: 5px;

	text-align: left;

	background-color: #D4D3D3;

	border: solid 1px maroon;

	font-size: 10pt;

}


.picBox img
{
	border: 1px solid maroon;
}

.picBox table

{

	background-color: transparent;

	width: 100%;

}



table td

{

	padding: 2px;

	width: 120px;

	margin: 5px;

}



table td img

{

	border: solid 1px black;	

}



.subtext

{

	padding: 10px 5px 10px 5px;

	text-align: left;

	background-color: #D4D3D3;

	border: solid 1px #CCCCCC;

	font-size: 10pt;

	border: 1px solid maroon;

	margin-bottom: 5px;

}





.map

{

	border: 1px solid maroon;

}


/** photo Gallery **/

#thumbnails
{
	height: 200px;
	width: 99%;
	overflow: scroll;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

	.thumbnail
	{
		width: 220px;
		margin-right: 5px;
		height: 175px
	}

#fullsizeImage
{
 text-align: center;	
}

	#fullsize
	{
		width: 450px;
	}

