#body {
	width: 756px;
	margin: 0 auto;
}
.shw {
	width: 18px;
	height: 19px;
	background-image: url(img/sprites.png);
	background-repeat: no-repeat;
	float: left;
}
.shw.lb {
	background-position: -18px 0;
}
.shw.rb {
	background-position: -36px 0;
}
.shw.rt {
	background-position: -54px 0;
}
.shw.t, .shw.b {
	background-image: url(img/sprites-h.png);
	background-repeat: repeat-x;
	width: 720px;
}
.shw.t {
	background-position: 0 -19px;
}
.shw.l, .shw.r {
	background-image: url(img/sprites-v.png);
	background-repeat: repeat-y;
	height: auto;
	width: auto;
	float: none;
}
.shw.r {
	background-position: 702px 0;
	margin-left: 18px;
	padding-right: 18px;
}
#header {
	width: 720px;
	height: 240px;
	background-image: url(img/header/header.jpg);
}
#header img {
	margin-left: 20px;
}

#menu {
	height: 46px;
	background-image: url(img/sprites-h.png);
	background-repeat: repeat-x;
	background-position: 0 -38px;
	
}
#menu ul {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	text-align: center;
}
#menu li {
	padding: 0;
	margin: 0;
	display: inline;
	height: 20px;
	line-height: 20px;
}
#menu a {
	font-family: /*MyriadBlack, */Verdana, Arial, Helvetica, sans-serif;
	/*height: 16px;*/
	padding-left: 6px;
	padding-right : 8px;
	border-right: #C3006F solid 2px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#menu a.last {
	border: none;
}
#content {
	background-color: white;
	padding: 20px;
	width: 680px;
}

#footer {
	border-top: #BFB499 solid 1px;
	height: 33px;
	line-height: 33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00427F;
}

.info {
	color: #C3006F;
}
