html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font: 11px arial, sans-serif;
	color: #FFFFFF;
	background-color: #000;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 2px auto;
	width: 714px;
	position: relative;
	background-color: #000000;
}

#header {
	padding-top: 51px;
	width: 252px;
	position: relative;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
  height: 100%;
}

#nav {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 252px;
	height: 126px;
	padding-top: 292px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(images/pic_1.jpg);
}
#naveshop {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 252px;
	height: 126px;
	padding-top: 292px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(images/pic_2.jpg);
}
#nav ul {
  background: bottom right #000 no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
  color: #990000;
  font: 18px "arial", serif;
  background: #000;
  padding-right: 8px;
}
#nav a {
  color: #990000;
  font: 18px "arial", serif;
  background: #000;
  padding-right: 8px;
}
#naveshop ul {
  background: bottom right #000 no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#naveshop li {
  list-style: none;
  color: #990000;
  font: 18px "arial", serif;
  background: #000;
  padding-right: 8px;
}
#naveshop a {
  color: #990000;
  font: 18px "arial", serif;
  background: #000;
  padding-right: 8px;
}

.gros {
		font: 22px "arial", serif;
		background: #000;
		text-align: center;
}

/** content **/

#content {
	background: #000 bottom right no-repeat;
	width: 462px;
	height: 418px;
	margin-left: 254px;
	min-height: 278px;
	text-align: center;
	vertical-align: middle;
}

#content .main {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #D6D3BA;
	vertical-align: middle;
}

#content .main p{
	text-align: center;
	margin: 0em 1em 0 0;
	vertical-align: middle;
}

#content .main .clear{
  height: 20px;
  margin-bottom: -10px;
}

#content .lienmuet a {
	text-align: center;
	color: #FFFFFF;
	font: 11px arial, sans-serif;
	text-decoration: none;
	vertical-align: middle;
}	
#content .lienmuet a:hover {
	color: #FFA405;
	text-decoration: underline;
}

#content .sub {
	text-align: center;
	font: 9px arial, sans-serif;
	color: #FFFFFF;
	background-color: #000;
}

#content .sub2 {
	text-align: center;
	font: 13px arial, sans-serif;
	color: #990000;
	background-color: #000;
}

h2 {
  font: italic 22px "Times new roman", serif;
  color: #991111;
  margin: 0 0 0.5em 0;
}

