#container {
	min-height: 250px;
	padding: 0px;
	background-color: transparent;
}

#main{
	padding-right: 0px;
}

#main .inside{
	padding-left:	56px;
	padding-right:  56px;
	background-color: #292929;
}

#main {
	background-image: url(../style_images/content_bottom_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 24px;
	color: #b2b2b2;
}

#main p{
	margin: 0px;
	padding: 0px;
}

#main h1{
	font-style: normal;
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

#main h3{
	color: white;
	font-weight: normal;
	text-decoration: underline;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#main {
	background-image: url(../style_images/content_bottom_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 24px;
    color: #282B26;
    font-family: Calibri;
}

#main .inside .top{
	height: 11px;
	background-repeat: no-repeat;
	background-image: url(../style_images/content_bottom_top.png);
background-size: 100% 100%;
}

#main .inside .bottom{
	height: 9px;
	background-repeat: no-repeat;
	background-image: url(../style_images/content_bottom_bottom.png);
background-size: 100% 100%;
}

#main .inside{
	background-color: #ffffff;
    padding-left: 65px;
    padding-right: 78px;
    padding-top: 30px;
}

#main .mod_article{
	padding-top: 15px;
	padding-left: 127px;
	    padding-right: 30px;
	background-repeat: repeat-y;
	background-image: url(../style_images/content_bottom_middle.jpg);
background-size: 100% 100%;
}
