body {
	padding: 0;
	margin: 0;
	background: #ffffff;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-height:650px;
	padding: 0;
	margin: 0 auto;
	background:url('../images/layouts/new/home_bg.png') top center repeat-x;
}
	
	#header {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width: 870px;
		height: 213px;
	}
	
		#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;
				}

		#slogan {
			position: absolute;
			top:127px;
			left:0px;
			width:464px;
			height:80px;
			background: url('../images/layouts/new/slogan.jpg') top left no-repeat;
		}
		
	#flash {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:870px;
		height:364px;
	}
	
		#flash:hover {
			cursor: pointer;
		}
					
/*
	#priNav_container {
		position: relative;
		margin: 0 auto;
		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;
		position: fixed;
		top:0;
		left:0;
		margin:0 auto;
		padding:0;
		width:100%;
		height: 50px;
		color:#FFFFFF;
		background: #2d1509;
		text-align: center;
		font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
		font-size: 12px;
	}