body {
	background: #F6F5F0;
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	font-family:"Arial";
	font-size:12px;
	line-height:1.3;
	margin: 0px;
	padding: 0px;
}

img {
	behavior: url("/photo/pngbehavior.htc");
}

a:link, a:visited {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	color:#0099FF;
	text-decoration:none;
}

#photo_top_content {
	background-image:url(images/top.jpg);
	width: 800px;
	height: 60px;
	margin:0px auto;
	padding: 0px;
}

#photo_top_link {
	float: right;
	text-align: right;
	color: #FFFFFF;
	font-size:12px;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 25px;
	background-image:url(images/txt_bg.jpg);
	background-position:right top;
}

#photo_top_link a:link, #photo_top_link a:visited {
	color: #FFFFFF;
	font-size:12px;
	text-decoration: none;
}

#photo_top_link a:hover {
	color: #FFFFFF;
	font-size:12px;
	text-decoration: underline;
}

#photo_mainframe {
	margin:0px auto;
	padding:0px;
	width:800px;
}

#photo_mainframe_banner {
	margin:0px auto;
	padding:0px;
	width:800px;
	height:200px;
	background-image:url(images/main.jpg);
}

#photo_mainframe_composite {
	margin:0px auto;
	padding:0px;
	width:800px;
	background-image:url(images/info_bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

#photo_mainframe_info {
	color: #423D30;
	padding: 10px;
	font-size: 13px;
}

#photo_mainframe_content {
	width:800px;
	padding-bottom: 20px;
}

#photo_mainframe_paging {
	float:none;
	width:800px;
	text-align: center;
	padding-bottom: 20px;
}

#photo_foot {
	border-top: 1px dotted #999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 20px;
	width: 100%;
	text-align: right;
}

#photo_foot_desc {
	font-size: 12px;
	line-height: 20px;
	color:#333333;
	padding-right: 20px;
}

.photo_foot_desc_link, .photo_foot_desc_link a:link, .photo_foot_desc_link a:visited {
	color:#807353;
	font-weight: bold;
}

.photo_foot_desc_link a:hover {
	color:#807353;
	font-weight: bold;
	text-decoration: underline;
}

#photo_foot_copyright {
	color: #999999;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	margin:0px;
	padding-right: 20px;
}

.current_page {
	background-color:#FFFFFF;
    border:1px solid #D1D1D1;
    color:#993333;
    font-size:8pt;
    font-weight:bold;
    padding:1px;
    text-align:center;
}

.page a:active, .page a:visited, .page a:link  {
	background-color:#FFFFFF;
    border:1px solid #D1D1D1;
    color:#666666;
    cursor:pointer;
    font-size:8pt;
    padding:1px;
    text-align:center;
}

.page a:hover {
	background-color:#FFFFFF;
    border:1px solid #D1D1D1;
    color:#666666;
    cursor:pointer;
    font-size:8pt;
    padding:1px;
    text-align:center;
}

.empty_message {
	color:#DD7870;
    font-size:10pt;
	padding-left: 20px;
}

.clear {
        clear: both;
}

