/*
 * Gallery - a web based photo album viewer and editor
 * Copyright (C) 2000-2008 Bharat Mediratta
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA  02110-1301, USA.
 */

/* ********************************************************************************
 * Ajaxian Theme for Gallery 2
 * by Ross Shannon
 * ********************************************************************************/

 body, div, h1, h2, h3, h4, p {
	margin:0;
	padding:0;
}
body {
	margin: 0px 0px 0px 0px;
	#background-color: #E5E5FF;
	#background-color: #FFFF99;
	#background-image: url(images/outer_bg.gif);
	background:url("http://www1.blogblog.com/dots/bg_dots2.gif") -100px -100px;
	#text-align: center;
}
/*---- 最外層包裝 ----*/
<!--
#WRAPPER {
	width: 1000px;
	margin:0 auto;
	padding:0 10px;
	#background-image: url(images/outer_bg.gif);
	/*--background-color: #E5E5FF;--*/
	
}
-->
#main {
	width: 1000px;
    #margin: 15px 15px 15px 15px;
	margin: 15px auto;
    #padding: 12px 12px 12px 12px;
    #background-color: #dfdbdb;
    #border: 10px solid #ccc;
    -moz-border-radius: 8px;
}

#frame {
	margin: 0 auto;
	width: 1000px;
    position: relative;
    padding: 15px 15px 15px 15px;
    #background-color: #FFFF99;
	#background-color: #eeb91a;
    color: #fff;
    -moz-border-radius: 8px;
	overflow:auto;
}

#MAIN_NAV {
	#background-color:#94AFFF;
	#border: 1px solid #6666CC;
	color: #FFFAF0;
	#overflow:auto;
	width: 725px;
}

/*---- 次選單 2 ----*/
#SUB_NAV_2{ float:right;width:200px;margin-left:0px;margin-right:0px;color:#FFFAF0;}
#SUB_NAV_2 a{ color:#2600FF; text-decoration:none;}
#SUB_NAV_2 a:hover{ color:#FF0000;}
#SUB_NAV_2 ul{ color:#FF0000;}
#SUB_NAV_2 li{ color:#FF0000;}
#SUB_NAV_2 h2{ text-align:left; color:#8B4513; font-size: 16px; padding:5px 10px;}


/*---- 內容區 ----*/
/*
#CONTENT { 

float:left;
width:725px;
margin-left:0px;
margin-right:10px;

color:#FFFAF0;
}
*/
#CONTENT {
	float:left;
	border-style:solid;
	border-color:#999999;
	border-width:10px;
	width:725px;
	margin-left:0px;
	margin-right:10px;
	/*---background-color:#FFFF99;---*/
	/*---background-color:#9999FF;---*/
	/*---color:#CCCC33;---*/
#	font-size:24px;
	#background-color:#94AFFF;
	#background-color:#8F8F8F;
	#background-color:#DDDDDD;
	#background-color:#FFFFFF;
	background-color: #FFFFCC;
	#color:#FFFAF0;
	#color: #6E6DE7;
	color:#000000;
}

#CONTENT a {
	text-decoration:none;
	/*---color: #6666CC;---*/
	#color: #FAFA00;
	#color: #000000;
	color: #0099CC;

}
	
	#CONTENT h4, #CONTENT p {
		padding:6px 20px 6px 20px;
		font-size:14px;
		line-height:100%;

	}

	#CONTENT h2 {
		font-family: Arial;
		font-size: 24px;
		text-align: left;
		padding:10px 10px 10px 10px;
		/*background-color:#6666CC;*/
		#color: #6666CC;
		#color: #9999FF;
		#color: #9999FF;
		color: #000000;
		letter-spacing:1px;
	}
	#CONTENT h2 a {
		font-family: Arial;
		font-size: 16px;
		text-align: left;
		padding:20px 20px 20px 20px;
		/*background-color:#6666CC;*/
		#color: #6666CC;
		#color: #9999FF;
		color: #000000;
		letter-spacing:1px;
	}
