body {
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-color:#000000;
background-position:top;
margin:0 auto 0 auto;
}
#logo{
	margin:auto;
	clear:both;
	text-align:center;
}
.link {
 height:60px;
 width:100%;
 margin:400px auto auto auto;
 background-image:url(../images/linkbg.jpg);
 border:#c4c5a6 1px solid;
 }

#border {
background-image:url(../images/border.gif);
background-repeat:repeat-y;
background-position:center;
margin:0 auto 0 auto;
height:auto;
}
#car {
 float:right;
 width:524px;
 margin:0px auto auto auto;
 clear:none;
}
#nav {
 height:60px;
 width:100%;
 margin:10px auto auto auto;
 background-image:url(../images/linkbg.jpg);
 border:#c4c5a6 1px solid;
 }
#item {
 width:750px;
 height:auto;
 color:#000000;
 background-color:#f1f3df;
 margin:15px auto auto auto;
 font-family:Tahoma;
 display:table;
  border:#c4c5a6 1px solid;
 }
#thumb {
 padding-bottom:15px;
 padding-top:15px;

 clear:none;
 text-align:center;
 }
#data {
 width:auto;
 padding:10px;
 padding-left:10px;
 clear:none;
 text-align:right;
 }
.textbox {
 border:#000000 1px dotted;
 background-color:#d7daba;
 text-align:center;
 padding-left:20px;
 padding-right:20px;
 font-family:Tahoma;
 font-weight:bold;
 margin-right:70px;
 }
 .idbox {
  border:#000000 1px dotted;
  background-color:#d7daba;
  text-align:center;
  font-family:Tahoma;
  font-weight:bold;
  margin-right:3px;
 }
 /* Messages and errors */
 .status_error {
   text-align:center;
   margin: 6px 6px 6px 6px;
   padding: 3px;
   border: solid 1px #dd3c10;
   background: #ffebe8;
 }
 
 .status_error p,{
   margin: 0;
   line-height:12px;
   font-weight:normal;
 }
 
 .status_error a {
   text-decoration: none;
   color: #dd3c10;
 }
 
 .status_error h2 {
   font-size:16px;
   font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
 }
 
 .status_msg {
   margin: 6px 6px 6px 6px;
   padding: 0px;
   border: solid 1px #F3C507;
   background: #FDF0BD;
   font-family: tahoma, verdana, arial, sans-serif;
 }
 
 .status_msg h2 {
   font-size:16px;
   font-family: tahoma, verdana, arial, sans-serif;
}
.paging-link {
 text-decoration:none;
 color:#000000;
 background-image:url(../images/page.jpg);
 background-position:top;
 background-repeat:repeat-x;
 background-color:#ffcc00;
 height:30px;
 padding:10px;
 margin:10px;
 border:#000000 1px solid;
 }
.paging-link:hover {
 text-decoration:none;
 color:#940000;
 background-color:#FFFFFF;
 background-image:none;
 height:30px;
 padding:10px;
 margin:10px;
 border:#940000 1px solid;
 }
.paging-link-na {
text-decoration:none;
color:#000000;
background-image:url(../images/page.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#ffcc00;
height:30px;
padding:10px;
margin:5px;
border:#000000 1px solid;
}
.paging-link-na:hover {
text-decoration:none;
color:#940000;
background-color:#FFFFFF;
background-image:none;
height:30px;
padding:6px;
margin:5px;
border:#940000 1px solid;
}
.this-page {
text-decoration:none;
color:#000000;
background-position:top;
background-repeat:repeat-x;
background-color:#ffffff;
height:30px;
padding:10px;
margin:5px;
border:#000000 1px solid;
}
#footer {
display:block;
border-top:2px solid #d6d7c9;
background-color:#2e2e2e;
color:#f1f3df;
height:auto;
text-align:center;
padding:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
 
