/* CSS Document */

body {
	background-color: #D9D9D9;
	}
	
body * {
	margin: 0px;
	padding: 0px;
	}
	
#home {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	margin-top: 7px;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
	
#home a {
	text-decoration: none;
	color: black;
	}
	
#wrapper {
	width: 808px;
	background-image: url(img/wrapper2.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	}
	
#header {
	width: 802px;
	height: 100px;
	background-image: url(img/header3.gif);
	margin-left: auto;
	margin-right: auto;
	}
	
#navi-left {
	float: left;
	width: 140px;
	text-align: right;
	height: 455px;
	}
	
#navi-left a:link {
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	}

#navi-left a:visited {
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	}
	
#navi-left li {
	list-style-type: none;
	margin-bottom: 7px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	}
	
#content-text {
	margin-left: 180px;
	width: 550px;

}

#content-text h1 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #DE754D;
	font-family: Helvetica, Arial, sans-serif;
	}
	
#content-text p {
	line-height: 140%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	}
#content-text table {
	text-align: top;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 120%;
	font-size: 11px;
	}
	
#content-text table img {
	margin-right: 5px;
	}
	
#content-text a:link {
	color: #000000;
	text-decoration: underline;
	}
	
#content-text a:visited {
	color: #000000;
	text-decoration: underline;
	}
	
#img_center {
	width: 550px;
	text-align: center;
	border: 1px;
	border-style: dotted;
	border-color: #999999;
	margin-bottom: 5px;
	float: left;
	margin-left: 40px;
	}
	
#img_center img {
	margin: 0px;
	
	}
	
#sub_img {
	text-align: center;
	width: 550px;
	border: 1px;
	border-style: dotted;
	border-color: #999999;
	margin-bottom: 5px;
	margin-top: 410px;
	margin-left: 180px;
	}
	
#sub_img img {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px;
	border: none;
	}
	
#sub_img a:link, #sub_img img a:visited {
	text-decoration: none;
	}
	

#footer {
	margin-top: 0px;
	clear: left;
	width: 808px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	}
	
#footer img {
	margin: 0px;
	padding: 0px;
	}
	
