/* CSS Document */

body {
	margin: 0;
	font: small/1.2em "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	background: #f4f1e2 url(bg_page.jpg) repeat center top;
	color: #746a5d;
}

#container {
	width: 840px;
	margin: 0 auto;
}

#intro {
	float: left;
	width: 200px;
	background: transparent url(bg_intro.jpg) repeat-y center top;
	text-align: center;
	margin-bottom: 2em;
}

#content {
	margin-left: 222px;
}

#feature {
	width: 602px;
	padding: 3em 8px 0 8px;
}

.detail {
	width: 192px;
}

.item {
	width: 190px;
	padding: 2em 8px 0.4em 8px;
	float: left;
}

#project {
	clear: left;
	width: 800px;
	background: #e9e5d4;
	text-align: center;
	padding: 20px;
}




#intro .about {
	margin: 2.6em 17px 0 17px;
	padding: 1em 0 0.8em 0;
	background: transparent url(divider_intro.png) repeat-x center top;
}

#intro .contact {
	margin: 0 17px;
	padding: 2.6em 0;
	background: transparent url(divider_intro.png) repeat-x center top;
}

#intro .links {
	padding-bottom: 6em;
	background: transparent url(bg_introbase.jpg) repeat-x center bottom;
}

#feature img, .item img {
	border: 3px solid #e9e5d4;
}

#remote {
	background: #000 url(../project/bg_remote.jpg) no-repeat center center;
	width: 800px;
	height: 331px;
	padding-top: 69px;
}



/* Text */

h1 {
	font-size: 100%;
	background: transparent url(bg_h1.png) no-repeat center top;
	text-indent: -9999px;
	width: 200px;
	height: 53px;
	margin: 19em 0 0 0;
}

h1 a {
	display: block;
	width: 200px;
	height: 53px;
}

h2 {
	font: 140% Georgia, Times, 'Times New Roman', serif;
	line-height: 1.2em;
	margin: 0.9em 0 0.2em 0;
	color: #5c554b;
	padding: 0 3px;
}

h3 {
	font: 100% Georgia, Times, 'Times New Roman', serif;
	line-height: 1.5em;
	margin: 0.8em 0;
	color: #71695e;
}

h4 {
	font-size: 85%;
	margin: 0 0 0.2em 0;
	font-weight: normal;
	color: #60574b;
	padding: 0 3px;
}

h5 {
	margin: 0;
	font-size: 85%;
	font-weight: normal;
	color: #888175;
	padding: 0 3px;
}

p, ul {
	margin: 1.4em 0;
	font-size: 85%;
	line-height: 1.6em;
}






.detail h2, .detail h4, .detail h5, .detail ul {
	float: left;
	width: 192px;
}

.detail ul {
	list-style: none;
	padding: 0 3px;
	margin-top: 0.8em;
}

.detail li {
	padding: 0.2em 0;
}

#feature p {
	margin-left: 208px;
}

#intro p {
	margin: 0;
	color: #857b6f;
}

#pproject h1 {
	margin-top: 5.7em;
}




.footer {
	clear: left;
	text-align: center;
	padding-top: 3em;
	color: #cac4b2;
	width: 840px;
}

img {
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #809352;
}

a:hover, a:active {
	text-decoration: underline;
	color: #697744;
}

h2 a:link, h2 a:visited {
	color: #5c554b;
}

h2 a:hover, h2 a:active {
	text-decoration: none;
	color: #3e3931;
}