@charset "UTF-8";
/* CSS Document */

/****************/
/* PNG Fix      */
/****************/
img
{
behavior: url("pngfix/pngbehavior.htc");
border: none;
}

/****************/
/* Body CSS     */
/****************/

body
{
background-color: #000;
padding: 0px;
margin: 0px;
width: 100%;
font-family: Verdana, Tahoma;
font-size: 11px;
background-image:url(images/bggrad.png);
background-repeat:repeat-x;
}

body a
{
color: #333;
text-decoration: none;
}

body a:hover
{
color:#000;
text-decoration: underline;
}

#wrapper
{
	background-image: url(images/Website-Layout_08.png);
	width: 840px;
	margin: 0px auto;
}

#header
{
	background-image: url(images/Website-Layout_02.png);
	background-repeat: no-repeat;
	width: 801px;
	height: 154px;
	margin: 0px auto;
}

#menu
{
	background-image: url(images/Website-Layout_05.png);
	width: 801px;
	height: 34px;
	margin: 0px auto;
}

.menu_item
{
	padding:9px 0px 0px 20px;
	color: #FFF;
	float:left;
	font-size: 12px;
}

.menu_item a
{
	color: #FFF;
}

.menu_item a:hover
{
	color: #000;
	text-decoration:none;
}


#body
{
	background: #FFF;
	width: 801px;
	margin: 0px auto;
	padding-bottom: 20px;
}

#footshadow
{
	background-image: url(images/Website-Layout_10.png);
	width: 840px;
	height: 16px;
	margin: 0px auto;
}

#footer
{
	width: 801px;
	margin: 0px auto;
	text-align: center;
	color: #AAA;
	padding-bottom: 20px;
}

.photobox
{
	width:75px;
	height:75px;
	float: left;
	padding: 20px 10px 0px 10px;
}

.photopagebox
{
	width: 500px;
	float: left;
	padding: 20px 10px 0px 10px;
}

.photopageboxright
{
	width: 210px;
	float: right;
	padding: 20px 10px 0px 10px;
}

.setbox
{
	font-size: 12px;
	width:350px;
	height:85px;
	float: left;
	padding: 10px 0px 0px 0px;
}

.photogroup
{
	width:760px;
	margin: 0px auto;
}

.titlebar
{
	width:740px;
	margin: 0px auto;
	border-bottom: 1px solid #CCC;
	font-size: 18px;
	color: #999;
	padding-top: 25px;
}

.bodytxt
{
	width:740px;
	margin: 0px auto;
	font-size: 11px;
	color: #000;
	padding-top: 5px;
}

.phototext
{
	color:#666
}

.phototext a
{
	color:#666
}