body {
	padding:0;
	margin:0;
	color:#000;
	background:#7B89A2 url(bg.gif) repeat-x;
	font-family:Verdana;
}
form, div, span, h1, h2, h3, h4, h5, p, ul, li {
	margin:0;
	padding:0;
}
a img { border:none; }
a, a:active, a:visited
{
    text-decoration:none;
    color:#7b89a2;
}
a:hover 
{
    text-decoration:underline;
}
#wrapper 
{
    background:transparent url(bg-header.gif) no-repeat top center;
    margin:0 auto;
}
#container 
{
    width:920px;
    margin:0 auto;
    padding:0;
}

/* header -------------------------------------------------*/
#header 
{
    height:73px;
}
#flash 
{
    height:207px;
    width:920px;
}
#logo 
{
    width:62px;
    float:left;
    height:73px;
    padding-left:15px;
}
#navigation 
{
    width:483px;
    float:right;
    padding-top:19px;
}
ul#nav 
{
    list-style:none;
    height:52px;
}
ul#nav li 
{
    float:left;
    height:52px;    
}

/* content -------------------------------------------------*/
#content 
{
    border-top:17px solid #A2997B;
    background:#7B89A2 url(bg-sidebar.gif) no-repeat 0px 53px;    
}
#sideContent 
{
    width:186px;
    float:left;
}
#sideInner 
{
    padding:0 18px 0 18px;
}
#sideContent h3 
{
    height:58px;
    background:transparent url(title-conactdetails.gif) no-repeat;
}
#sideContent h3 span { display:none; }
#sideContent p
{
    padding:10px 0;
    font-size:11px;
    color:#fff;
}
#sideContent p.section
{
    border-bottom:1px solid #B2B2A9;
}
#sideContent a 
{
    color:#2D5266;
}
#sideContent a:hover
{
    text-decoration:underline;
}
#mainContent 
{
    background-color:#E8DBB0;
    width:694px;
    float:right;
    padding:0 20px 0 20px;
}
#mainContent h1 
{
    background:transparent url(title-welcome.gif) no-repeat;
    height:57px;
    border-bottom:1px solid #C5BA95;
}
#mainContent h2 
{
    background:transparent url(title-aboutus.gif) no-repeat;
    height:57px;
    border-bottom:1px solid #C5BA95;
}
#mainContent h3 
{
    background:transparent url(title-management.gif) no-repeat;
    height:57px;
    border-bottom:1px solid #C5BA95;
}
#mainContent h4 
{
    background:transparent url(title-services.gif) no-repeat;
    height:57px;
    border-bottom:1px solid #C5BA95;
}
#mainContent h5 
{
    background:transparent url(title-contactus.gif) no-repeat;
    height:57px;
    border-bottom:1px solid #C5BA95;
}
#mainContent h1 span { display:none; }
#mainContent h2 span { display:none; }
#mainContent h3 span { display:none; }
#mainContent h4 span { display:none; }
#mainContent h5 span { display:none; }
#mainContent p 
{
    margin:10px 0;
    font-size:11px;
}
#footer 
{
    margin-top:100px;
    font-size:11px;
    color:#2D5266;
    padding:0 0 10px 0;
}
#footer a 
{
    color:#2D5266;
}
#footer a:hover
{
    text-decoration:underline;
}
#siteBy 
{
    float:right;
    text-align:right;
}
#clear 
{
    clear:both;
    margin-left:186px;    
}
