html, body
{
  	background:#fff url("../Images/bg.jpg") center center no-repeat;
  	margin: 0px;
  	padding:0px;
  	border:0px;
  	font-family:Georgia, Courier, Verdana;
  	font-size:10px;
	height:100%;
	width:100%;
}

a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	color:#000;
}

a.menu:link, a.menu:visited, a.menu:active {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

a.menu:hover {
	font-size:11px;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

a.currentRub {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #666;
}

a.adress:link, a.adress:visited, a.adress:active {
	margin:0;
	text-decoration:none;
	color:#000;
}

a.adress:hover {
	text-decoration:none;
	border-bottom:1px dotted #666;
}

a.currentAdress {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #666;
}

.contact {
	border:none;
	padding:10px 0 8px 2px;
}

a.acont:link, a.acont:visited, a.acont:active, a.acont:hover {
	text-decoration:none;
	border:none;
}


table,tr,td {
  	font-family:Georgia, Courier, Verdana;
  	font-size:12px;
	padding:0px;
	margin:0px;
	border:0 none;
}

h1 {
	margin:0;
	font-size:14px;
	font-family:Georgia, Courier, Verdana;
	font-weight:bold;
	line-height:16px;
	color:#000;
	text-align:center;
}

h2 {
	font-variant:small-caps;
	font-size:16px;
	color:#be918c;
	line-height:14px;
	padding:0 0 3px 0;
	margin:0;
	display:block;
	text-align:left;
}

h3 {
	font-variant:small-caps;
	font-size:13px;
	color:#84928d;
	line-height:13px;
	padding:5px 0 20px 0;
	margin:0;
}

h4 {
	font-size:11px;
	font-family:Georgia, Courier, Verdana;
	font-weight:bold;
	line-height:12px;
	display:inline;
}

h5 {
	font-size:11px;
	font-family:Georgia, Courier, Verdana;
	font-weight:bold;
	line-height:12px;
	text-align:right;
	color:#000;
	display:block;
	padding:1px 0 0 0;
	margin:0;
	font-style: italic;
}

span {
	font-size:4px;
	display:inline;
}

.vendue {
  font-size:14px;
  color: #660000;
  font-weight: bold;
}

img.plusPhoto {
	border:none;
	text-decoration:none;
	padding:10px 10px 0 10px;
	width:250px;
	text-align:center;
}

#scroller {
	border-top:1px solid #e5ebeb;
	border-bottom:1px solid #e5ebeb;
	height:523px;overflow:auto;
	width:610px;
	margin-bottom:8px;
}

p, font {
	font-size:12px;
}

.error {
  	color: #660000;
	border: 1px solid #660000;
	padding:2px 2px 5px 2px;
	margin-left:15px;
	margin-right:25px;
}

input { 
	  font-size:12px;
  	  font-family: georgia, arial, helvetica, sans-serif;
      border-width:1; 
      border-style:solid;
      border-color:#999999 #cccccc #cccccc #999999;
}

textarea { font-size:12px;
  		font-family: georgia, arial, helvetica, sans-serif;
      border-width:1; 
      border-style:solid;
      border-color:#999999 #cccccc #cccccc #999999;
      overflow:hidden;
}

select { 
      font-size:12px;
  		font-family: georgia, arial, helvetica, sans-serif;
      border-width:1; 
      border-style:solid;
      border-color:#999999 #cccccc #cccccc #999999;
      text-align:left;
}

.submit {
     font-size: 12px; 
}