body {
	padding: 0;
	margin: 0;
	background: #E2E2E2;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-height:800px;
	padding: 0;
	margin: 0 auto;
	background:url('../images/layouts/new/browse_bg.png') top center repeat-x;
}
	
	#contentContainer {
		position: relative;
		width:870px;
		margin: 0 auto;
		padding: 0;
	}
	
		#header {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 870px;
			height: 172px;
		}
		
			#number {
				position: absolute;
				left: 484px;
				top: 30px;
			}

			#logo {
				position: absolute;
				left: 0px;
				top: 25px;
			}
			
			#account {
				position: absolute;
				left: 632px;
				top: 25px;
				width:108px;
				height:20px;
			}
			
			#contact {
				position: absolute;
				left: 742px;
				top: 25px;
				width:87px;
				height:20px;
			}
			
				.top_link a {
					position: relative;
					height: 20px;
					background-position: top left;
					background-repeat: no-repeat;
					display: block;
				}
	
					.top_link a:hover {
						background-position: bottom left;
					}
								
			#steps {
				position: absolute;
				top:127px;
				left:0;
				width:870px;
				height:40px;
				font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
				font-size: 13px;
				line-height: 40px;
				text-align: left;
				color: #424242;
			}
			
		#spacer {
			position: absolute;
			top:166px;
			left:0;
			width:930px;
			height:6px;
			background:url('../images/layouts/new/top_shadow.png') top center no-repeat;
		}
		
		#contentWrapper {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:870px;
			min-height: 530px;
		}
					
		/*
#priNav_container {
			position: relative;
			margin: 0;
			padding: 0;
			width: 930px;
			height: 30px;
		}

			#priNav {
				position: relative;
				width:850px;
				height:30px;
				margin: 0;
				padding: 0;
				text-align: left; 
			}
			
				#priNav li {
					position: relative;
					margin: 0px;
					padding: 0px;
					list-style-type: none;
					display:inline; 
					color: #42200e;
					font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
					font-size: 14px;
					text-decoration:none;
					text-transform: uppercase;
					text-align: left;
				}
			
					#priNav li a {
						padding: 0px 12px;
						margin: 0;
						line-height: 30px;
						color: #42200e;
						font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
						font-size: 14px;
						text-decoration: none;
						text-transform: uppercase;
						text-align: left;
					}
					
					#priNav li a:hover, #priNav li a.active:hover {
						color: #FFFFFF;
					}
*/			
		
		#footer {
			position: relative;
			margin: 30px auto 0;
			padding: 0px;
			top:0px;
			left: 0px;
			width: 870px;
			height:30px;
		}
		
			#footer p {
				font-family: "Arial";
				font-size: 10px;
				color: #AEADAD;
				line-height: 15px;
				text-align: right;
				margin: 4px;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #AEADAD;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #3c2619;
				text-decoration: underline;
			}
			
	#ie6message {
		visibility: hidden;
		display:none;
		position: fixed;
		top:0;
		left:0;
		margin:0 auto;
		padding:0;
		width:100%;
		height: 70px;
		color:#FFFFFF;
		background: #2d1509;
		text-align: center;
		font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
		font-size: 12px;
	}
	
	#ie6message p {
		margin:12px 0;
	}
