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(img/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;
}
input, select, textarea {
	border: 1px solid #ffffff;
	padding: 1px 0px 1px 0px;
	background-color: #cccccc;
	width: 250px;
}
input.fclear {border: none; background: none; width:auto;}

.right {float: right;}
.left {float: left;}
.spacer {clear: both; font-size: 2px; line-height: 2px;}
/*.cleaner {clear:both;height:1px;font-size:1px;border:0px none;marin:0; padding:0;background:transparent;}*/
.clear {clear: both;}

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(img/bg_top-trans.png);
}
#logo {
	top: 14px;
	left: 35px;
}
#main {
	padding-top: 7px;
	background: url(img/bg_content_top-trans.png);
}
#content {
	background: #F3BACD url(img/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;
}
/*#contentInner div {width: 100%;}*/
#colLeft, #colCenter, #colRight, #colsLeft, #colsRight {float: left;}
#colsLeft {width: 630px;}
#colsRight {width: 622px;}
#colLeft {width: 220px;}
#colCenter {width: 410px;}
#colRight {width: 212px;}
#colCenterInner, #colInner {padding-right: 20px;}

/* content
----------------------------------*/
.h1 p {width: 400px;}
.shortDesc p {font-size: 1.0em;}



.bBack, .bPopup {
	width: 193px;
	height: 23px;
	background: url(img/b_back.png) no-repeat 0px 0px;
}

.bPopup {background: url(img/b_popup.png) no-repeat 0px 0px; text-align: right;}

.bPopupLarge {background: url(img/b_popup_large.png) no-repeat 0px 0px; text-align: right; width: 270px; height: 23px;}

.bBack a, .bBack a:link, .bBack a:hover, .bBack a:active, .bBack a:visited, .bPopup a, .bPopup a:link, .bPopup a:hover, .bPopup a:active, .bPopup a:visited, .bPopupLarge a, .bPopupLarge a:link, .bPopupLarge a:hover, .bPopupLarge a:active, .bPopupLarge a:visited {
	position: relative;
	display: block;
	padding-left: 32px;
	font-size: 11px;
	color: #ffffff;
	line-height: 22px;
	text-decoration: none;
}

.bPopup a, .bPopup a:link, .bPopup a:hover, .bPopup a:active, .bPopup a:visited, .bPopupLarge a, .bPopupLarge a:link, .bPopupLarge a:hover, .bPopupLarge a:active, .bPopupLarge a:visited {padding-right: 32px;}

/* bottom
----------------------------------*/
#bottom {
	height: 41px;
	margin-top: -6px;
	padding-top: 40px;
	background: url(img/bg_content_bottom-trans.png) no-repeat;
	
}
#contactBox {
	width: 213px;
}
#contactBox div {
	padding-left: 20px;
	padding-bottom: 12px;
	background: url(img/contact_box_bottom.gif) no-repeat 20px bottom;
}
#contactBox h2, #contactBox h3, #contactBox p {
	margin-bottom: 0px;
	padding: 0px 10px 0px 20px;
	font-size: 10px;
	line-height: 1.0em;
	color: #ffffff;
}
#contactBox h2 {
	background: url(img/contact_box_head.png) no-repeat left top;
	padding: 10px;
	font-size: 12px;
	line-height: 1.2em;
}
#contactBox h3 {
	padding-top: 10px;
	background: url(img/contact_box_hline.gif) no-repeat left top;
}
#contactBox h3.first {
	background: url(img/contact_box_head_line.gif) no-repeat left top;
}
#contactBox p {
	padding-bottom: 10px;
	background: url(img/contact_box_bg.gif) repeat-y left top;
}
#contact_form input, #contact_form select, #contact_form textarea {
	border: 1px solid #ffffff;
	padding: 1px 0px 1px 0px;
	background-color: #ffffff;
	width: 250px;
}
#contact_form td{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	line-height: 1.3em;

}