/* CSS Document */

/* tags */
* { margin:0; border:none; text-decoration:none; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, Verdana; font-size:12px; 
  color:#FFF }
body { background:url(../images/bg_body.gif) center top repeat-y rgb(34,34,34) }
h1 a { float:left; display:block; height:36px; width:198px; background-repeat:no-repeat; text-indent:-9999px; 
	background:url(../images/logo.gif); overflow:hidden; margin-top:20px}
h4, legend { line-height:35px; text-transform:uppercase; color:rgb(255,255,102) } 
label { float:left; clear:both; line-height:35px; }
label span { float:left; width:80px; }
input, textarea { color:#000; float:left; border:1px solid rgb(78,78,78) }

/* ids */
#submit { float:left; clear:both; margin:15px 0 10px 80px; font-weight:bold }
#content { margin:auto; width:800px; display:table }
#top { float:left; width:100%; margin-bottom:15px; border-top:4px solid rgb(78,78,78); line-height:25px }
#top span { float:right; text-align:right; margin-top:20px  }
	
#left { clear:both; float:left; width:250px }
#left img { width:240px; border-right:7px solid rgb(78,78,78); border-bottom:7px solid rgb(78,78,78); }

#right { float:right; width:540px; }
#menu { float:left; width:100%; height:35px; background:url(../images/bg_menu.gif) top left repeat-y;
 border-top:2px solid rgb(78,78,78); border-bottom:2px solid rgb(78,78,78); margin-bottom:10px  }
#menu ul { padding:0 }
#menu ul li { float:left; list-style:none }
#menu ul li a { display:block; color:#fff; font-size:13px; text-transform:uppercase; padding:0 18px 0 18px; line-height:35px; 
  text-decoration:none; font-style:italic; }
#menu ul li a:hover { color:rgb(0,0,204) }

#body { float:left; clear:both; display:block; padding:10px; background:rgb(78,78,78); 
  border-right:7px solid rgb(62,62,62); border-bottom:7px solid rgb(62,62,62) }
#body p { margin-bottom:10px }

#foot { width:800px; margin:20px auto 10px auto; text-align:center; background:rgb(62,62,62);
  border-bottom:4px solid rgb(78,78,78) }
