html {
background:url(/images/amigo-metal.jpg) repeat;
}

body {

	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(/images/amigo-strip.png) repeat-x  center top;
	width: 100%;
}

	a { color:#2D2D2D; text-decoration:none; }
	a:hover {  }

#amigowrapper {
width: 880px;
margin: auto;
background:url(/images/amigo-panel.png) repeat-y;
}

#amigowrapperinner {
width: 800px;
margin: auto;
}

#amigoheader {
background:url(/images/amigo-bkg.gif) repeat; 
height: 219px;
}

#amigoheaderleft {
background:url(/images/amigo-logo.jpg) no-repeat; height: 219px;
}

.logo h1, .logo h2 { display:none; }

#amigonavcontainer ul {margin:0 auto; padding:10px; list-style:none; white-space:nowrap; list-style:none; height:35px; position:relative; background:#D8D8BF url(/images/amigo-strip2.gif); font-size:11px;}
#amigonavcontainer li {margin:0; padding:0; float:left;}
#amigonavcontainer li a {display:block; float:left; height:35px; line-height:35px; color:#000000; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 15px; cursor:pointer; background:url(/images/nav/pro_13_0a.gif) no-repeat;}
#amigonavcontainer li a b {float:left; display:block; padding:0 30px 0 15px; background:url(/images/nav/pro_13_0b.gif) no-repeat right top;}
#amigonavcontainer li.current a {color:#cc0; background:url(/images/nav/pro_13_2a.gif) no-repeat; line-height:33px;}
#amigonavcontainer li.current a b {background:url(/images/nav/pro_13_2b.gif) no-repeat right top; padding-bottom:2px;}
#amigonavcontainer li a:hover {background: url(/images/nav/pro_13_1a.gif) no-repeat; line-height:35px;}
#amigonavcontainer li a:hover b {background:url(/images/nav/pro_13_1b.gif) no-repeat right top;}
#amigonavcontainer li.current a:hover {color:#cc0; background: url(/images/nav/pro_13_2a.gif) no-repeat; cursor:default; line-height:33px;}
#amigonavcontainer li.current a:hover b {background:url(/images/nav/pro_13_2b.gif) no-repeat right top; padding-bottom:2px;}

#amigocontent {width:100%;}
#amigocontentleft {width:227px,float:left;}
#amigocontentright {width:500px;float:right; background-color:#ff0000;}

#amigofooter {height: 50px; background:url(/images/amigo-bkg.gif) repeat; }
#amigofooter p {  margin-left:10%; padding:10px; color:#FFF; }
#amigofooter a { color:#FFF; }
#amigofooter a:hover { border-bottom:1px dotted #D2D2D2; }

.clear { clear:both; }
