@charset "utf-8";
#tot {
	width: 800px;
}
body {
	font-family: Tahoma;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #CCCCCC;*/
}
#rt p {
	font-size: 12px;
	color: #666666;
	margin-left: 30px;
}
#lf p {
	font-size: 12px;
	color: #666666;
	margin-left: 30px;
}

#header {
	height: 340px;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}
#lf {
	width: 400px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FF9900;
	height: 350px;
	float:left;
	padding-top: 10px;
	margin-bottom: 20px;
}
#footer {
	height: 20px;
	width: 766px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #FF9900;
	padding-top: 5px;
	
}
#footer a {
	color: #FF9900;
	text-decoration: underline;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
}

#rt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	padding-bottom: 0px;
	margin-right: 20px;
}
.gr {
	color: #666666;
}
#lf a {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
	font-size: 11px;
}
#lf a:hover {
	color: #666666;
	text-decoration: none;
}


.or {
	color: #FF9900;
}



#rt {
	width: 399px;
	height: 350px;
	float:left;
	margin-bottom: 20px;
}

