/*
Title:      Styles for Art Mad/main
Author:     Martin Caton, martin@catondesigns.com
Updated:    July 2007
*/

/* STRUCTURE styles */

body      {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin-top: 30px;
	padding: 0;
	color: #000000;
	background-image: url(../images/page_tile.gif);
}
#container   {
	background-image: url(../images/container_tile.gif);
	width: 750px;
}
#leftCell  {
	background-color: #d04400;
	width: 260px;
	padding: 18px;
	color: #FFFFFF;
	font-size: 109%;
	background-image: url(images/cell_house.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
#footer {
	background-image: url(../images/page_shadow.gif);
	font-size: 91%;
	padding-bottom: 6px;
	padding-top: 15px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	}
.cellPad  {
	text-align: left;
	padding-right: 19px;
	padding-left: 19px;
	padding-top: 19px;
	padding-bottom: 19px;
}


/* NAV styles */

a.foot, a.foot:visited           {
	color: white;
	text-decoration: none;
}
a.foot:hover            {
	color: white;
	text-decoration: underline;
}

/* TEXT styles */

.homeTxt    {
	text-align: left;
	font-size: 130%;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 230%;
}
dt    {
	font-weight: bold;
	color: #69070e;
}
.gallNav {
	padding-bottom: 6px;
	color: #FFFFFF;
	text-align: center;
	}
