/* CSS Document */

#outwrapper {
	background-color:#FFFFFF;
	width:83%;
	margin-left:auto;
	margin-right:auto;
}
#main {
	width:100%;
	background-color:#FFFFFF;
	height:auto;
}

#text_left {
	float:left;
	width:auto;
	text-align:center;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:20px;
}

#text_middle {
	float:left;
	width:60%;
	text-align:left;
	margin-top:30px;
	margin-left:30px;
	margin-bottom:20px;
}

#text_middle img {
	border:solid 1px;
	margin-top:15px;
}

#text_middle p,h1,h2,ul {
	color:#333333;	
}

#text_middle h1 {
	font-size:14px;
}

#text_middle h2 {
	margin-top:0px;
	font-size:10px;
}

#text_middle p {
	margin-bottom:15px;
}

#img_descriptions {
	width:100%;
	height:20px;
}

#img_descriptions2 {
	width:100%;
	height:20px;
}

.img_center {
	text-align:center;
}

.img_paragraph {
	margin-right:24px;
}