#container {
    text-align: center;
    position: relative;
    margin: 0 auto;
	width: 990px;
	}

	#page {
		padding: 0 0 10px 0;
		text-align: left;
		}

		#header {
			height: 127px;
			position: relative;
			z-index: 2;
			background: url(../images/header.jpg) no-repeat 0px 0;
			border-bottom: 20px solid #3482a3;
			}

		#content {
			margin: 0 auto;
			position: relative;
			background: url(../images/bg_main3.gif) repeat-y 0px 0;
			z-index: 1;
			}



			#breadcrumbs {
				position: absolute;
				left:140px;
				top: 10px;
				bottom: 5px;
				margin-left: 10px;
				}

			#side-banner {
				position: absolute;
				top: 0;
				right: 0;
				width: 320px;
				height: 599px;
				}

			#sidebar {
			    display: inline;
				float: left;
				width: 140px;
				margin-right: 0px;
				padding-top: 0px;
				overflow: hidden;
				}

			#main {
				display: inline;
				float: left;
				width: 850px;
				overflow: hidden;
				}

				#main-txt {
					position: relative;
					display: inline;
					float: left;
					width: 510px;
					overflow: hidden;
					margin: 22px 10px 0 10px;
					}

				#main-sidebar {
					position: relative;
					display: inline;
					float: left;
					width: 320px;
					overflow: hidden;
					margin: 10px 0 0 0;
					}

		#footer {
		    margin: 0 auto;
			position: relative;
			background: url(../images/bg_main3.gif) repeat-y 0px 0;
			height: 30px;
			z-index: 1;
			}
