/*	----------------------------------
		Page and general text styles
		----------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #000;
}

.descriptionText { display: none; }

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

.portnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #ccc;
}

.portnav em {
	color: #000;
}

/*	----------------------------------
		Content Frames
		----------------------------------*/
#frame-home {
	width: 720px;
	height: 468px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/back-home.gif);
	background-repeat: no-repeat;
	background-position: 0pt 0pt;
	position: relative;
}

#frame {
	width: 720px;
	height: 468px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position: relative;
	background: #fffde9;
}

/*	----------------------------------
		Rollover Buttons
		----------------------------------*/
a#splash_home img { background: url(images/bubble.gif) top left no-repeat; }
a#splash_home:hover img { background: url(images/bubble2.gif) top left no-repeat; }

a#global_portfolio img { background: url(images/nav-portfolio.gif) top left no-repeat; }
a#global_portfolio:hover img { background: url(images/nav-portfolio2.gif) top left no-repeat; }

a#global_approach img { background: url(images/nav-approach.gif) top left no-repeat; }
a#global_approach:hover img { background: url(images/nav-approach2.gif) top left no-repeat; }

a#global_experience img { background: url(images/nav-experience.gif) top left no-repeat; }
a#global_experience:hover img { background: url(images/nav-experience2.gif) top left no-repeat; }

a#global_contact img { background: url(images/nav-contact.gif) top left no-repeat; }
a#global_contact:hover img { background: url(images/nav-contact2.gif) top left no-repeat; }

a#global_concepts img { background: url(images/nav-concepts.gif) top left no-repeat; }
a#global_concepts:hover img { background: url(images/nav-concepts2.gif) top left no-repeat; }

a#global_kids img { background: url(images/nav-kids.gif) top left no-repeat; }
a#global_kids:hover img { background: url(images/nav-kids2.gif) top left no-repeat; }

a#global_arts img { background: url(images/nav-arts.gif) top left no-repeat; }
a#global_arts:hover img { background: url(images/nav-arts2.gif) top left no-repeat; }

a#global_life img { background: url(images/nav-life.gif) top left no-repeat; }
a#global_life:hover img { background: url(images/nav-life2.gif) top left no-repeat; }

a#global_tell img { background: url(images/tellmemore.gif) top left no-repeat; }
a#global_tell:hover img { background: url(images/tellmemore2.gif) top left no-repeat; }

a#global_back img { background: url(images/back.gif) top left no-repeat; }
a#global_back:hover img { background: url(images/back2.gif) top left no-repeat; }

a#contactEmail img { background: url(images/email.gif) top left no-repeat; }
a#contactEmail:hover img { background: url(images/email2.gif) top left no-repeat; }

a#arrow_left img { background: url(images/arrow_left.gif) top left no-repeat; }
a#arrow_left:hover img { background: url(images/arrow_left3.gif) top left no-repeat; }

a#arrow_right img { background: url(images/arrow_right.gif) top left no-repeat; }
a#arrow_right:hover img { background: url(images/arrow_right3.gif) top left no-repeat; }

a#portfolio_kids img { background: url(images/portnav-kids.gif) top left no-repeat; }
a#portfolio_kids:hover img { background: url(images/portnav-kids2.gif) top left no-repeat; }

a#portfolio_arts img { background: url(images/portnav-arts.gif) top left no-repeat; }
a#portfolio_arts:hover img { background: url(images/portnav-arts2.gif) top left no-repeat; }

a#portfolio_life img { background: url(images/portnav-life.gif) top left no-repeat; }
a#portfolio_life:hover img { background: url(images/portnav-life2.gif) top left no-repeat; }

