body{
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(img/bg_page.jpg) repeat-x;
	text-align: center;
}

#container {
	width: 780px;
	border: 0;
	margin: auto;
	margin-top: 30px;
	padding: 0;

}
#left {
	width: 509px;
	float: left;
	margin: 0;
	padding: 0;
}

#right {
	width: 271px;
	float: right;
	margin: 0;
		padding: 0;
}

#banner {
	float: left;
	width: 509px;
	color: #000000;
	height: 123px;
	text-align: right;
	margin: 0;
	background: url(img/logo.jpg) no-repeat;
}
#banner .quotation {
	margin-top: 50px;
	margin-right: 10px;
	color: gray;
	font: normal 11px Arial, helvetica, sans-serif;
}

#col1 {
	width: 363px;
	float: left;
	height: 354px;
	text-align: center;
	background: url(img/bg_col1.jpg) no-repeat;
}

#col2 {
	width: 146px;
	float: left;
	text-align: center;
	margin: 0;
}
#col3 {
	width: 271px;
	float: right;
	text-align: center;
	margin: 0;
}
#links {
	background: url(img/bg_links.jpg) no-repeat;
	width: 271px;
	height: 120px;
}

.hometext, .hometext p, hometext h1 {
	width: 300px;
	color: #ffffff;
	/*font: normal 12px/150% arial, helvetica, sans-serif;*/
	margin: auto;
	text-align: justify;
	margin-left: 25px;
	margin-top: 10px;
	}
h1 {
	width: 250px;
	color: #000000;
	font: bold 12px/150% arial, helvetica, sans-serif;
	text-align: left;
	background: #E1E2E5;
	border: solid 1px #A02462;
	padding: 1px;
	padding-left: 25px;
	margin-bottom: 0;
}
a { color: #F17700; text-decoration: none;}

.img {
float: left;
margin: 2px;
}

/*for the dropdown menu*/
#menu {
	width: 271px;
	float: right;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	width: 135px;
}

#menu a, #menu h2, #menu h2 a {
	display: block;
	margin: 0;
	margin-left: 3px;
	color: #000000;
	font: bold 11px Verdana, Georgia, arial, helvetica, sans-serif;
}

#menu a {
	text-decoration: none;
	font: bold 10px Verdana, Georgia, arial, helvetica, sans-serif;
}
#menu a:hover {color: #ffffff; }

#menu li {
	position: relative;
	background: url(img/bg_tab.jpg) no-repeat;
	height: 21px;
	padding-top: 3px;
}
#menu li:hover {
	background: url(img/bg_tab1.jpg) no-repeat;
	color: white;
}

/*#menu ul li { height: 15px; margin-bottom: 1px;}*/

#menu ul ul {
	position: absolute;
	top: 0;
	left: -135px;
	width: 135px;
	margin: 0;
	text-align: center;
	padding: 0;
	z-index: 500;	
}
#menu ul ul li {
	margin: 0;
	width: 125px;
	height: 15px;
	margin-bottom: 1px;
	background: #D7B7C7;
	border: solid 1px #A02462;
	padding-right: 4px;
	text-align: right;
}
#menu ul ul li:hover {
	background: #B97E9C;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;
}
/*end of dropdown menu*/

br { clear: both; }

p {
	font: normal 11px/130% Verdana, Georgia, arial, helvetica, sans-serif;
	text-align: justify;
	/*margin-bottom: 10px;*/
}
b {font: bold 11px Verdana, Georgia, arial, helvetica, sans-serif; color: #000000; }


#footer {
	width: 780px;
	clear:both;
	font: normal 11px Verdana;
	color: gray;
	margin: auto;
	text-align: left;
}

#footer a { color: #000000; text-decoration: none;}
#footer a:hover { background: #E1E2E5; }

#footer .right { float: right; }

#footer .left { width: 350px; float: left; }

