body {
	float: left;
	margin-left: 2cm;
	width: 750px;
}

/* Header */
#header {
	width: 750px;
}

#header-body {
	float: left;
	border: 0px dotted black;
}

#header-body-left {
	float: left;
}

#header-body-right  ul {
	float: left;
	padding: 5px 10px;
	margin: 0px 10px;
	list-style: none;
}

#header-body-right li {
	float: left;
	height: 10px;
}

#header-body-right a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#header-body-right a:link {
	color: #0000ff;
	text-decoration: none
}

#header-body-right a:visited {
	color: #0000ff;
	text-decoration: none
}

#header-body-right a:hover {
	color: #000000;
	background-color: #E6E6FA;
	text-decoration: underline
}

#header-footer {
	margin: 0 auto;
}

#header-footer img {
	display: inline;
	margin: 3px;
	border: 0px solid #ffffff;
}

/* Body */
#body {
	width: 750px;
	table-layout: fixed;
	border: 0px dotted black;
}

#body-body-left {
	float: left;
	width: 430px;
	vertical-align: top;
	margin: 0px 12px;
	border: 0px dotted black;
	padding-bottom: 50px;
}

#body-body-left .title {
	padding: 0px 0px;
	margin: 20px 0px;
}

#body-body-left .content {
	margin: 0px 0px;
	padding-right: 20px;
}

#body-body-left .contact {
	float: center;
	width: 350px;
	font-size: 120%;
	border: 1px solid black;
	border-color: #990000;
}

#body-body-left .contact a:link {
	color: #990000;
	text-decoration: none
}

#body-body-left .contact a:visited {
	color: #990000;
	text-decoration: none
}

#body-body-left .contact a:hover {
	color: #000000;
	text-decoration: underline
}

#body-body-right {
	float: right;
	width: 220px;
	vertical-align: top;
	border: 0px dotted black;
}

#body-body-right h2 {
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	background-color: #666;
	margin: 0px;
	padding: 5px 75px;
	border: 1px solid #000;
}

* html #body-body-right h2 {
	font-size: 140%;
	font-weight: bold;
	display: block;
	color: #fff;
	width: auto !Important;
	width: 100%;
	padding: 5px 10px 5px 10px;
	border: 1px solid #000;
	background: #666;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

#body-body-right ul {
	background-color: #CCC;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	font-size: 80%;
	margin: 1px 0px 1px 0px;
	border: 1px solid #999;
}

#body-body-right li {
	margin: 1px;
	vertical-align: bottom;
}

#body-body-right li a {
	display: block;
	color: #000;
	width: auto !Important;
	width: 100%;
	padding: 5px 10px 5px 10px;
	border: 1px solid #fff;
	background: url(../images/NAVBULLET.GIF) top left no-repeat;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

#body-body-right li a:hover {
	background-color: #fff;
	color: #00f;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #666;
}

#body-body-right p {
	margin-left: 20px;
	color: #0000;
	text-decoration: none;
	font-weight: smaller;
}

#body-body-right img {
	display: inline;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ffffff;
}

#body-body-right a:hover img {
	border: 1px solid #0000ff;
}

* html #body-body-right img {
	display: inline;
	color: #000;
	width: auto !Important;
	width: 100%;
	border: 1px solid #ffffff;
	background: url(../images/NAVBULLET.GIF) top left no-repeat;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

* html #body-body-right a:hover img {
	background-color: #fff;
	color: #00f;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #0000ff;
}

/* Footer */
#footer {
	clear: both;
	width: 720px;
	height: 50px;
	margin: 0px 10px;
	padding: 10px 10px;
	border-top: 3px solid #3F3F3F;
	font-size: smaller;
}

#footer .footer-left {
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	border: 0px solid #3F3F3F;
}

#footer .footer-middle {
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 120px;
	list-style: none;
	border: 0px solid #3F3F3F;
}

#footer .footer-right {
	float: right;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	border: 0px solid #3F3F3F;
}
