/* -----ALL MARGIN and PADDING. ----- */

*
{
	margin: 0;
	padding: 0;
}

/* -----BODY and A. ----- */
	
body 
{
	background: #96df96;
	color: #000;
	font: 1em arial, sans-serif;
	text-align: center;
}
a:link
{
	color: #336699;
	text-decoration: none;
}
a:visited
{
	color: #32ab0d;
	text-decoration: none;
}
a:hover
{
	color: #3366cc;
	text-decoration: underline;
}

/*--COLORS--*/
	/*--lt blue: cfe8ed, bright blue: 3366cc, Grey: adaeaf, Green: 9edf7d--*/

/* -----OUTER, BANNER---- */

#outer
{
	background: url(images/bamright2.gif) bottom right no-repeat;
	width: 800px;
	height: 100%;
	margin: 0px auto -50px auto;
}
#banner
{
	background: url(images/iptcZbluePlSm2.gif) no-repeat left;
	margin: -80px auto -105px auto;
	width: 720px;
	height: 300px;
	font: 2em arial, sans-serif;
	text-align: center;
}

/*----MAINMENU----*/

#mainmenu
{
	background: url(images/menu.gif) center no-repeat;
	clear: both;
	padding: 5px 0 0 0;
	margin: 0 auto -30px auto;
	font: 1em arial, sans-serif;
}
#mainmenu ul li
{
	list-style-type: none;
	display: inline;
	margin: 0 3px;
}
#mainmenu ul li a img
{
	border: 0px;
	margin: -1px 0 0 0;
}
#menulite
{
	background: #96df96;
}
#mainmenu ul li a img:hover
{
	background: #336699;
}

/*----CONTENT, PHOTO, TEXT, SUBTITLE, TBOTT, BOOK----*/

#content
{
	width: 650px;
	background: #fff;
	margin: 0 auto 10px auto;
	text-align: left;
	background: url(images/border3top.gif) no-repeat;
}
#content p
{
	padding: 5px 0 5px 10px;
}
#photo
{
	float: right;
	width: 310px;
	text-align: center;
	margin: 20px 50px 10px 10px;
}
#text
{
	background: url(images/border3mid.gif) repeat-y;
	min-height: 300px;
	width: 650px;
	padding: 0;
	margin: 0;
	font: 1em arial, sans-serif;
}
#text p
{
	padding: 0 35px 10px 35px;	
}
#text p a
{
	font-weight: bold;
}
#text ul
{
	margin: -10px 30px 0 50px;
}
#text ul li
{
	list-style-type: none;
}
.subtitle
{
	padding: 0 30px 10px 25px;	
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#tbott
{
	background: url(images/border3bottom.gif) bottom no-repeat;
	width: 650px;
	height: 30px;
	margin: -25px 0 0 0;
}
.book
{
	font-style: italic;
	font-size: 1em;
}
.bold
{
	padding: 0 30px 20px 25px;
	font-weight: bold;
	font-size: 1.1em;
}

/*----CLEAR----*/
#clear
{
	clear: both;
}

/* -----FOOTER.----- */

#footer
{
	clear: both;
	margin: 45px 0 0 20px;
	padding: 0 0 13px 0;
	width: 95%;
	text-align: center;
}
#footer ul li
{
	display: inline;
}
