div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:606px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

	#flash {
		position:relative;
		display:block;
		margin:0 auto;
		margin-bottom:25px;
	}
	
	div#shirtview {
		width:606px;
		margin-top:25px;
		text-align:right;
	}
	
	img#mainshirt {
		display:block;
		float:left;
		margin-left:40px;
	}
	
	img#paypal {
		position:relative;
		margin-right:40px;
	}
	
	form#orderform {
		margin:30px 0px 0px;
	}
	
		form#orderform p {
			padding-right:40px;
		}
	
		form#orderform #button {
			margin-top:10px;
		}
	
	.paddingtop20px {
		padding-top:20px;
	}
	
	div#menu {
		width:519px;
		text-align:right;
		margin:0 auto;
		margin-top:10px;
	}
	
	div#menu form#viewcart {
		display:inline;
	}
	
	div#detailedview {
		margin:20px 0px 10px;
	}
	
		div#detailedview img#picture1 {
			margin: 20px 15px 10px 45px;	
		}
		
		div#detailedview img#picture2 {
			margin: 20px 0px 10px 15px;
		}	

	div#morephotos {
		text-align:right;
	}
		
		div#morephotos img {
			margin:0px 45px 40px 0px;
		}
	
	div#moreideas {
		z-index:99;
		position:relative;
		width:174px;
		height:1114px;
		margin-left:660px;
		margin-top:-1200px;
		background-image:url(../images/moreideas/moreideas_wood.jpg);
	}
	
		div#moreideas img#first {
			padding-top:67px;
		}
		
		div#moreideas img.idea {
			padding:11px 0px 0px;
		}
	
	div#column-rightmain, div#column-rightmens, div#column-rightwomens {
		z-index:99;
		position:absolute;
		margin-left:660px;
		margin-top:200px;
		width:200px;
		top:0px;
	}
	
	/*div#column-rightmens {
		z-index:99;
		position:relative;
		margin-left:660px;
		margin-top:-1240px;
		width:200px;
	}
	div#column-rightwomens {
		z-index:99;
		position:relative;
		margin-left:660px;
		margin-top:-940px;
		width:200px;
	}*/
		div#links {
			background-image:url(../images/stalk_bg.jpg);
			width:168px;
			height:286px;
			margin:0px auto 25px;
		}
		
			div#links a {
				border:0px;
			}
			
			div#links img {
				float:left;
			}
			
			div#links img.topline {
				padding-top:47px;
			}
		
		div#card-logos {
			background-image:url(../images/card-logos.gif);
			width:153px;
			height:143px;
			margin:0px auto 25px;
		}
		
		div#twitter-widget {
			margin:0px auto 25px;
		}
		
		div#facebook-fanbox {
			margin:0px auto 25px;
		}
			
			div.connections {
				border-top-color:#362822; 
			}
	
	div#homepage {
		width:606px;
		margin-top:25px;
	}
	
		div#homepage img {
			margin:0px 2px 25px;
		}
		
		div#homepage img.leftrow {
			margin-left:0px; 
		}
		
		div#homepage img.rightrow {
			margin-right:0px; 
		}
		
br.clear {
	clear:both;
}

	

