
/* this is for "body" */

body 
{
background-color:#F0F9FD;

}

#main_1
{
background-color:#FFFFFF;
width:900px;
height:auto;
margin-left:5%;
margin-right:5%;
overflow:hidden;
}

#main
{
background-color:#FFFFFF;
width:839px;
height:auto;
margin-left:3.5%;
margin-right:3.5%;
overflow:hidden;
}

h1, h2, h3 {
	margin: 0 0 0 0;
	font-family:"Trajan Pro";
	font-weight: normal;
	color: #f79a14;
}

h1 {
	font-size: 18px;
	font-weight:bold;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}

h3 {
	font-size: 15px;
	float:left;
	font-weight:bold;
	margin:0 3 0 0;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}
 
 
 a {
	text-decoration:underline;
	color: #E0A552;
}

a:hover {
	background: none;
	text-decoration:overline;
	color:#FF6600;
}

 
 /*HEADER*/
 
 
#header
 {
    background-image:url('../images/header.gif');
	width:839px;
	height:135px;
}

/*this nis for "navigation */


#navigation
{ 
width:839px;
height:auto;
overflow: hidden;
margin:0 0 0 0;
}


.navi_0 a:link
{
float:left;
margin:0 0 0 0;
}


.navi_0 a:visited
{
float:left;
margin:0 0 0 0;
}


.navi_0 a:hover
{
float:left;
margin:0 0 0 0;
}



/* this is for "working area" */



#contaner
{
  height: auto;
  overflow:hidden;
  width:100%;
  margin: 0px;
}

#left
{
   margin:0 0 0 0 ;
   width:279px;
   float:left;
}

#right
{
   margin:0 0 0 0;
   width:560px;
   height: auto;
   overflow:hidden;
   float: left;
}

#right_1
{
  margin:20 0 0 30;
  width: 100%;
  border-bottom-style:dotted;
  border-bottom-color:#CCCCCC;
  height: auto;
  overflow:hidden;
}

#right_2
{
  margin:20 0 0 30;
  width: 100%;
  height:auto;
  border-bottom-style:dotted;
  border-bottom-color:#CCCCCC;
  overflow:hidden;
}
  
#image
{
margin:0 10 80 0;
}

#img
{
width:100%;
height:auto;
overflow:hidden;

}




#index_text
{
color:#E0A552;
font-family:Verdana, Tahoma, sans-serif;
font-size:11px;
padding: 10 20 30 20;
text-decoration:none;
text-align:justify;
font-weight:bold;
overflow:hidden;
}



/*this is for footer */


#footer
{
background-color:#ebecec;
width:900px;
height:60px;
margin:0 0 0 0;
}


.footer_text
{
color:#E0A552;
font-family:Verdana, Tahoma, sans-serif;
font-size:10px;
margin:10 10 0 0;
text-decoration:none;
text-align:center;

}



/* this is for "contact us page" */


#contact_form
{
font-family:Verdana, Tahoma, sans-serif;
margin:20 0 20 30;
overflow:hidden;
}



 







