html, body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	color: #444444;
	background-color: #fff;
/*	background-color: #EEEEEE; */
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 80%;
	width:100%;
}

img {
	border:0;
}

h1 {}

h2 { font-size: 1.2em; }

#wrap {
	position: relative;
	background-color: #ffffff;
	margin: 0px auto;
	min-height:100%;
	height:auto !important;
	height:100%;
}

.page {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0px auto;
	padding:0 12px 12px 12px;
}

.header {
	text-align: center;
	width:100%;
	height:117px;
	display:block;
}

.header_content {
	position:relative;
	margin: 0 auto;
	width:900px;
}

.logo {
	position:absolute;
 	top:44px;
/*	top:100px; */
	left:0px;
}

.menu_v2 {
	position:absolute;
	top:44px;
	right:0;
	width:300px;
}

.menu_v2 a {
	float:left;
	width:75px;
	height:16px;
	text-align:left;
	display:block;
}

.write {
	position:absolute;
	top:130px;
/*	top:190px; */
	right:-10px;
}

.menu {
	padding-top:220px;
/*	padding-top:280px;*/
}

.menu div {
	width:33%;
	height:50px;
	display:block;
	float:left;
}

.header .topmenu {
/*	width:100%; */
}

.header .topmenu ul {
	margin: 0 auto;	
	padding: 0;	
	list-style: none;
	width:150px;
}

.header .topmenu ul li {
	position:relative;	
}
.topmenu ul li a {
	display: block;
	text-decoration: none;	
    white-space: nowrap;
}
.topmenu ul li a:hover {
	color: #0000CC;
}
 
.topmenu ul li ul {
    display: none;
    position:absolute;
	background:#828d87 url(../img/header_bg.gif) repeat +13px +8px;
/*	background:#828d87 url(../img/header_bg.gif) repeat +20px +15px; */
    top:47px;
}
 
.topmenu ul li ul li {
    display:block;    
    border-top:0px;
}

.topmenu ul li ul li a {
	width:150px;
	height:35px;
	text-align:center;
	display:block;
}

.content {
	padding: 4px 0 24px 0;
}

.photo_show {
	width:640px;
	min-height:300px;
	float:left;
	background-color: #e9e9e9;
	padding:50px 0;
	text-align:center;
	position:relative;
}

.photo_show div {
	height:50px;
	width:100%;
	text-align:center;
}

.photo_show div p {
	padding-top:10px;
	margin:0;
}

.photo_show div a {
	margin:0 20px;
	color: #444444;
	font-size:2em;
	text-decoration:none;
}

.photo_show .disable {
	color:#ccc;
}

.photo_show .pprev {
	position:absolute;
	left:15px;
	top:40%;
}

.photo_show .pnext {
	position:absolute;
	right:15px;
	top:40%;
}


.photo_list {
	width:250px;
	float:right;
}

.photo_list a {
	float:left;
	width:50px;
	height:50px;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	background-color: #eee;
	text-align:center;
}

.photo_list a:hover {
	background-color: #ccc;
}

.photo_list #pages {
	clear:both;
	padding:5px 0 12px 0;
	text-align:center;
}

.photo_list #pages a {
	padding:4px 20px;
	float:none;
	margin:0 20px;
	color: #444444;
	font-size:2em;
	text-decoration:none;
}

.photo_list #pages a:hover {
	background-color:#ccc;
}

.photo_list #pages a.disable {
	color:#ccc;
}

.photo_list #pages a.disable:hover {
	background-color:#eee;
}


.clear {
	clear:both;
}

/*
.footer {
	margin-top:10px;
	color: #666666;
	background-color: #eeeeee;
	padding: 15px 15px;
	font-size: 1.5em;
	text-align: center;
}

.footer a {
	color: #999999;
}

.footer_blank {
	clear:both;
	height:70px;
}

#footer {
	color: #666666;
	background-color: #eeeeee;
	padding: 10px 15px 25px 15px;
	font-size: 1.2em;
	text-align: center;

	position:relative;
	height:25px;
	width:870px;
	margin: 0px auto;
	margin-top:-80px;
}

#footer a {
	color: #999999;
}

*/

#footer {
	padding-top:34px;
	position:relative;
}

#footer .text {
	padding-left:59px;
	position:relative;
	width:330px;
	font-size:0.9em;
	color:#4e4e4e;
	font-family: 'Tahoma','Trebuchet MS', sans-serif;;
	line-height:2em;
}

#footer .d_quote_up {
	position:absolute;
	top:0;
	left:35px;
	width:14px;
	height:14px;
	background:url(../img/d_quote_up.png) no-repeat;
}

#footer .d_quote_down {
	position:absolute;
	bottom:4px;
	right:-10px;
	width:14px;
	height:14px;
	background:url(../img/d_quote_down.png) no-repeat;
}

#footer .designer {
	position:absolute;
	right:21px;
	top:43px;
}

