
a:link,a:visited { text-decoration:none; }


ul,ol { list-style:none; }


h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,input { margin:0; padding:0; }

a img,a:link img,a:visited img { border:none;}

/*--------Background Color----------*/
body { background-color:#ffffff; text-align:left; }
/*--------/Background Color----------*/
p,a:link,a:visited,ul,ol,li,dl,dt,dd,h1,h2,h3,h4 { font-family:Tahoma, Courier, mono; color:#1A2233; font-size:11px; text-decoration:none; }
p,dl,dt,dd,ul,ol,li { line-height: 13px; }
p,pre,blockquote { margin-bottom:7px; }
a:link,a:visited { font-weight:bold;}
a:hover,a:active { text-decoration:underline; }
h2 { font-family:Verdana, Geneva, sans-serif; font-size:16px; font-weight:bold; }

/*---------page width--------*/
#wrap { width:800px; margin:10px auto/*-------auto = centered-------*/; position:relative; }

/*------------Header----------*/
 #banner { background:url("../images/header-01.png") no-repeat; height:215px; margin:2px 0 0 0; }
/*------------/Header----------*/

 #content { /*background:url("../images/bg-index.gif") repeat-y;*/ background-color:#ffffff; text-align:center; }
 #navbars { width:800px; }
  #bottom { height:10px; clear:both; overflow:hidden; }

#footer { width:800px; text-align:center; margin:10px auto; }
#footer p { margin-bottom:3px; color:#630D0D; font-size:12px; }
#footer a:link, #footer a:visited { font-weight:normal; color:#630D0D; font-size:12px; }

/*------------Main Menu--------*/
#nav { background-color:#ffffff; width:800px; height:20px; position:relative; }
#nav li { position:absolute; }
#nav li, #nav a { width:130px; height:20px; display:block; }
#nav a { font-family:Tahoma; text-decoration:none; font-size:12px; text-align:center; color:#000000; line-height:20px; } 

#nav-01 { left:0px; }
#nav-02 { left:130px; }
#nav-03 { left:260px; }
#nav-04 { left:390px; }
#nav-05 { left:520px; }
#nav-06 { left:650px; }

#nav-01 a:hover, #nav-02 a:hover, #nav-03 a:hover, #nav-04 a:hover, #nav-05 a:hover, #nav-06 a:hover { background-color:#000000; color:#F47E20; }

/*------------Main Menu--------*/