body {
	text-align: center;
	font-family: Arial;
	font-size: 100%;
	background-color: #e9efc7;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#logo {
	position: absolute;
	top: 54px;
	left: 303px;
	margin: 0;
}
#featureImage {
	position: absolute;
	top: 10px;
	left: 10px;
}
#contactDetails {
	position: absolute;
	top: 85px;
	right: 45px;
	font-size: 0.95em;
	margin: 0;
	font-weight: bold;
}
#contactDetails a {
	border-left: solid 1px #97be0d;
	color: #97be0d;
	text-decoration: none;
	padding-left: 6px;
}
#header {
	background-image: url(images/pageTop.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 804px;
	font-size: 0;
}
#footer {
	background-image: url(images/pageBottom.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 804px;
}
#regionMain {
	width: 804px;
	position: relative;
	background-color: #000;
	margin: 100px auto 0;
}
#mainContent {
	text-align: left;
	background-image: url(images/pageMiddle.gif);
	background-repeat: repeat-y;
	padding: 130px 20px 0 307px;
}
h1 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
}
.contentHeaderImage {
	margin: 22px 0 20px 0;
}
.contentFooterImage {
	margin: 27px 0 34px 0;
}
ul {
	margin-bottom: 0;
}
ul li {
	line-height: 1.5em;
}
#bodyText {
	width: 438px;
	height: 320px;
	margin-left: 15px;
	padding-right: 15px;
	overflow: auto;
	font-size: 0.75em;
}
#bodyText address {
	font-style: normal;
}
#bodyText a {
	text-decoration: none;
	color: #97be0d;
}
#bodyText a:hover {
	text-decoration: underline;
}
#bodyText em {
	color: #97be0d;
	font-style: normal;
}
#registeredAddress {
	font-size: 0.8em;
	color: #999;
}
#plug {
	width: 704px;
	text-align: right;
	margin: auto;
	color: #999;
	font-size: 0.8em;
}
#plug a {
	color: #999;
	text-decoration: none;
}

#plug a:hover {
	text-decoration: underline;
}

/* --------- menu ---------- */
ul#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 303px;
	top: 118px;
	list-style: none;
	text-align: left;
	font-size: 0.7em;
}
ul#menu li {
	float: left;
	padding: 0 1px;
}
ul#menu li a, ul#menu li a:visited {
	color: #000;
	background-color: #dddedf;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 90px;
	font-weight: bold;
}
ul#menu li a em {
	font-style: normal;
	display: block;
	padding: 5px 0px 5px 5px;
}
ul#menu li a:hover, ul#menu li a.active {
	background-color: #e9efc7;
}
/* --------- /menu ---------- */

p#vogue {
	background: transparent url(images/logoVogue.gif) no-repeat;
	padding: 8px 0 0 110px;
	height: 29px;
	font-weight: bold;
}