/* --------------------------------------------------------------

	layout.css
	* Sets up the framework of the site

-------------------------------------------------------------- */

body {
	min-width: 980px;
	text-align: center;
	}

#page-container {
	position: relative;
	margin: 0 auto;
	width: 980px;
	}

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

		#header {
			position: relative;
			z-index: 10;
			margin-left: 21px;
			height: 172px;
			}

		#contents {
			position: relative;
			z-index: 1;
			margin-bottom: 22px;
			}

			#main {
				display: inline;
				float: left;
				margin-left: 21px;
				width: 710px;
				overflow: hidden;
				}

				.home-col1 {
					float: left;
					width: 443px;
					}
				.home-col2 {
					float: right;
					width: 227px;
					}

				.col-1 {
					float: left;
					width: 356px;
					}
				.col-2 {
					float: right;
					width: 303px;
					}

			#sidebar {
				float: right;
				width: 216px;
				overflow: hidden;
				}

		#footer {
			position: relative;
			margin-left: 21px;
			padding-top: 12px;
			border-top: 1px solid #b7c7dd;
			width: 980px;
			color: #999;
			font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
			font-size: 9px;
			}

.options             { display: none; z-index: 5 }
.options-on .options { display: block; }
.options-on #main    { padding-bottom: 30px; }
