/*******************************************************************************
			[水映互動創意 版權所有]
			網頁設計： [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;
}

#container {
	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;
	margin-left: 20px;
	height: 610px;
	overflow: hidden;
}

#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;
}

#content img {
	border: 1px solid #026ab3;
}