/* CSS Document */
#brochure{
     width: 100%;
}
#brochure #content-title {
	width: 500px;
	padding-top: 24px;
}
#brochure-content {
	width: 500px;
}

#brochure #content-text {
	padding-top: 2px;	
	padding-bottom: 15px;
}

#brochure #content-main {
	width: 535px;
}
#brochure #content-side {
	width: 132px;
	padding-left: 0px;
	padding-right: 0px;
}

#brochure .form{
     float: left;
     width: 455px;
     padding-left: 1px;
     padding-bottom: 1px;
     background-color: black;
	  
}
#brochure .form textarea.form_textarea{
	width: 139px;
	height: 61px;
}

#brochure #content-text {
	padding-left: 35px;
}
#brochure .content-image{
     padding-top: 50px;
}
.brochure-text {
     float: left;
     font-size: 11px;
     font-weight: bold;
	padding-left: 35px;
	margin-top: 2px;
	width: 499px;
}

.brochure_form_wrap, .brochure_form_top_wrap {
     float: left;
     width: 454px;
     border-top: solid 1px #e3eff6;
	  border-right: solid 1px #e3eff6;
	  border-left: solid 1px #e3eff6;
     padding-top: 7px;
     padding-bottom: 4px;
     background-color: white;       
}

.brochure_form_wrap {
	border-bottom: solid 1px #e3eff6;
}

.brochure_form_left{
     float: left;
     padding-left: 22px;
     padding-bottom: 3px;
     width: 205px;
}
.brochure_form_right{
     float: right;
     padding-left: 22px;
     padding-bottom: 3px;
     width: 205px; 
}
.brochure_form_title{
     padding-bottom: 2px;
}

.brochure_image {
	float: left;
	width: 300px;
	padding-left: 5px;
}
