#index #left{
	width: 250px;
	padding: 20px 0 0 20px;
	float: left;
}

#index #left p{
	width: 230px;
	text-align: justify;
	margin: 0px;
}

#index #left p a{
	text-decoration: none;
}

#index #left p a:hover{
	text-decoration: underline;
}


#index #right{
	width: 445px;
	padding: 20px;
	float: right;
}

#index #cite{
	font-size: 11px;
	width: 240px;
	background: url(../images/cite.jpg) no-repeat top left;
	padding: 5px 0 0 200px;
	line-height: 130%;
	font-style: oblique;
}

#index #cite div {
	text-align: right;
	margin: 10px 70px 0 0;
}

#index #cite p {
	font-style: normal;
	margin: 10px 0 0 0;
}

#index hr {
	margin: 10px 0 10px 0;
	border: 1px #CCC solid;
}

#index #menu .thumb {
	float: left;
	margin: 0 15px 10px 0;	
}
#index #menu .thumb img {
	border: 1px #CCC solid;
	padding: 1px;
}

#index #menu .thumb a {
	font-weight: bold;
}

#index #menu .thumb b {
	color: #FF6600;
	font-size: 14px;
}


#index #offer {
	background-color: #E5E5E5;
	padding: 10px;
	margin: 10px 0 0 0;
}


#index #offer .left{
	width: 50%;
	float: left;
	margin: 15px 0 0 0;
}

#index #offer .right{
	width: 50%;
	float: right;
	margin: 15px 0 0 0;
}

#index #offer img {
	border: 1px #CCC solid;
	margin: 0 10px 10px 0;
	float: left;
	padding: 1px;
}

#index #offer h1 {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	line-height: 90%;
}

#index #offer p {
	font-size: 11px;
	line-height: 120%;
}

#index #offer p > a {
	text-decoration: none;
}