body {
	background-image: url(../images/intro_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}
a {
	color: #B2A982;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #4E96BC;
	font-weight: bold;
	text-decoration: underline;
}
#wrap {
	margin: 0px 0px 0px 27px;
	width: 950px;
}

#top {
	clear: both;
	height: 93px;
}

#header {
	clear: both;
	height: 101px;
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
	width: 977px;
}

#middle {
	padding: 25px 0px 0px 0px;
	margin: 0px;
}

#masterdiv {
	width: 190px;
	padding: 0px 0px 0px 20px;
	float: left;
	line-height: 20px;
}

#content {
	padding: 5px 20px 20px 20px;
	margin: 0px;
	float: right;
	line-height: 22px;
	width: 700px;
}

#company {
	width: 260px;
	float: right;
}

img.right {
	float: right;
	margin: 0 0 5px 20px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #888888;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}

a.menu{	/* Main menu items */
	display : block;
	width : 135px;
	padding : 8px 5px 5px 20px;
	text-decoration : none;
	color : #B2A982;
	font-weight : bold;
	background-image: url('../images/masterdiv.gif');
	background-repeat: no-repeat;
}
a.menu:hover{	/* Main menu items */
	color : #4E96BC;
	text-decoration : none;
}