html, body {
	background:#333 url(../gfx/background.gif);
	text-align:center;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

/*********************************************************************************/

div#header {
	margin:30px auto 10px auto;
	text-align:left;
	width:880px;
}

div#header div#phone {
	float:right;
	padding-top:15px;
}

/*********************************************************************************/

div#content {
	background:url(../gfx/content.png) no-repeat;
	height:508px;
	margin:10px auto 20px auto;
	padding:11px 10px 0 11px;
	position:relative;
	text-align:center;
	width:874px;
}

div#content div#main {
	background:url(../gfx/photo_content_area.png) no-repeat;
	height:497px;
	position:relative;
	text-align:center;
	width:874px;
}

div#content div#main div#menu {
	height:30px;
	padding-top:12px;
	padding-left:12px;
	text-align:center;
}


div#content div#content_text {
	color:#ccc;
	font:normal 0.9em Arial,Helvetica,sans-serif;
	height:443px;
	line-height:1.4em;
	margin-left:10px;
	overflow:auto;
	padding:0 20px;
	text-align:justify;
	width:810px;
}

div#content label {
	float:left;
	width:8em;
}

div#content a {
	color:#99f;
}

/*********************************************************************************/

div#menu ul {
	margin:0;
	padding:0;
	text-align:center;
	width:850px;
}

div#menu ul li {
	float:left;
	list-style-image:none;
	list-style-type:none;
	height:30px;
}

div#menu ul li a {
	display:block;
	font-size:0.0000001mm;
	height:30px;
	overflow:hidden;
	text-indent:-1000px;
}

div#menu ul li.sel {
	background-position:0 -30px !important;
}

#mnuHome {
	background:url(../gfx/menu/home.png);
	width:170px;
}

#mnuBio {
	background:url(../gfx/menu/bio.png);
	width:170px;
}

#mnuPortfolio {
	background:url(../gfx/menu/portfolio.png);
	width:170px;
}

#mnuContact {
	background:url(../gfx/menu/contact.png);
	width:170px;
}

#mnuLinks {
	background:url(../gfx/menu/links.png);
	width:170px;
}

/*********************************************************************************/

.galleryThumb {
	cursor:pointer;
	float:left;
	text-align:center;
}

.galleryThumbImage {
	background-position:center;
	background-repeat:no-repeat;
	height:240px;
	margin:5px auto;
	width:240px;
}

.galleryThumbLabel {
	background:url(../gfx/galleryThumbLabel.png) no-repeat;
	color:#ccc;
	display:block;
	font-size:0.9em;
	height:33px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	width:259px;
}

.thumb {
	display:inline;
	height:100px;
	margin:10px;
	width:100px;
}

.thumb img {
	cursor:pointer;
}

/*********************************************************************************/

div#footer {
	background:url(../gfx/footer_bg.jpg) no-repeat;
	height:112px;
	margin:20px auto;
	overflow:hidden;
	width:880px;
}

div#footer .content {
}

/*********************************************************************************/
