body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	line-height: 1.2em;
	text-align: center;
	background: #f0e7e0 url(bg.jpg) no-repeat center top;
}
/* IE6 hack (horizontal scrollbar)
----------------------------------*/
html {overflow-x:hidden;}
/*body {margin-right:28px;}*/

/* global
----------------------------------*/
td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.2em;
}
form, input, select, textarea {
	margin: 0px;
	padding: 0px;
}

a, a:link, a:hover, a:active, a:visited {color: #AC526E;}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 1.2em;
	font-size: 14px;
	color: #AC526E;
	font-weight: bold;
	line-height: 1.2em;
}
h2, h3 {font-size: 12px;}
h3 {color: #333333;}

p {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 1.1em;
	line-height: 1.3em;
}
.purple {color: #AC526E;}

/* png support
----------------------------------*/
img {
   /*behavior: url(pngbehavior.htc);*/
}

/* page, top, main, content
----------------------------------*/
#page, #top, #main, #bottom {
	position: relative;
	width: 894px;
	clear: both;
	overflow: hidden;
	/*overflow-y: hidden;*/
	overflow-x: hidden;
}
#logo {
	position: absolute;
}
#logo img {border: none;}

#page {
	margin: auto;
	width: 894px;
	text-align: left;
}
#top {
	height: 111px;
	background: url(bg_top-trans.png);
}
#logo {
	top: 14px;
	left: 35px;
}
#main {
	padding-top: 7px;
	background: url(bg_content_top-trans.png);
}
#content {
	background: #F3BACD url(bg_content.jpg) no-repeat center top;
	border-left: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
}
#contentInner {
	float: none;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 45px 19px 20px 19px;
}

/* bottom
----------------------------------*/
#bottom {
	height: 81px;
	margin-top: -6px;
	background: url(bg_content_bottom-trans.png) no-repeat;
	
}

/* navPath
----------------------------------*/
#navPath {
	position: absolute;
	top: 0px;
	padding-top: 6px;
	width: 894px;
	font-size: 11px;
	color: #ffffff;
	background: url(bg_navpath.gif) no-repeat 7px 7px;
}
#navPath p {
	position: relative;
	padding: 0px 7px 0px 37px;
	display: inline;
	line-height: 1.8em;
	/*float: left;*/
}
#navPath ul {
	position: relative;
	margin: 0;
	padding: 0px 7px 0px 0px;
	list-style: none;
	display: inline;
}
#navPath li {
	position: relative;
	margin: 0;
	padding: 0;
	color: #ffffff;
	line-height: 1.8em;
	padding-top: 0px;
	display: inline;
	/*float: left;*/
}
#navPath .last {
	padding: 0px 8px 0px 8px;
	background: url(arrow_navpath.gif) no-repeat left center;
}


#navPath a, #navPath a:link, #navPath a:hover, #navPath a:active, #navPath a:visited {
	color: #000000;
	text-decoration: none;
	text-transform:none;
	font-weight:normal;
	padding: 0px 8px 0px 8px;
	background: url(arrow_navpath.gif) no-repeat left center;
}
/* navBottom
----------------------------------*/
#navBottom {
	position: relative;
	height: 41px;
	margin-top: -41px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#navBottom p {
	margin-top: 0.4em;
	font-size: 10px;
}
#navBottom ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	list-style: none;
}
#navBottom li {
	position: relative;
	margin: 0;
	padding: 0;
	color: #ffffff;

	display: inline;
	/*float: left;*/
	/*border-left: 1px solid #ffffff;*/
}
#navBottom li a, #navBottom li a:link, #navBottom li a:hover, #navBottom li a:active, #navBottom li a:visited {
	font-size: 11px;
	color: #ffffff;
	text-transform:none;
	font-weight:normal;
	padding: 0px 12px 0px 13px;
	background: url(line_v_navbottom.gif) no-repeat left center;
}
#navBottom a, #navBottom a:link, #navBottom a:active, #navBottom a:visited {
	color: #ffffff;
}

#navSystem {
	position: relative;
	font-size: 9px;
	color: #BA9782;
	text-align: center;
	margin-top:4px;
}
