body {
	margin: 0px;
	background-color: #471515;
	}
	
img {
	border: 0px;
	}
	
.left {
	float: left;
	}

.right {
	float: right;
	}
	
#headerContainer {
	width: 100%;
	float: left;
	background-image: url(../images/top_background_image.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}

	#headerConstraint {
		width: 930px;
		margin-left: auto;
		margin-right: auto;
		}
		
#contentContainer {
	width: 100%;
	float: left;
	background-color: #ECEBE2;
	}
	
	#contentConstraint {
		width: 930px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(../images/content_background.jpg);
		background-position: top right;
		background-repeat: repeat-y;
		overflow: auto;
		}
		
		#leftColumn {
			width: 699px;
			float: left;
			}
			
			#contentRow1 {
				width: 699px;
				float: left;
				}
			
			#contentRow2 {
				width: 699px;
				float: left;
				}
				
				#leftContent {
					width: 333px;
					float: left;
					}
				
				#leftFlash {
					width: 336px;
					float: left;
					padding: 0px 15px 0px 15px;
					}
		
		#rightColumn {
			width: 231px;
			min-height: 430px;
			float: left;
			background-image: url(../images/sidebar.jpg);
			background-position: top center;
			background-repeat: no-repeat;
			}
			
			.sidebarItem {
				text-align: center;
				with: 231px;
				float: left;
				}

			.sidebarTextItem {
				text-align: center;
				width: 178px;
				float: left;
				padding: 20px 23px 0px 30px;
				}
		
		#centerContainerThanks {
			width: 	612px;
			float: left;
			padding: 30px 0px 0px 80px;
			}
				
		#orderLeft {
			margin-top: 38px;
			width: 283px;
			float: left;
			}
		
		#orderRight {
			width: 369px;
			float: left;
			padding: 30px 20px 30px 20px;
			}
			
		#loginWrapper {
			width: 692px;
			text-align: center;
			padding: 30px 0px 0px 0px;
			}
	
#bufferContainer {
	width: 100%;
	float: left;
	background-image: url(../images/bottom_background_image.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	}
	
	#bufferConstraint {
		width: 930px;
		margin-left: auto;
		margin-right: auto;
		}

#footerContainer {
	width: 100%;
	float: left;
	border-top: 5px solid #B32017;
	}
	
	#footerConstraint {
		width: 930px;
		margin-left: auto;
		margin-right: auto;
		}
