/* CSS Document */

/*--------------------------------------------------------------------------- */
/*                            redfined html tags                              */
/*--------------------------------------------------------------------------- */

html, body {
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	background: #000000 url(../images/page_bg.jpg) repeat-x;
}

li, ul li, p, td, img {
	margin: 0;
	padding: 0;
}


/*----------------------------redfined html tags----------------------------*/



/*--------------------------------------------------------------------------- */
/*                           page construction                                */
/*--------------------------------------------------------------------------- */

#outercontainer {
	width: 100%;
	height: 100%;
}

#tdmain {
	background: url(../images/site_bg.gif);
	width: 592px;
	color: #FFFFFF;
}

#tdcontact {
	background: url(../images/contact_bg.jpg);
	width: 592px;
	color: #FFFFFF;
}

#imgbdr {
	border: 1px solid #cccccc;

}

/*----------------------------page construction----------------------------*/




/*--------------------------------------------------------------------------- */
/*                                 Navigation                                 */
/*--------------------------------------------------------------------------- */


#secondnav {
	text-align: right;
	font-weight: bold;
}

#secondnav a {
	color:#999999;
	border: 1px solid #999999;
	font-style: bold;
	text-decoration: none;
	padding: 0px 3px;
	margin-right: 1px;
	font-size: 85%;
}

#secondnav a#select {
	color:#333333;
	border: 1px solid #333333;
	text-decoration: none;
	padding: 0px 3px;
	margin-right: 1px;
	font-size: 85%;
}

#secondnav a:hover {
	color:#333333;
	border: 1px solid #333333;
	text-decoration: none;
	padding: 0px 3px;
	margin-right: 1px;
	font-size: 85%;
}

.portraits{
	background: url(../images/shead_port.gif);
}

.commercial{
	background: url(../images/shead_comm.gif);
}

.personal{
	background: url(../images/shead_pers.gif);
}

.filmstills{
	background: url(../images/shead_film.gif);
}




/*-------------------------------End Navigation------------------------------ */
