@charset "utf-8";
/* CSS Document */

#divWrp {
	position: relative;
	width: 1000px;
	margin: auto;
	padding-top: 10px;
	background-color: #C0C0C0;
}

#divHdr {
	position: relative;
	width: 1000px;
	height: 150px;
	background-image: url(../_images/layout/gulf_header.jpg);
	background-repeat: no-repeat;
}
	
#divNav {
	position: relative;
	width: 1000px;
	height: 40px;
}
#divNav01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 40px;
	background-image: url(../_images/layout/gulf_04.jpg);
	background-repeat: no-repeat;
}
#divNav02 {
	position: absolute;
	top: 0;
	left: 25px;
	width: 950px;
	height: 40px;
	background-image: url(../_images/layout/gulf_05.jpg);
	background-repeat: no-repeat;
}
#divNav03 {
	position: absolute;
	top: 0;
	left: 975px;
	width: 25px;
	height: 40px;
	background-image: url(../_images/layout/gulf_06.jpg);
	background-repeat: no-repeat;
}

#divMain {
	position: relative;
	width: 775px;
	padding: 14px 0px 0px 225px;
}
#divMain01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 100%;
	background-image: url(../_images/layout/gulf_07_y.jpg);
	background-repeat: repeat-y;
}
#divMain02 {
	position: absolute;
	top: 0;
	left: 25px;
	width: 200px;
	height: 100%;
	background-image: url(../_images/layout/gulf_08.jpg);
	background-repeat: no-repeat;
	background-color: #BACCDC;
}
#divPanelLinks {
	margin: 50px 20px 5px 53px;
}
#divMain03 {
	position: absolute;
	top: 0;
	left: 225px;
	width: 750px;
	height: 14px;
	background-image: url(../_images/layout/gulf_09.jpg);
	background-repeat: no-repeat;
}
#divMain04 {
	position: absolute;
	top: 0;
	left: 975px;
	width: 25px;
	height: 100%;
	background-image: url(../_images/layout/gulf_10_y.jpg);
	background-repeat: repeat-y;
}

#divContent {
	position: relative;
	width: 710px;
	min-height: 435px;
	padding: 0px 20px 10px 20px;
	background-color: #FFF;
	border-top: 1px solid white;
}

#divBanner {
	position: relative;
	width: 1000px;
	height: 150px;
}
#divBanner01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 150px;
	background-image: url(../_images/layout/gulf_12.jpg);
	background-repeat: no-repeat;
}
#divBanner02 {
	position: absolute;
	top: 0;
	left: 25px;
	width: 950px;
	height: 150px;
	background-image: url(../_images/layout/gulf_13.jpg);
	background-repeat: no-repeat;
}
#divBanner03 {
	position: absolute;
	top: 0;
	left: 975px;
	width: 25px;
	height: 150px;
	background-image: url(../_images/layout/gulf_14.jpg);
	background-repeat: no-repeat;
}

#divFtr1 {
	position: relative;
	width: 1000px;
	height: 40px
}
#divFtr101 {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 40px;
	background-image: url(../_images/layout/gulf_15.jpg);
	background-repeat: no-repeat;
}
#divFtr102 {
	position: absolute;
	top: 0;
	left: 25px;
	width: 950px;
	height: 40px;
	background-image: url(../_images/layout/gulf_16.jpg);
	background-repeat: no-repeat;
}
#divFtr103 {
	position: absolute;
	top: 0;
	left: 975px;
	width: 25px;
	height: 40px;
	background-image: url(../_images/layout/gulf_17.jpg);
	background-repeat: no-repeat;
}

#divFtr2 {
	position: relative;
	width: 1000px;
	height: 50px;
	background-image: url(../_images/layout/gulf_18.jpg);
	background-repeat: no-repeat;
	min-height: 100px;
	background-color: #656565;
}















