p {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: normal;
}

.body-text {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.big-red {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #990000;
}

.medium-red {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
}

.check {
	background: url(/images/check_bg.jpg) 0 0 no-repeat;
	width: 578px;
	height: 51px;
	margin: 0 10px 1px 0;
	color: #4A443D;
}

.check-text {
	padding: 10px 0 0 60px;
	font: 100 10pt Georgia, Verdana, Arial, Helvetica, sans-serif;;
}


.teafade {
 	background-image: url(/images/teagreenfade.jpg);
 	background-repeat: repeat-x;
 	padding: 20px;
}

.teafade p {
	margin: 20px;
}


.imgborder{
	border:4px solid #CCCCCC;
}	

/* Layout */

body#baren {
	min-width: 880px;
	text-align: center;
	background-image: url(/images/baren_body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #4C453F;
	font-family: Tahoma;
	margin: 0;
	padding: 0;
	font-size: 14pt;

}

#baren-wrapper {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 0;
}

#baren-header-left {
	background: url(/images/header_l.jpg) 0 0 no-repeat;
	float: left;
	width: 120px;
	height: 155px;
}

#baren-headerwrap {
	background: url(/images/header_new_02.jpg) 0 0 no-repeat;
	line-height: normal;
	text-align: center;
	width: 639px;
	height: 155px;
	float: left;
}

#baren-header-right {
	background: url(/images/header_r.jpg) 0 0 no-repeat;
	float: left;
	width: 121px;
	height: 155px;
}



#main-l {
	background: url(/images/body_l.jpg) 0 0 no-repeat;
	width: 120px;
	height: 592px;
	float: left;
	background-color: #4B4E3E;
}

#main-c {
	background: url(/images/body_c.jpg) 0 0 no-repeat;
	width: 640px;
	background-color: #fff;
	float: left;
	text-align: left;
}

#baren-content {
	padding: 30px;
	width: 580px;
	float: left;
}

#main-r {
	background: url(/images/body_r.jpg) 0 0 no-repeat;
	width: 120px;
	height: 592px;
	float: left;
}

/* End Layout */


/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
/* End Firefox Scrollbar Hack/


.clear {
	clear: both;
}