body {
	margin: 0;
	padding: 0;
	font: normal 12px Georgia;
	text-align: center;
	line-height: 15px;
	color: #fff;
	background-color: #000000;
}
img {
	border: 0;
}
.imgBorder{
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #446CB1;
}
h1 {
	position: relative;
	width: 860px;
	margin: 0 auto;
	padding: 4px 3px 4px 6px;
	text-align: left;
	font: normal 10px Arial;
	color: #848484;
	background: #000000 url(../../images/bg_h1.gif) repeat-x left top;
}
#wrap{
	position: relative;
	width: 877px;
	margin: 0 auto;
	text-align: left;
	background: #000000 url(../../images/bg_mainy.gif) repeat-y left top;
}
#container {
	background: transparent url(../../images/bg_main.png) no-repeat left bottom;
}
#program {
	margin: 0 auto;
	color: #fff; 
	font: bold 11px Georgia;
}
.box1 {
	background: #0a0b0b url(../../images/bg_box1.gif) no-repeat left top;
	width: 80px;
	height: 80px;
	padding: 16px;
	margin-right: 15px;
}
.box1 .title {
	font: bold 18px Georgia;
	color: #9d4f07;
	line-height: 16px;
	margin-bottom: 5px;
}
.box1 .name {
	font: bold 11px Georgia;
	line-height: 12px;
	color: #502906;
	margin-bottom: 2px;
}
.box1 .name1 {
	font: bold 9px Georgia;
	line-height: 12px;
	color: #502906;
	margin-bottom: 2px;
}
.box1 .price {
	font: bold 18px Georgia;
	color: #980224
}
.box1 .priceText {
	font: normal 14px Georgia;
	color: #980224
}

.box2 {
	background: #0a0b0b url(../../images/bg_box2.gif) no-repeat left top;
	width: 113px;
	height: 85px;
	text-align: center;
	padding-top: 28px; 
	margin-right: 15px;
}
.box2 .title {
	font: bold 18px Georgia;
	color: #9d4f07;
	line-height: 0px;
	margin-bottom: 5px;
}
.box2 .name {
	font: bold 12px Georgia;
	color: #502906;
	margin-bottom: 3px;
}
.box2 .phone {
	font: bold 15px Georgia;
	color: #980224
}

.box3 {
	background: #0a0b0b url(../../images/bg_box3.gif) no-repeat left top;
	width: 204px;
	height: 98px;
	text-align: left;
	padding: 15px 0 0 10px; 
	font: bold 12px Georgia;
	color: #fff;
}
.box3 .phone {
	font: bold 18px Georgia;
	color: #fff;
	margin-bottom: 10px;
}

.box3b {
	background: #0a0b0b url(../../images/bg_box3b.jpg) no-repeat left top;
	width: 204px;
	height: 98px;
	text-align: left;
	padding: 15px 0 0 10px; 
	font: bold 12px Georgia;
	color: #fff;
}
.box3b .phone {
	font: bold 18px Georgia;
	color: #fff;
	margin-bottom: 10px;
}

.box4 {
	background: #0a0b0b url(../../images/bg_box4.gif) no-repeat left top;
	width: 89px;
	height: 100px;
	text-align: center;
	padding-top: 14px; 
	margin-right: 15px;
}
.box4 .day {
	font: bold 12px Georgia;
	color: #502906;
	margin-top: 8px;
}
.box4 .hour {
	font: bold 12px Georgia;
	color: #980224
}

#pageTitle {
	font: bold 36px Arial;
	color: #919191;
	width: 833px;
	height: 58px;
	padding: 18px 0 0 19px;
	margin: 10px 0 0 14px;
	background: #0a0b0b url(../../images/inner_header.jpg) no-repeat left top;
}
.subtitle {
	font: bold 18px Georgia;
	color: #fff;
}

A:link, A:visited, A:active	{
	font: bold 12px Georgia;
	color: #fff;
	text-decoration: underline;
}
A:hover	{
	font: bold 12px Georgia;
	color: #fff;
	text-decoration: none;
}
#top {
	background: #000000 url(../../images/bg_top.jpg) repeat-x left top;
}
#topmenu {
	padding: 15px;
	font: normal 11px Georgia;
	color: #fff; 
}
#topmenu A:link, #topmenu A:visited, #topmenu A:active { 
	font: normal 11px Georgia;
	color: #fff; 
	text-decoration: underline; 
}
#topmenu A:hover { 
	font: normal 11px Georgia;
	color: #fff; 
	text-decoration: none; 
}


#footer { 
	position: relative;
	width: 877px;
	margin: 13px auto 20px auto;
	font: normal 12px Georgia;
	color: #fff;
}


#poweredby { 
	font-size: 10px; 
	color: #fff; 
	margin-top: 7px;
}
#poweredby A:link, #poweredby A:visited, #poweredby A:active { 
	font: normal 10px Georgia;
	color: #fff; 
	text-decoration: none; 
}
#poweredby A:hover { 
	font: normal 10px Georgia;
	color: #fff; 
	text-decoration: underline; 
}


/* forms */
form {
	border: 0;
	margin: 0;
	padding: 0;
}
.inp {
	font: normal 11px Georgia;
	border: 1px solid #fff;
	color: #fff; 
	background: transparent; 
	padding: 2px 2px 2px 3px;
	width: 160px; 
}


textarea { 
	font: normal 11px Georgia;
	color: #fff; 
	border: 1px solid #fff; 
	background: transparent; 
	padding: 2px 2px 2px 3px; 
	width: 160px; 
	height: 100px; 
	overflow: auto; 
}
