/*
	Author:	Marlon A. Gayle
	Title:	Bustamante Museum Website Layout
*/

body {
	margin: 0px 0px 0px 0px;
	background-color: #CCCCCC;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	line-height: 1.4em;
	color: #666666;
	text-align: left;
	vertical-align: top;
}

#shadow
{
	border-bottom: 1px solid  #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#page
{
	border: 1px solid #666666;
	width: 800px;
	background-color: #fff;
}

#header
{
	float: left;
	width: 800px;
	height: 50px;
	text-align: left;
}

#sitenav
{
	float: left;
	width: 800px;
	height: 25px;
	text-align: left;
	text-indent: 15px;
}

#banner
{
 	float: left;
	width: 800px;
	height: 200px;
}

#leftcolumn
{
	float: left;
	width: 200px;
	text-align:left;
	
}

#content
{

	float: left;
	width: 590px;
	text-align:left;
	line-height: 1.5em;
	margin-left: 5px;
	margin-right: 5px;
}

.title
{
	font-weight: 600;
	font-size: 10pt;
	height: 25px;
	padding-top: 5px;
	text-indent: 10px;
}

#footer
{
	clear: both;
	width: 800px;
	height: 25px;
	font-size: 8pt;
	text-align: left;
	text-indent: 15px;
	padding-top: 3px;
}

.menuHeading
{
	text-align: left;
	text-indent: 10px;
	font-weight: 600;
		height: 26px;
		padding-top: 5px;
}

.menuItem
{
	text-align: left;
	text-indent: 15px;
	height: 20px;
}

.img
{
	float: left;
	margin: 2px 2px 2px 2px;
}

td.cal{
	border: solid 1px #333333;
}

.thumb
{
	float: left;
	width: 90px;
	height: 90px;
}

A:link {text-decoration: none; color:#666666;}
A:visited {text-decoration: none; color:#666666;}
A:active {text-decoration: none; color:#666666;}
A:hover {text-decoration: none; color: orange;}
