/* CSS Document for layout */

body{
	margin:0px; 
	padding:0px;
	border: 0px;
	background: url(../images/bg.jpg) repeat-x #000000 ;
}

img{
	border: 0px;
}

#header{
	background: #000000 ;
	margin-left:auto; 
	margin-right:auto;
	margin-top:20px;
	margin-bottom:0px;
	padding:0px;
	width:767px;
	border: 0px;
}

#flash{
	background: #000000 ;
	margin-left:auto; 
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:767px;
	border: 0px;
}


#orange_content{
	background: url(../images/orange_bg.jpg) repeat-x #FE9439;
	margin-left:auto; 
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:767px;
	height:185px;
	border: 0px;
}

#orange_image{
	float:left;
	margin:0px;
	padding:0px;
	width:236px;
	height:185px;
	border: 0px;
}

#orange_text{
	float:left;
	margin:0px;
	padding:0px;
	width:521px;
	height:185px;
	border: 0px;
}

#orange_button{
	background:url(../images/orange_button.jpg) no-repeat;
	position:relative;
	top: 26px;
	left: 140px;
	width:376px;
	height:34px;
	margin:0px;
	padding:0px;
	border: 0px;
	text-align: center;
}

#content{
	background:#FFFFFF;
	margin-left:auto; 
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:767px;
	border: 0px;
}

#content_left{
	background:#FFFFFF;
	float:left;
	margin:0px;
	padding:0px;
	width:236px;
	border:0px;
}

#content_right{
	background:#FFFFFF;
	float:left;
	margin:0px;
	padding:0px;
	width:521px;
	border: 0px;
}

#center_content{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#product_content{
	margin-left:auto;
	margin-right:auto;
	width: 500px;
	height: 200px;
	text-align:left;
	vertical-align:middle;
}

#product_image{
	float:left;
	position:relative;
	top:10px;
	width: 250px;
	height: 70px;
	text-align:center;
}

#product_text{
	float:left;
	position:relative;
	top:60px;
	width: 200px;
	height: 70px;
	text-align:center;
}

#footer{
	background:#000000 url(../images/footer_bg.jpg) no-repeat;
	margin-left:auto; 
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:767px;
	height: 100px;
	border: 0px;
}

#footer_text{
	position:relative;
	top: 30px;
	width: 700px;
	text-align:center;
}
