body {
background-color:#FFF;
background-image: url(../images/bg.jpg);
background-repeat:repeat-x;
background-position:top;
font: normal 12px 'Trebuchet MS', Tahoma, sans-serif;
margin: 10px 0 ;
padding: 0 ;
}

img {  border: 0;  }

a { background: inherit; color: #2069BD; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }


/* /////////////////////////////////////////////////////////////////////
         Div Divers
///////////////////////////////////////////////////////////////////// */

div#global {
width: 800px;
padding: 0 10px;
margin: 0 auto;
position: relative;
}

div#top {
background-image: url(../images/logo350.png);
background-repeat:no-repeat;
background-position:left;
position: absolute;
width: 820px;
height: 104px;	
text-align: right;
}

div#menu {
height: 30px;
top: 120px;
position: absolute;
text-align: right;
background: #A2A7AA;
background-image: url(../images/menu_f.jpg);
background-repeat:repeat-x;
border:1px solid #6E6E80;
}

div#coins {
min-height: 100%;
width: 802px;
padding: 0 10px;
margin: 0 auto;
top: 164px;
position: absolute;
text-align: left;
height: 6px;
background: #fff;
background-image: url(../images/coins.gif);
background-repeat:no-repeat;
}

div#content {
min-height: 100%;
width: 800px;
padding: 0 10px;
margin: 0 auto;
top: 170px;
position: absolute;
text-align: left;
border-right:1px solid #6E6E80;
border-left:1px solid #6E6E80;
border-bottom:1px solid #6E6E80;
background: #fff;
background-image: url(../images/bg_white.jpg);
background-repeat:repeat-x;
}

p#footer {
text-align: center ;
border:1px solid #6E6E80;
width: 800px;
background: #fff;
}

.tabref {
width: 90px;
height: 100px;
padding: 10px 0px 0px 10px;
background-image: url(../images/ref.gif);
}



ul#b {width: 820px;list-style:none;margin:0;padding:0;}
#b li {float:left;width:130px;margin:0;padding:0;text-align:center;}
#b li a {display:block;padding:5px 10px;height:100%;color:#FFF;text-decoration:none;}
#b li a {background:url(../images/bg2.jpg) repeat 0 0;}
#b li a:hover, li a:focus, li a:active {background-position:-150px 0;}
#b a {background:url(../images/bg2.jpg) repeat 0 0;}


ul#acc1 {list-style:none;margin:0;padding:0;}
#acc1 li {float:left;width:700px;margin:0;padding:0;text-align:center;}
#acc1 li a {display:block;padding:5px 10px;height:100%;color:#2B2F31;text-decoration:none;}
#acc1 li a {background:url(../images/menu_f2.jpg) repeat 0 0;border:1px solid #6E6E80;}
#acc1 li a:hover, li a:focus, li a:active { background:url(../images/menu_fh.png) repeat 0 0;}

h1 {
width: 95%;
color: #545454;
margin: 0;
padding: 0;
font-size: 1.6em;
font-weight: blod;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #dddddd;
}


h2 {
width: 95%;
color: #6E6E80;
margin: 0;
padding: 0;
font-size: 1.6em;
font-weight: blod;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #dddddd;
}

h3 {
width: 95%;
color: #6E6E80;
margin: 0;
padding: 0;
font-size: 1.4em;
font-weight: bold;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

input,select,textarea {
        background:#D8DEEA url('../images/barform.gif') repeat-x 0px 0;
	border: 1px solid #8D9EC1;
	color: #000;
	font-family: verdana,sans-serif;
	font-size: 11px;
	vertical-align: middle;
 }
 
 

div#footer {
	height:30px;
        width: 800px;
  	text-align: center;
  	margin: 50px 0 0 0px;
	z-index:4;
        background:#D8DEEA url('../images/footer.jpg') repeat-x 0px 0px;
	border-top: 1px solid #8D9EC1;
	border-right: 1px solid #8D9EC1;
	border-left: 1px solid #8D9EC1;
	vertical-align: bottom;
	}









img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}