
/*****************/
/* Layout Styles */
/*****************/

#container {
	width:1003px;
	margin:0px auto;
	padding:0px;
}

	#header {
		position:relative;
		width:950px;
		height:160px;
		margin:0px;
		padding:0px;
	}

	#headerHome {
		position:relative;
		width:950px;
		height:185px;
		margin:0px;
		padding:0px;
	}
        #flashOverlay {
            position: absolute;
            width: 950px;
            height: 185px;
            background: url(../images/logo-overlay.png) no-repeat;
        }

	#catchline {
		position:relative;
		width:745px;
		height:23px;
		margin:0px;
		padding:2px 0px 0px 205px;
		background-color:#29166F;
	}
		#catchline h1 {
			font-size:15px;
			color:#FFF;
			font-weight:bold;
			padding:0px;
			margin:0px;
		}

	#content {
		clear:both;
		width:950px;
		margin:0px;
		padding:0px;
		background:url(../images/content_background.jpg) top left repeat-y;
	}

		#menu {
			float:left;
			width:180px;
			margin:0px;
			padding:20px 0px 0px 10px;
		}

		#picContent {
			float:left;
			width:175px;
			margin:0px 0px 0px 25px;
			padding:0px;
			background:#FFF;
		}

		#textContent {
			float:left;
			width:530px;
			margin:0px 0px 0px 19px;
		}

			#content_bottom {
				margin: 8px 0 0px 0;
				padding: 5px 0 0 0;
				border-top: 4px dotted #a09cb3;
				clear: both;
				height:55px;
			}
				#bottom_links {
					float: right;
					display: inline;
				}


	#footer {
		clear:both;
		height:65px;
		width:833px;
		margin:0px;
		padding:31px 170px 0px 0px;
		text-align:right;
		background:url(../images/footer_background.jpg) top left no-repeat;
		font-size:12px;
	}
		#footer a, #footer a:visited, #footer a:hover {
			color:#29166F;
			text-decoration:none;
			border:none;
		}


