ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color:black;
}


img { border:0 }

html {

overflow:auto; 
overflow-x:hidden;}


body
{
  margin-top: 0;
  padding: 0;
  font-size: 12px;
background-image:url(../images/b.jpg);
background-repeat:repeat-x;
}

#outer {

  margin-left: auto; 
  margin-right: auto;
  position:relative;
  padding: 0;
  width:1024px;
  height:768px;
  overflow:visible;
}


#main {
position:absolute;
top:160px;
left:0px;
width:674px;
}

#menu {
position:absolute;
top:70px;
right:320px;
}

#calc {
position:absolute;
top:200px;
right:0px;

width:350px;
height:500px;
padding-left:10px;
font-family:Arial;
}

#calc input {

width:250px;
height:38px;
border:1px solid #fff;
border:none;
font-size:32px;
/*background-image:url(../images/input_back.jpg);*/
padding-left:13px;
padding-top:12px;
text-transform: uppercase; 

}

#footer {
position:absolute;
top:535px;
width:1024px;
height:80px;
background-color:#FCCA1B;
}

#admin {
position:absolute;
top:0px;
right:170px;
}

#error {
color:black;
}

img.reds  {
border:5px solid red;
}


