A:link		{ color: #778899; text-decoration: none;}
A:visited	{ color: #778899; text-decoration: none;}
A:active	{ color: #778899; text-decoration: none;}
A:hover		{ color: #778899; text-decoration: none;}

body
	{
	margin: 0px auto auto 0px;
	padding: 0px;
	border: 0px;
	background-color: #ffe0d2;
	color: #778899;
	text-align: center;
	}



#page
	{
	width: 750px;
	background-color: #ffe0d2;
	min-height: 100%;
	margin: 0px auto 5px 150px;
	padding: 0px;
	text-align: justify;
	}

.main
	{
	width: 750px;
	height: 167px;	
	margin: 10px 0px 0px 0px;
	}

.menu
	{
	width: 183px;
	float: left;
	background-color: #ffe0d2;
	text-align: left;
	}

.menu ul 
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	margin-top: 6px;
	}

.menu li 
	{
	margin-bottom: 6px;
	}
	
.menu li :hover
	{
	background-image: url('pic/menu_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	}

.menu li a 
	{
	display: block;
	background-color: #ffffff;
	margin-bottom: 0px;
	font: bold 13px/30px Georgia;
	padding-left: 5px;
	width: 178px;
	}
	
.text
	{
	float: right;
	width: 555px;
	font: 13px/18px georgia, verdana;
	padding: 5px 0px 10px 12px;
	margin: 0px;
	letter-spacing: 1px
	}
	
.right
	{
	float: right;
	padding: 10px;
	border: none;
	}
	
.right img
	{
	border: none;
	}

.title
	{
	font: italic bold 15px/30px georgia, verdana;
	text-align: center;
	}
	
.small_title
	{
	font: italic 14px/20px georgia, verdana;
	}

img
	{
	padding: 0px;
	margin: 0px;
	}
	
.sign
	{
	font: 10px/15px georgia, verdana;
	text-align: right;
	}

.min-height 
	{
	height: 260px;
	float: right;
	width: 1px;
	}

.clear 
	{
	clear: all;
	height: 1px;
	overflow: hidden;
	}