body {
	background: #444444;
	font-family: 'Trebuchet MS', 'Tahoma', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}

h1 {
	font-family: 'Trebuchet MS', 'Tahoma', arial, helvetica, sans-serif;
	font-size: 20px;
	color: #1D739F;
}

h2 {
	font-family: 'Trebuchet MS', 'Tahoma', arial, helvetica, sans-serif;
	font-size: 16px;
	color: #7D7D7D;
}

a {
	color: #1D739F;
	text-decoration: none;
}

a:hover {
	color: #7D7D7D;
	text-decoration: none;
}

#plate {
	background: #fff;
	width: 709px;
	margin: auto;
	text-align:center;
}

#header {
	background: #fff;
	width: 709px;
	height: 159px;
}

#container {
	background: #fff;
	width: 709px;
	text-align: left;
}

#container #left {
	background: #fff;
	width: 208px;
	margin-top: -15px;
	float: left;
	text-align: left;
}

#container #left ul li {
	padding: 10px 0 15px 8px;
	font-family: 'Trebuchet MS', 'Tahoma', arial, helvetica, sans-serif;
	font-size: 20px;
	color: #7D7D7D;
}

#container #right {
	background: #fff;
	margin-top: 20px;
	margin-right: 10px;
	width: 470px;
	float: right;
	text-align: left;
}

#container #right ul li {
	padding: 5px 0 0 8px;
}

#container #right ul li ul li {
	padding: 0 0 0 8px;
}

#footer {
	background: #fff;
	clear: both;
	padding-top: 20px;
	background: #fff url(footer.jpg) bottom no-repeat;
	width: 709px;
	height: 50px;
}