body {
    background: #9DB6B9 url(default_images/body_bg.png) repeat-x top left;
}

	.container {
		position: relative;
		margin: 0 auto;
		width: 1000px;
	    background: #F9FBFE url(default_images/container_bg.jpg) no-repeat top left;
	}

        #left_shadow {
            background: url(default_images/container_left_shadow.png);
            height: 471px;
            left: -16px;
            position: absolute;
            top: 24px;
            width: 17px;
        }

        #right_shadow {
            background: url(default_images/container_right_shadow.png);
            height: 473px;
            left: 999px;
            position: absolute;
            top: 24px;
            width: 17px;
        }

		#header {
			height: 270px;
		}

		#content {
			clear: both;
			margin-top: 20px;
            background: transparent url(default_images/content_bg.jpg) no-repeat bottom left;
		}
			#content:after {
				content: ".";
				display: block;
				height: 0;
				clear: both;
				visibility: hidden;
			}

			#l_column, #c_column, #r_column, #ccol_left, #ccol_right {
                float: left;
			}

            #l_column {
				width: 247px;
				margin-top: 100px;
			}

			#r_column {
				width: 250px;
				margin-top: 100px;
			}

			#c_column {
				width: 480px;
			}

		#footer {
			height: 75px;
			width: 1000px;
			clear: both;
			background: #9DB6B9 url(default_images/footer_bg.jpg) repeat-x;
            position: relative;
		}

        #footer p {

        }

            #footer div.moduletable p {

            }

            #footer #left_leaves {
                background: url(default_images/lcol_leaf.png);
                height: 73px;
                left: -24px;
                margin-top: -40px;
                position: absolute;
                width: 98px;
            }

            #footer #right_leaves {
                background: url(default_images/rcol_leaf.png);
                height: 69px;
                left: 913px;
                margin-top: -40px;
                position: absolute;
                width: 110px;
            }

            #footer #footer_left {
                background: url(default_images/footer_left.jpg);
                height: 72px;
                left: -24px;
                margin-top: 3px;
                position: absolute;
                width: 25px;
            }

            #footer #footer_right {
                background: url(default_images/footer_right.jpg);
                height: 72px;
                left: 999px;
                margin-top: 3px;
                position: absolute;
                width: 26px;
            }

