@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg_repeat.jpg);
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
}
#topSpan {
	background: WHITE url(images/top_green-white_repeat.jpg) top repeat-x;
	width: 100%;
	height: 504px;
}
#topDesign {
	width: 780px;
	height: 504px;
	margin: auto;
}
#headerTop {
	background: url(images/header_top.jpg) top no-repeat;
	width: 780px;
	height: 273px;
}
#headerTop02 {
	background: url(images/header_top_02.jpg) top no-repeat;
	width: 780px;
	height: 273px;
}
#headerTop03 {
	background: url(images/header_top_03.jpg) top no-repeat;
	width: 780px;
	height: 273px;
}
#navigation {
	width: 780px;
	height: 92px;
}
#headerBottom {
	background: url(images/header_bottom_01.jpg) no-repeat;
	width: 780px;
	height: 139px;
}
#headerBottom02 {
	background: url(images/header_bottom_portfolio.jpg) no-repeat;
	width: 780px;
	height: 139px;
}
#headerBottom03 {
	background: url(images/header_bottom_hello.jpg) no-repeat;
	width: 780px;
	height: 139px;
}
#container {
	background: url(images/white_BG_repeater.jpg) repeat-y;
	width: 780px;
	height: auto;
	margin: auto;
	overflow: auto;
	font-size: 12px;
	color: #999999;
}
#contentLeft {
	width: 504px;
	height: auto;
	float: left;
}
	#contentLeft p{
		margin: 0;
		padding: 10px 20px 0px 45px;
	}
#contentLeft a{
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
#contentLeft a:hover {
	color: #006700;
	text-decoration: underline;
}
#contentRight {
	width: 276px;
	height: auto;
	float: left;
}
	#contentRight p{
		margin: 0;
		padding: 5px 35px 5px 5px;
		font-size: 10px;
	}
#contentRight a{
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
#contentRighta:hover {
	color: #006700;
	text-decoration: underline;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	width: 780px;
	height: 117px;
	clear: both;
}
#footer a{
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #006700;
	text-decoration: underline;
}
#footer p{
	margin: 0;
	padding-top: 25px;
	text-align: center;
}
.imageStyle01 {
	border: 1px dotted #006f00;
	padding: 2px;
	margin: 0;
}
form {
	margin: 0;
	padding: 10px 20px 0px 45px;
}