

/* body background colours */

.body-home {background:#e5f7ff;}
.body-news  {background:#f7e7f3;}
.body-illustrations {background:#e1f2f7;}
.body-design  {background:#f2f8d5;}
.body-commercial {background:#e8ddf2;}
.body-photography  {background:#fef3ad;}
.body-links {background:#fef3ad;}



/* container */

#container {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 550px;
	width: 900px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: auto;
	margin-top:30px;
}

.gallery {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 740px;
	height: 400px;
	vertical-align:top;
	overflow: auto;
	float: left;
	margin: 0px;
}


/* -------  links page ------- */

.links-text1 {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 175px;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
	vertical-align: bottom;
	float: left;
}
.links-text2 {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align:left;
	vertical-align: bottom;
	float: left;
}


/* news page */

.news-text {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 50px;
	padding-bottom: 5px;
	width: 690px;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	overflow: auto;
	float: left;
	margin: 0px;
}

/* left column */

#left-col {
  width: 150px;
  height: 439px;
  float: left;
}

#left-col span {
  display: none;
}

#left-col a {
	text-indent: -900%;
	margin-top: 160px;
	background: url('../images/alice.png') no-repeat;
	display: block;
	height: 260px;
	width: 150px;
}

#left-col a:hover {
  background-position: left bottom;
}

#left-col a:hover span {
  display: block;
}


#left-col .home span {
  width: 92px;
  height: 60px;
  background: url('../images/alice-rollover.png') no-repeat;
  left: -10px;
  top: -60px;
}

/* #left-col {
	width: 150px;
	height: 439px;
	float:left;
	vertical-align: bottom;
}

#left-col span {
  display: none;
}

#left-col a {
	text-indent: -900%;
	margin-top: 160px;
	background: url('../images/alice.png') no-repeat;
	display:block;
	height: 260px;
	width: 150px;
}

#left-col a:hover {
  background-position: left bottom;
}

#left-col a:hover span {
  display: block;
}

#left-col .home span {
  width: 92px;
  height: 60px;
  background: url('../images/alice-rollover.png') no-repeat;
  left: -10px;
  top: -60px;
} */


/* footer */

.foot {
	width: 900px;
	height: 30px;
	left: 0px;
	top: 10px;
	margin: 0;
	position: relative;
}

/*.foot span {
	width: 135px;
	height: 99px;
	background: url('../images/resume-rollover.png') no-repeat;
	left: 23px;
	top: -16px;
}*/