a {
	text-decoration: none;	
	color:			#fff;
}
a:hover {
	text-decoration: none;	
	color:			#cc0000;
}

/* 懶熊的預設樣式表 */
body, table, div, html {
	font-size:			12px;
	color:				#ffffff;
	font-family: 		Arial, Helvetica, sans-serif;	
}

body, form, html {
	padding:			0;
	margin:				0;
}

img {
	border:				none;
}

input.txt, textarea.txt {
	font-size:			1em;
	border:				1px #aaa solid;
	border-top:			1px #888 solid;
	padding:			2px 3px 2px 3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

textarea.txt {
	font-size:			1em;
	line-height:		1.4em;
	border:				1px #aaa solid;
	padding:			3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

input.btn {
	font-size:			1em;
	padding:			2px 0px 0 0px;
	color:				#575757;
}

*html input.btn {
	font-size:			12px;
	line-height:		10px;
	padding:			4px 0px 1px 0px;
}

select.txt, select.date {
	border:				1px #aaa solid;
	border-bottom:		1px #888 solid;
	font-size:			1em;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

select.date {
	font-size:			0.9em;
}

select.txt option { 
	padding:			2px 3px 0 3px;

}

.title {
	color: #F6821D;
	font-size: 13px;
	font-weight: bold;
}

.error {
	color: #FF0000;
}

.photo_list {
	padding:		0;
	margin:			0;
}

.photo_list li img {
	border:			3px solid #fff;
}
.photo_list li a {
	display:		block;
	margin-bottom: 	6px;
}
/* 版面 */

body {
	margin:			0;
	padding:		0;
	background:		url(../images/bg_01.gif) #F0F0F0 top repeat-x;
}

#top {
	background:		url(../images/bg_02.gif) top repeat-x;
}

#down {
	background:		url(../images/bg_03.gif) #083D33 bottom repeat-x;
	min-height:			305px;
}
*html #down {
	height:			305px;
}

#foot {
	background:		url(../images/bg_04.gif) top repeat-x;
	height:			170px;
}

#copyright {
	width:			637px;
	color:			#696969;
	padding:		17px 0 0 13px;
	margin:			auto;
}

#menu {
	width:			650px;
	margin:			auto;
	padding:		25px 0 0 0;
	*padding:		5px 0 0 0;
	list-style:		none;
	height:			42px;
}

#menu li {
	float:			left;
}

#contents {
	width:			650px;
	margin:			auto;
	line-height: 1.8em;
}
