/* Welcome to the LOON FUNG website style sheet! */

#container {
	position: relative;
	margin: 0 auto;
	width: 859px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;	
}

/* LAYOUT CSS */

#top {
	position: absolute;
	margin: 0 auto;
	padding-top: 0px;
	top: 0px;
	left: 0px;
	width: 859px;
	margin-top: 0px;
	padding: 0;
}
#path {
	position: absolute;
	top: 164px;
	left: 62px;
	width: 510px;
	height: 30px;
}
#menu {
	position: absolute;
	top: 194px;
	left: 46px;
	width: 260px;
	height: 110px;
}
#right {
	position: absolute;
	top: 225px;
	left: 602px;
	width: 255px;
}
/* CONTENT COLUMN */

#content {
	position: absolute;
	top: 184px;
	left: 0px;
	width: 859px;
}


/* OVERALL STYLES */

body{
	margin-top: 0px; 
	margin-left: 0px;	
	background-color: #F7EBDF;
 	background-image: url("images/en/background_rice.gif");
}

/* change general font styles here */

body, tr, td, th, p, div, li,ul {

	font-family:   Avenir, Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal; 	 
	font-size: 13px;
	color:#545658;
	line-height: 1.5
	
}

/* change typographic styles here */

.pagetitle {
	color:#882345;
	font-size: 18px;
	font-weight: bold; 
}
.footer {
	font-size: 11px; 
}

.path {
	color:#FFFFFF;
	font-size: 10px;
}

.path A:link { 
	color: #FFFFFF;
	text-decoration: none;
}

.path A:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

.path A:active { 
	color: #FFFFFF;
	text-decoration: none;
}

.path A:hover {    
	color: #FFFFFF;
	text-decoration: underline;
}

/* change overall link style here */

A:link { 
	color: #545658;
	text-decoration: underline;
}

A:visited { 
	color: #545658;
	text-decoration: underline;
}

A:active { 
	color: #545658;
	text-decoration: underline;
}

A:hover {    
	color: #545658;
	text-decoration: underline;
}
.errormessages {
	font-weight: 700;
	color: #DB0500;
}
