body {
	margin: 0px; 
	padding: 0px;
	background-color: #FFF;
	font-size: 11px;
	font-family: Tahoma;
	color: #FFF;
}

a {
	font-size: 11px;
	font-family: Tahoma;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

img {
	border: 0;
}

#table {
	width: 954px;
	background-image: url(images/bg_all.jpg);
	overflow: hidden;
	position: relative;
}

#menu {
	width: 900px;
}

#top {
	width: 900px;
	height: 193px;
	background-image: url(images/bg_top.jpg);
}

#left {
	width: 500px;
	float: left;
	position: relative;
	min-height: 600;
	text-align: left;
	margin-left: 27px;

	}

#right {
	width: 400px;
	background: url(images/bg_under_top.jpg) top no-repeat;
	float: right;
	position: relative;
	margin-right: 27px;

}

#content {
	margin-left: 31px;
	text-align: justify;
}

#content a {
	font-weight: bold;
}

#content ul {
	list-style-type: square;
}

#content li {
	padding-bottom: 8px;
}

#right_content {
	padding-top: 170px;
	margin-bottom: 40px;
	padding-bottom: 50px;
	width: 400px;
	background: url(images/right_slogan.jpg) bottom right no-repeat;
}

#right_content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
}

#images {
	float: left;
	margin-left: 50px;
	width: 144px;
}

#images img {
	padding-bottom: 10px;
}

#contact {
	margin-left: 20px;
	float: left;
	width: 180px;
	text-align: left;
	color: #000
}

#contact a {
	color: #000;
}

#footer {
	width: 900px;
	height: 135px;
	clear: both;
	background-image: url(images/bottom.jpg);
	text-align: right;
	position: relative;
}

#clear {
	clear: both;
}
