/* CSS Document */

body {
	background: #fffbda url(images/bg.jpg) repeat 0 0;
	margin: 0;
	padding: 0;
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	line-height: 140%;
	}
img {
	border: none;
	}
a {
	color: #333;
	text-decoration: underline;
	outline: none;
	}
a:hover {
	text-decoration: none;
	color: #CC6600;
	}
p {
	margin: 10px 0;
	}
h1 {
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	line-height: 120%;
	}
h2 {
	margin: 12px 0;
	font-size: 16px;
	font-weight: bold;
	color: #767568;
	padding-bottom: 3px;
	border-bottom: 1px dotted #767568;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
h3 {
	margin: 12px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	}
ul {
	margin: 5px 0 15px 0;
	padding: 0 0 0 20px;
	}
strong {
	color: #666666;
	}
#container {
	width: 987px;
	margin: 15px auto 0 auto;
	background: #fff url(images/box_bg.jpg) repeat-y 0 0;
	min-height: 634px;
	}
#top {
	background: url(images/box_top.jpg) no-repeat 0 0;
	padding: 15px 0 0 16px;
	}
#banner1, #banner2, #banner3, #banner4 {
	height: 190px;
	}
#banner1 {
	background: url(images/b_home.jpg) no-repeat 0 0;
	}
#banner2 {
	background: url(images/b_what.jpg) no-repeat 0 0;
	}
#banner3 {
	background: url(images/b_project.jpg) no-repeat 0 0;
	}
#banner4 {
	background: url(images/b_contact.jpg) no-repeat 0 0;
	}
#logo {
	margin: 45px 0 0 50px;
	}
#btm {
	background: url(images/box_btm.jpg) no-repeat 0 0;
	height: 50px;
	width: 987px;
	margin: 0 auto 5px auto;
	}
#box {
	margin: 0 24px 0 16px;
	background: url(images/box_bg2.jpg) repeat-x bottom left;
	min-height: 430px;
	}
#box_txt {
	padding: 20px 65px 20px 476px;
	}
#box_txt td {
	padding-right: 15px;
	}
#bullet1, #bullet2 {
	padding: 2px 21px 0 21px;
	margin: 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	}
#bullet1 a, #bullet2 a {
	color: #000;
	text-decoration: none;
	margin-left: 15px;
	}
#bullet1 a:hover, #bullet2 a:hover {
	color: #CC6600;
	}
#bullet1 {
	background: url(images/bullet1.jpg) no-repeat 15px center;
	}
#bullet2 {
	background: url(images/bullet2.jpg) no-repeat 15px center;
	}
#pic {
	position: absolute;
	top: 240px;
	margin-left: 250px;
	font-size: 10px;
	font-style: italic;
	}
#pic p {
	margin: 30px 0 0 10px;
	}
#pic a {
	color:#CC6600;
	text-decoration: none;
	}
#nav {
	position: absolute;
	top: 200px;
	margin-left: 0;
	background:url(images/line.jpg) top right no-repeat;
	height: 429px;
	padding: 0 30px 50px 0;
	text-align: right;
	list-style: none;
	color: #000;
	}
#nav ul {
	margin: 30px 0 0 0;
	width: 220px;
	padding: 0;
	}
#nav li {
	padding: 7px 0;
	list-style: none;
	letter-spacing: 1px;
	}
#nav a {
	color: #666666;
	text-decoration: none;
	}
#nav a:hover {
	color: #000;
	}
#nav img {
	margin: 86px -29px 0 0;
	}
#credit {
	width: 900px;
	margin: 0 auto;
	text-align: right;
	font: 9px Verdana, Geneva, sans-serif;
	color: #999;
}
#credit a {
	color: #999;
	text-decoration: none;
}