#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 900px;
}
#content {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 800px;
	float: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767676;
	background-image: url(images/cute_design_bg.png);
	background-repeat: repeat-x;
	margin-top: 28px;
	background-color: #FFD6B2;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 800px;
	clear: left;
}
#contentL {
	float: left;
	width: 245px;
	/* [disabled]background-color: #EFE4AA; */
}
#contentR {
	width: auto;
	margin-left: 245px;
	left: auto;
	min-width: 0px;
	color: #000000;
	font-size: 18px;
	font-family: "華康中明體", "華康中特圓體", "華康中黑體", "華康中圓體外字集", "華康中圓體", "華康古印體", "華康布丁體", "華康行書體", "華康娃娃體", "華康粗黑體", "微軟正黑體";
}
#listNew {
	line-height: 1.5em;
	margin-right: 30px;
	margin-left: 50px;
}
#contentMain {
	margin-right: 55px;
	margin-left: 13px;
	line-height: 2.5em;
}

#contentAbout {
	width: 480px;
	line-height: 2.5em;
	margin-left: 13px;
	margin-top: 20px;
}
.contentWorks {
	width: 507px;
	margin-left: 13px;
	margin-top: 20px;
	font-size: 11px;
}
.date {
	color: #EA5413;
}
a {
	color: #669933;
	text-decoration: none;
	border-width: 0px;
}
a:hover {
	text-decoration: underline;
	color: #ED601B;
}
#contentL #listNew p {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	padding-top: 10px;
}
.headerLogo {
	float: left;
	margin-top: 20px;
	margin-left: 48px;
}
.headerCopy {
	float: left;
	margin-top: 100px;
	margin-left: 25px;
	font-size: 11px;
}
#sidemenu {
	background-image: url(images/menu_bg.jpg);
	height: 302px;
	width: 180px;
	margin-left: 40px;
	padding-left: 13px;
}
.worksPic {
	float: left;
}
.worksTitle {
	color: #E75411;
	font-size: 14px;
	margin-left: 200px;
	font-weight: bold;
}

.worksText {
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	width: 280px;
}
.works {
	width: 487px;
	padding: 15px 20px 20px 0;
	float: left;
}
.transition {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.transition:hover {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.subtitle {
	font-size: 14px;
	color: #EF4E08;
	font-weight: bold;
	margin-top: 0px;
}
.email {
	margin-top: 65px;
	margin-left: 100px;
}
