/* CSS Document */
body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFFFF0;
	}
	
	
#main{
	width:1000px;
	background:url(images/main-body-bg.jpg) repeat-y;
	}

#pageHeader{
	background:url(images/main-header.jpg) no-repeat;
	padding-top:126px;
	}

#pageBottom{
	width:1000px;
	background:url(images/main-bottom.jpg) no-repeat;
	height:102px;
	padding-top:30px;
	}

#rightArea{float:right; width:712px; padding-right:14px; text-align:right;}

#lftMenu{
	width:226px;
	float:left;
	padding-left:11px;
	}

#leftMenuTop{
	height:39px;
	background:url(images/menu-top.jpg) no-repeat;
	text-align:left;
	}
	
#leftMenuContent{
	padding:0 19px 0 20px;
	background:url(images/menu-bg.jpg) repeat-y;
	text-align:left;
	}
	
#leftMenuBottom{
	background:url(images/menu-bottom.jpg) no-repeat;
	height:55px;
	}

#topMenu{
	float:right;
	width:690px;
	height:69px;
	padding:36px 49px 0 0;
	text-align:center;
	}

#contentArea{
	float:right;
	width:712px;
	padding-right:37px;
	}

#contentTop{
	height:26px;
	background:url(images/content-top.jpg) no-repeat;
	}

#content{
	background:url(images/content-bg.jpg) repeat-y;
	text-align:left;
	padding:0 55px 0 55px;
	}

#contentBottom{
	height:25px;
	background:url(images/content-bottom.jpg) no-repeat;
	}

