#layout {
	margin:12px 0 12px 0;
	background:url(../images/layout/body_BG.gif) 0 -12px repeat-x #f0f0f0;
}

#main_div {
	margin:0 auto;
	width:799px;
	background:url(../images/layout/main_BG.gif) bottom no-repeat #FFFFFF;
}

/*
 *********************************************************** HEADER content ***************/
#header {
}
 
/* LEFT */
#header_left {
	height:202px;
	width:180px;
	float:left;
	background:url(../images/layout/perenne_logo.gif) 0 22px no-repeat;
}

/* RIGHT */

#header_right {
	height:202px;
	width:619px;
	float:left;
}

#header_right_top {
	height:38px;
	text-align:right;
}

#header_right_padding {
	padding:12px 25px 0 0;
}

#header_right_bottom {
	background:url(../images/layout/header_BG.jpg) no-repeat;
	height:164px;
}

/*
 *********************************************************** CONTENT ***************/

#content_main {
}

#content_left {
	width:180px;
	float:left;
	overflow:hidden;
}

#menu {
	margin:25px 0 70px 0;
}

#content_right {
	width:614px;
	float:left;
	overflow:hidden;
}

#content_right_padding {
	padding:28px 20px 0 25px;
}

/*
 *********************************************************** FOOTER ***************/

#footer {
	margin:25px 25px 0 25px;
}

#footer #copyright {
	padding:25px 0 0 25px;
	text-align:right;
}

#footer #copyright img {
	margin-bottom:-5px;
}

