﻿body{
margin:0;
padding:0;
line-height: 1.5em;
background: #eeeeee url('../2aImages/body_bg_960.png') repeat fixed center top; /*** Set background image to center and fixed to top ***/
font-family: "Arial", "新細明體", "細明體", "MingLiU";
font-size: 13px;
}

a {
color: #2992f7;
text-decoration: none;
}

a:hover {
color: #0000ff;
text-decoration: underline;
}

b{font-size: 120%;}
em{font-size: 120%;font-weight: bold}

/*********************************************************************************/
/****** maincontainer ************************************************************/
/*********************************************************************************/

#maincontainer{
overflow: auto;  /*** Importance! Must to do this ***/
                     /************************************************************/
width: 960px;        /****** [ M ] Width of main container ***********************/
                     /************************************************************/
margin: 0 auto;      /*** Center container on page ***/
padding: 0;
}

/*********************************************************************************/
/****** topsection ***************************************************************/
/*********************************************************************************/

#topsection{
background: url('../2aImages/topsection_bg.gif');
height: 130px;       /*** Height of top section ***/
}

/*********************************************************************************/
/****** contentwrapper (width:560px) *********************************************/
/*********************************************************************************/

#contentwrapper{
float: left;
width: 100%;
/*background: #cccccc;*/
}

#contentcolumn{
                         /*************************************************************************************************/
margin: 0 180px 0 220px; /****** [ R L ] Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth ******/
                         /*************************************************************************************************/
/*background: #ff5900;*/
}

/*********************************************************************************/
/****** leftcolumn (width:220px) *************************************************/
/*********************************************************************************/

#leftcolumn{
float: left;
display: inline;
                     /************************************************************/
width: 220px;        /****** [ L ] Width of left column **************************/
                     /************************************************************/

                     /************************************************************/
margin-left: -960px; /****** [ M ] Set left margin to -(MainContainerWidth) ******/
                     /************************************************************/
/*background: #C8FC98;*/
}

/*********************************************************************************/
/****** rightcolumn (width:180px) ************************************************/
/*********************************************************************************/

#rightcolumn{
float: left;
display: inline;
                     /************************************************************/
width: 180px;        /****** [ R ] Width of right column *************************/
                     /************************************************************/

                     /************************************************************/
margin-left: -180px; /****** [ R ] Set left margin to -(RightColumnWidth) ********/
                     /************************************************************/
/*background: #FDE95E;*/
}

/*********************************************************************************/
/****** footer *******************************************************************/
/*********************************************************************************/

#footer{
clear: both;
float: left;
width: 100%;
background-color: #eeeeee;
text-align: center;
}
