* { margin: 0; }

body {
	background: url(../t01_images/bg/body.jpg) no-repeat top #a3b9cd;
	font: 13px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #003500;
	}

h1 { font: 28px Georgia, "Times New Roman", Times, serif; margin: 0 0 20px 0; clear: both; }
h2 { font: 18px Georgia, "Times New Roman", Times, serif; margin: 0 0 20px 0; clear: both; color: #99ba4e; }

a { text-decoration: none; color: #99ba4e; }
a:hover { color: #188eba; }
img { border: 0; }
p { margin: 0 0 20px 0; }
ul { padding: 0; list-style: none; }

#header {
	width: 100%;
	height: 194px;
	background: url(../t01_images/bg/header.gif);
	color: #000;
	}
	#header div { width: 970px; height: 194px; margin: 0 auto; background: url(../t01_images/bg/headerdiv.jpg); }
	#header ul { padding: 20px 40px 0 0; list-style: none; float: right; }
	#header li { display: inline; }
	#header li a { float: left; color: #000; border-right: 1px solid #d1d2d0; padding: 2px 10px; display: block; }
	#header li a:hover { background: #fff; }
	#header .groot { font-size: 17px; }
	#header .groot a { padding: 0 10px; }
	#header p { float: right; clear: both; padding: 100px 40px 0 0; font-weight: bold; text-transform: uppercase; }

#content {
	width: 970px;
	margin: 0 auto;
	background: url(../t01_images/bg/content.gif) no-repeat top right #fff;
	overflow: hidden;
	}
	#left { width: 243px; float: left; text-align: center; }
	#right { width: 647px; float: left; padding: 20px 40px; min-height:500px; }
	#right li { background: url(../t01_images/icons/bullet.gif) no-repeat 0 6px; padding: 0 0 0 20px; }

#menu {
	list-style: none;
	width: 243px;
	padding: 40px 0 80px 0;
	}
	#menu a { display: block; font-weight: bold; }
	#menu ul { list-style: none;  padding: 0; }
	#menu li a { width: 203px; text-align: right; padding: 5px 20px; text-transform: uppercase; }
	#menu li a:hover { background: url(../t01_images/icons/arrow-menu-over.gif) no-repeat left #ebf2dd; color: #000; }
	#menu li ul li a { border-bottom: 1px solid #eee; width: 203px; padding: 5px 20px 0 0; color: #000; font-weight: normal; text-transform: lowercase; }
	#menu li ul li a:hover { border-bottom: 1px solid #99ba4e; background-image: none; }

#breadcrumb { width: 647px; text-align: right; }

#footer {
	width: 970px;
	margin: 0 auto;
	background: url(../t01_images/bg/footer.jpg) no-repeat;
	padding: 50px 0 0 0;
	color: #fff;
	text-align: center;
	}
	#footer a { color: #d7e0ea; }
	#footer a:hover { color: #fff; }

.imgl { float: left; margin: 0 20px 0 0; }
.imgr { float: right; margin: 0 0 0 20px; }
.divl { float: left; width: 367px; padding: 0 40px 0 0; clear: both; }
.divr { float: left; width: 240px; }
