html {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #444;
    padding: 15px;
    margin: 0px;
}

#wrapper {
	width: 765px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#header {
	width: 765px;
	position: relative;
	height: 150px;
	display: block;
	padding: 8px 0px 0px;
	margin: 0px;
	background-image: url(devider.gif);
	background-repeat: repeat-y;
	background-position: 160px;
	left: 0px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;

}
#header p {
	display: block;
	width: 765px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}

#header #logo {
	width: 160px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	background-image: url(logo3.gif);
	background-position: center -8px;
	background-repeat: no-repeat;
	float: left;


}

#header #title {
	width: 545px;
	margin: 30px 30px 10px 20px;
	padding: 0px 10px 0px 0px;
	height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #FF6600;



}

#header #address {
	background-color: #FF6600;
	float:left;
	margin: 0px 30px 0px 20px;
	padding: 10px 10px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 500px;


}

#container {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	position: relative;
	width: 765px;
	height: auto;
	background-image: url(devider.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 160px top;

}
#left {
	width: 160px;
	padding: 15px 0px 0px;
	margin: 0px;
	float: left;
	text-align: right;


}

#right {
	width: 552px;
	float: left;
	margin: 0px;
	padding: 15px 30px 0px 20px;

}

.clearer {
  height: 0px;
  width: auto;
  clear: both;
  font-size: 0px;
  display: block;
}

#footer {
	display: block;
	text-align: center;
	width: 765px;
	margin: 0px;
	padding: 5px 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(devider.gif);
	background-repeat: repeat-y;
	background-position: 160px top;


}
#footer p {
	margin: 0px auto 0px auto;
	padding: 10px 0px 26px 0px;
	color: #aaa;
		background-image: url(devider.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 160px top;

}
#footer a:link, #footer a:active, #footer a:visited {
	color: #aaa;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
    color: #ccc;
}

#right h1 {
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top:0px;
}

#right p {
	margin-top:0px;
	margin-bottom:6px;
}


#right a {
	color: #333333;
}

#right a:hover {
	color: #FF6600;
}

#header #address a {
	color: #FFFFFF;
}
.navig p {
	margin-right: 27px;
	margin-top: 0px;
	margin-bottom: 10px;

}
.navig p a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;


}
.navig p a:hover {

	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
