	html, body
	{
		height: 100%;
	}
	
	body
	{

                margin:0px;
                padding:0px;
		background: #FFF;
		font-size: 14pt;
		font-weight: 400;
		color: #4C3C3C;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #A41F1F;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		width: 1200px;
		margin: 0 auto;
	}
	
/*********************************************************************************/
/* 圖片                                                                          */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		;
		width: 100%;
		margin: 0 0 0 0;
	}

/*********************************************************************************/
/* list                                                                          */
/*********************************************************************************/

	ul.style1
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style1 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
	}
	
	ul.style1 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}



		
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		position: relative;
		margin-bottom: 1em;
		padding-bottom: 1em;
		text-transform: uppercase;
		border-bottom: 2px solid #CCC;
               
	}

	.title:after
	{
		display: block;
		content: "";
		position: absolute;
		bottom: -2px;
		width: 2em;
		border-bottom: 2px solid #e10126;
		left: 0;
	}
	
	.title h2
	{
		letter-spacing: 0.20em;
		font-weight: 700;
		font-size: 2em;
		color: #171717;
	}
	
	

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
	#header-wrapper
	{
		background: #e10126;
		box-shadow: inset 0 -15px 10px -10px rgba(0,0,0,.2);
	}

	#header
	{
		position: relative;
		height: 150px;
	}

/*********************************************************************************/
/* 大標題                                                                        */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		top: 3em;
		left: 0;
		width: 100%;
	}
	
	#logo h1
	{
		display: inline-block;
		font-size: 2.5em;
		text-transform: uppercase;
		font-weight: 700;
		color: #FFF;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}


/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		position: relative;
		overflow: hidden;
		padding: 6em 0em 5em 0em;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		float: right;
		width: 790px;
	}
	
	#content .image-full
	{
		margin-bottom: 3em;
	}

/*********************************************************************************/
/* 側欄                                                                          */
/*********************************************************************************/

	#sidebar
	{
		float: left;
		width: 345px;
	}
	
	#sidebar .title h2
	{
		font-size: 1.6em;
	}
	
	#sidebar .box1
	{
		margin-bottom: 3em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer-wrapper
	{
		overflow: hidden;
		padding: 1em 0em 5em 0em;
		background: #1E1B1A;
                
                
	}
        #footer
        {
        position: relative;
        }
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured-wrapper
	{
		overflow: hidden;
		padding: 3em 0em;
		background: #1E1B1A;
	}
	
	#featured
	{
		overflow: hidden;
	}
	
	#featured .box
	{
		overflow: hidden;
		width: 160px;
		padding: 6px;
		background: #FFF;
	}
	
	#feaured .box .image-full
	{
		margin-bottom: 0 !important;
	}
	
	#featured .box1,
	#featured .box2,
	#featured .box3,
	#featured .box4
	{
		float: left;
		margin-right: 32px;
	}

	#featured .box5
	{
		float: left;
	}

	#featured .box6
	{
		float: right;
	}
        
/*********************************************************************************/
/* iframe                                                                        */
/*********************************************************************************/
      .iframe
      {
                text-align:center
      }