body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg_main.gif);
}
#body {
  	width: expression(((document.documentElement.clientWidth 
  	|| document.body.clientWidth) < 955)? 
  	"955px" : "100%");
	min-width: 955px;
}
#body #header {
	height: 77px;
	padding: 12px;
	background-repeat: repeat-x;
}
#menu {
	margin: 0px;
	padding: 20px 12px 12px;
	clear: left;
}
#info {
	margin: 0px 0px 0px 300px;
	padding: 40px 5% 12px 12px;
}
#footer {
	clear: both;
	text-align: center;
	background-image: url(/images/shell_small.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 107px;
	padding-top: 55px;
	padding-right: 150px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#footer p {
	text-align: center;
}
/*h1, h2, h3 {
	font-size: 18pt;
	font-weight: normal;
	color: #C19C79;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 18px 0px 12px 32px;
}
h2{
	font-size: 16pt;
	padding: 14px 0px 8px 24px;
}
h3 {
	font-size: 14pt;
	padding: 10px 0px 6px 16px;
}
p {
	margin: 0px;
	padding: 4px 0px 12px 0px;
	text-align: justify;
}*/
.imgleft {
	float: left;
	margin: 0px 16px 16px 0px;
}
.clear {
	clear: left;
}
.imgright {
	float: right;
	margin: 0px 0px 16px 16px;
}
#menu p {
	display: block;
	margin: 0px;
	padding: 8px;
	font-size: 10pt;
	color: #333333;
}
#logo {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	position: absolute;
	left: 377px;
	top: 64px;
}
#slogan {
	text-align: right;
	font-size: 18pt;
	font-weight: normal;
	position: absolute;
	left: 377px;
	top: 12px;
}
#navig {
	position: absolute;
	left: 28px;
	top: 7px;
	width: 40px;
	height: 90px;
}
#navig img {
	margin-bottom: 8px;
}
#footer img {
	margin: 3px 6px;
}

#footer a, #menu a {
	color: #8B5F3A;
	text-decoration: underline;
}
#footer a:hover, menu a:hover {
	color: #8B5F3A;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

#shell {
	background-image: url(/images/shell.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#footer1 {
	clear: left;
	background-image: url(/images/line.gif);
	background-repeat: repeat-x;
	background-position: left 37px;
	position: static;
	padding-right: 18px;
	height: 176px;
}
#line {
	background-image: url(/images/line.gif);
	background-repeat: repeat-x;
	background-position: left 250px;
}
#menu ul {
	color: #C19C79;
	list-style-type: disc;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 16px;
	margin-left: 24px;
	text-align: center;
	margin-right: 24px;
}
#menu li {
	display: inline;
	line-height: 20px;
	padding: 0px 6px;
	border-right: 2px solid #C19C79;
}
#menu ul a {
	text-transform: uppercase;
}
#menu ul ul a {
	text-transform: none;
}
#next, #next a {
	font-size: 11px;
	color: #999999;
}
