/*******************************************************************************
			[水映互動創意 版權所有]
			網頁設計： [Andyliu.Design] http://andyliudesign.idv.tw
			創意行銷： 水映互動創意有限公司 http://www.my3in.com
			(C) 2009 3IN Interactive Idea Inc. All Rights Reserved.
*******************************************************************************/

body {
	margin: 0px 0px;
	background-color: #d3e0f2;
}

#containerabc {
	width: 1024px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	position: relative;
}

.text_title01 {
	color: #026ab3;
	font-weight: bold;
}

.text_title02 {
	color: #6cbb2c;
	font-weight: bold;
}

.text_title03 {
	color: #bb2c69;
	font-weight: bold;
}

a {
	color: #026ab3;
}
a:hover {
	color: #6cbb2c;
}
a:visited {
	color: #026ab3;
}

#sideall {
	width: 397px;
	float: left;
	background-image: url(../images/main_03.jpg);
	background-repeat: repeat-x;
}

#sideheader{
	height: 230px;
	width: 397px;
}

#sidebg{
	background-image: url(../images/main_05.jpg);
	background-repeat: no-repeat;
	height: 380px;
	width: 397px;
	background-position: bottom;
}

#sidefooter{
	background-image: url(../images/main_06.jpg);
	background-repeat: no-repeat;
	height: 59px;
	width: 397px;
}

#contentall {
	width: 627px;
	background-image: url(../images/main_03.jpg);
	background-repeat: repeat-x;
	float: right;
}

#content {
	width: 90%;
	margin-right: 20px;
	margin-left: 20px;
	height: 610px;
	overflow: auto;
}

#contentfooter {
	height: 59px;
	background-image: url(../images/main_07.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: right;
	font-size: 9pt;
	padding-top: 20px;
	padding-right: 20px;
}

.kwicks img {
	border: 1px solid #026ab3;
}

/* defaults for all examples */  
.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 0;  
    padding: 0;  
}  
.kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
}

.kwicks li{  
    float: left;  
    width: 125px;  
    height: 450px;  
    margin-right: 5px;  
	border: 1px solid #026ab3;
}  
#kwick1 {   
	background-color: #d4e0f2;  
	background-image: url('../images/Page01.gif');
}  
#kwick2 {  
	background-color: #d4e0f2;  
	background-image: url('../images/Page02.gif');  
}  
#kwick3 {  
	background-color: #d4e0f2;  
	background-image: url('../images/Page03.gif');  
}  
#kwick4 {   
	background-color: #d4e0f2;  
	background-image: url('../images/Page04.gif');
	margin-bottom: none;
}
