@import url(/lib/globalStyle.css);


#navigation{
	position:relative;
	margin:10px 0px 10px 30px;
	/*width:966px;*/
	background-image:url(/images/common/navigation_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:130px;
}
#mainContent{
	position:relative;
	margin-left:30px;
	width:966px;
}
	#mainLeft{
		position:relative;
		width:525px;
	}
		#boards{
			position:relative;
			margin-bottom:15px;
			height:105px;
		}
			#boardHeader{
				position:relative;
				border-bottom:1px solid #8B8B8B;
				margin-bottom:7px;
			}
				#boardHeader table{
					position:relative;
					top:1px;
				}
				.title{
					height:18px;
					width:275px;
					padding-left:13px;
					background-image:url(../images/main/bullet.gif);
					background-position:left;
					background-repeat:no-repeat;
				}
				.date{
					width:70px;
					height:18px;
					text-align:center;
				}
		#events{
			position:relative;
			margin-bottom:20px;
		}
			#event1{
				position:relative;
				background-image:url(../images/main/event_bg.jpg);
				background-position:top left;
				background-repeat:no-repeat;
				width:523px;
				height:25px;
				margin-bottom:5px;
			}
			#event2{
				position:relative;
				background-image:url(../images/main/event_bg.jpg);
				background-position:top left;
				background-repeat:no-repeat;
				width:523px;
				height:25px;
			}
			#events table{
				width:345px;
				height:25px;
			}
		
		#oilPrice{
			position:relative;
			margin-bottom:15px;
		}
		
		#sellers{
			position:relative;
			height:20px;
		}
			#sellers a:link, #sellers a:visited, #sellers a:hover, #sellers a:active{
				background-image:url(/images/main/bullet_sellers.gif);
				background-position:left middle;
				background-repeat:no-repeat;
				padding-left:10px;
				margin-right:5px;
				color:#000000;
				text-decoration:none;
			}
		
	#mainRight{
		position:absolute;
		width:340px;
		left:565px;
		top:0px;
	}
		#service{
			position:relative;
			width:171px;
			height:95px;
			background-image:url(../images/main/float01_bg.jpg);
			background-position:top left;
			background-repeat:no-repeat;
			text-align:center;
			padding-top:30px;
		}
			#service div{
				margin-bottom:12px;
			}
		#monthly{
			position:absolute;
			left:0px;
			top:116px;
			width:171px;
			height:69px;
		}
		#customer{
			position:absolute;
			left:188px;
			top:116px;
			width:192px;
			height:87px;
		}
		#findSellers{
			position:absolute;
			left:188px;
			top:0px;
			width:192px;
			height:69px;
			background-image:url(../images/main/float04_bg.jpg);
			background-position:top left;
			background-repeat:no-repeat;
			text-align:center;
			padding-top:30px;
		}
			#findSellers div{
				margin-bottom:15px;
			}
		#prductTable{
			position:absolute;
			top:210px;
		}
			#prductTable td{
				padding-right:15px;
				padding-bottom:7px;
			}

#mainVisual{
	position:relative;
	margin-top:12px;
	margin-left:30px;
	margin-bottom:25px;
	/*width:966px;*/
	height:204px;
	background-image:url(/images/main/mainVisual_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#copyright{
	position:relative;
	margin-left:30px;
	margin-top:40px;
	margin-bottom:0px;
	width:966px;
	height:40px;
}
	#copyright table{
		width:966px;
		height:40px;
	}


#footer{
	position:relative;
	margin-top:0px;
	padding:10px 0px 10px 30px;
	background-color:#E5E1D8;
}
	#footer img{
		margin-right:5px;
	}