body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #4384d3;
	font-weight: normal;
}


/* Layout */

#wrapper {
	width: 700px;
	margin: auto;
	background-color: #ffffff;
}
#header {
	float: left;
	clear: left;
	width: 700px;
	background-color: #ffffff;
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 441px 0px;
	height: 87px;
}
#main{
	float: left;
	clear: left;
	width: 700px;
	border: 2px solid #c5d1d1;
	
}
#footer {
	float: left;
	clear: left;
	width: 700px;
	background-color: #ffffff;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #a8a9ad;
}
#footer a {
	color: #a8a9ad;
	text-decoration: underline;
}
#footer a:hover {
	color: #cf7600;
	text-decoration: underline;
}
#left {
	float: left;
	clear: left;
	width: 160px;
}


/* ------- menu ------- */

#menu {
	padding: 0;
	margin: 0;
	float: left;
	width: 150px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	
}
#menu li {
	padding: 0;
	margin: 0;
	width: 150px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #889999;
	line-height: 30px;
	border-bottom: 1px solid #99bbee;
	background-image: url(bullet.jpg);
	background-position: 134px 10px;
	background-repeat: no-repeat;
}
#menu li a {
	color: #889999;
	text-decoration: none;
	width: 150px;
	line-height: 30px;
	display: block;
}
#menu li a:hover {
	color: #cf7600;
	text-decoration: none;
	width: 150px;
	line-height: 30px;
	display: block;
}

#topbar {
	border-top: 1px solid #99bbee;

}

/* -------------------- */

/* Content */

.content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	clear: none;
	width: 510px;
	background-color: #ffffff;
	padding: 10px;
	padding-left: 20px;
	color: #667777;
}
.left_container {
	float: left;
	clear: left;
	width: 154px;
	padding: 2px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #4384d3;
}
.left_container a {
	color: #4384d3;
	text-decoration: underline;
}
.left_container a:hover {
	color: #667777;
	text-decoration: underline;
}

