/* CSS Document */

#insideContent{
	width: 950px;
	background: url(../images/bg_insideContent.gif) repeat-y;
}

#insideImage {
	width: 335px;
	float: left;
}

#insideBox {
	width: 320px;
	height: 140px;
	position: absolute;
	top: 365px;
	left:14px;
	border-left: 1px solid #6F3433;
	border-top: 1px solid #6F3433;
	border-bottom: 1px solid #6F3433;
	background: url(../images/bg_red_box.gif) repeat-x; 
}

#textBlock {
	width: 555px;
	float: right;
	padding: 34px 30px 30px 30px; 
}

#insideBox #insideBoxLeft {
	position: relative;
	float: left;
	width: 127px;
	height: 129px;
	padding: 11px 15px 0 15px;
	border-right: 1px solid #6F3433;
}

#insideBox #insideBoxRight {
	position: relative;
	float: left;
	width: 127px;
	height: 129px	;
	padding: 11px 15px 0 15px;
}

#insideBox #insideBoxLeft #readmore {
	position: absolute;
	bottom: 10px;
	left: 11px;
}

#insideBox #insideBoxRight #readmore {
	position: absolute;
	bottom: 10px;
	left: 11px;
}

#insideBox H1{
	color: #FFF;
	font-size: 14px;
	font-weight: normal; 
	margin: 0 0 7px 0;
	line-height: 1.2em;
}

#insideBox a{
	color: #FFF;
}

#insideBox p{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.35em;
}

#textBlock H1 {
	width: 550px;
	line-height:1.2em;
	border-bottom: 1px solid #B0B1AF;
	color: #990000;
	font-weight: normal;
	font-size: 24px;
	font-style:italic;
	padding: 0 0 8px 2px;
}

#textBlock H2 {
	line-height:1.2em;
	color: #990000;
	font-weight: normal;
	font-size: 13px;
	padding: 0 0 4px 0px;
}

#textBlock #left {
	width: 265px;
	padding: 17px 25px 0 0;
	float: left;
}

#textBlock #right {
	width: 265px;
	margin: 17px 0 0 0;
	float: left;
}

.intro {
	font-size: 15px; 
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.imageBorder {
	padding: 8px;
	background: #fff;
}