/*
 * Author Lee Hoang
 * Date 19/11/2008
 * Copyright Byng Systems LLP 2008 (C)
 *
 */

 /* site layout */
html 		{height:100%; width:100%;}
body 		{background:#ccc; font-family:"tahoma", tahoma ,serif;}
#body_wrap	{width:100%; height:100%; background:#A7CE39 url(../images/bg/bg_wrap.jpg) no-repeat 0px bottom;margin-top:200px; float:left;}
#master		{margin:0 auto; position:relative; width:900px; height:100%;  font-size:16px;margin-top:-180px;}

#header			{float:left; height:125px; width:100%; background:transparent url(../images/bg/logo.jpg) no-repeat left; margin-top:20px;}
#content		{width:100%; height:auto; background:transparent url(../images/bg/content_tp.jpg) no-repeat center top; float:left;}
#content_logo	{float:left; width:195px; height:215px; color:#000; clear:both; background:transparent url(../images/framework/logo_sm_gl.gif) no-repeat center top; margin-top:15px;}

/* nav layout */
#nav			{width:195px; height:auto; background:transparent url(../images/bg/nav_tp.jpg) no-repeat right top; float:left; margin-top:10px; padding-left:11px; padding-bottom:10px;}
#nav #nav_bd	{height:320px; background:transparent url(../images/bg/nav_bd.jpg) repeat-y center; margin-top:31px;}
#nav #nav_btm	{height:132px; background:transparent url(../images/bg/nav_btm.gif) no-repeat center bottom;}
 
/* content layout */
.main_flash						{width:680px; height:auto; margin-top:10px; margin-left:6px; float:left;}
.main_flash #main_bd			{height:100%; width:680px;background:transparent url(../images/bg/main_bd.jpg) repeat-y left; float:left;}
.main_flash #main_bd #main_copy	{margin-left:15px; width:95%;}	
.main_flash #main_bd #main_copy p {margin-bottom:10px;}
.main_flash #main_btm			{height:33px; width:680px; background:transparent url(../images/bg/main_btm.jpg) no-repeat bottom; float:left;}

.main							{width:680px; height:auto; background:transparent url(../images/bg/main_tp.jpg) no-repeat left top; margin-top:10px; margin-left:6px; float:left;}
.main #main_bd	#main_copy		{height:100%; width:680px; background:transparent url(../images/bg/main_bd.jpg) repeat-y center; margin-top:30px; float:left;}
.main #main_bd	#main_copy	p	{padding-left:30px; padding-right:30px; padding-bottom:10px; }
.main #main_bd	#main_copy div.title{margin-left:20px;}
.main #main_btm					{height:33px; width:680px; margin-bottom:10px;background:transparent url(../images/bg/main_btm.jpg) no-repeat center bottom; float:left;}



#footer #footer_sep		{height:30px; width:100%; background:#124C97; float:left;}
#footer					{height:190px; width:100%; background:#92278F; float:left;}
#footer .footer_links 	{float:right; width:auto; margin-top:105px;}
