/* This stylesheet is for positioning only */
#logo{
position:absolute;
top:2px;
left:50px;
width:900px;
height:144px;
margin: 0px 0px 5px 0px;/* Top  Right  Bottom  Left  */
}
#logo_flame_left{
position:absolute;
top:82px;
left:310px;
height:50px;
width:40px;
padding: 0px 0px 0px 0px;
z-index:2;
}
#logo_flame_right{
position:absolute;
top:81px;
left:775px;
height:50px;
width:40px;
padding: 0px 0px 0px 0px;
z-index:2;
}
#left_box{
position:absolute;
top:190px;
left:2px;
padding: 0px 0px 10px 2px;
width:100px;
height:auto;
}

#right_box{
position:absolute;
top:190px;
left:896px;
padding: 0px 0px 0px 0px;
width:100px;
height:auto;
float:right;
}
#ctr_content{
position:absolute;
top:156px;
left:122px;
margin: 0px -10px 0px 0px;/* Top  Right  Bottom  Left  */
padding: 0px 0px 10px 0px;
width:760px;
height:auto;
}
#pick_one{
position:relative;
float:left;
width:740px;
height:auto;
margin: -10px 0 14px 12px;
padding: 4px 4px 4px 4px;
}
#listbox {
position:relative;
float:left;
width:auto;
height:auto;
margin: 0px 0px 0px 20px;
padding: 10px 10px 120px 10px;
}
#addressbox{
position:relative;
float:left;
width:350px;
height:auto;
margin:40px 20px 0px 40px;
padding: 4px 4px 4px 4px;
width:250px;
height:auto;
}

#big_box {/*This holds the both pictures on the started & fleamarket pages*/
 position:relative;
 float:left;
	width:768px;
	height:auto;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 4px;
	float: left;
}
#leftpicturebox {/*This holds the left picture on the started & fleamarket pages*/
 position: relative;
	float: left;	
	border:1px solid #B22222;
	width:auto;
	height:auto;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 0px;/*   */
 background:#000000;
	float: left;
}
#rightpicturebox {/*This holds the right picture on the started & fleamarket pages*/
	position: relative;
	float: left;
	border:1px solid #B22222;
	width:auto;
	height:auto;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
}
.flamesL	{/* Left candle on how it started page */
 position:absolute;
 top:485px;
 left:75px;
	margin: 10px 10px 20px 0px;	
}			
.flamesR {/* Right candle on how it started page */
 position:absolute;
 top:485px;
 left:640px;
	margin: 10px 0px 20px 10px;	
}

#footer{
position:relative;
float:left;
width:100%;
height:auto;
margin: 10px 0px 0 0px;
padding: 5px 0px 5px 0px;/* Top  Right  Bottom  Left  */
}
