@charset "UTF-8";


/**LOGOSWARE CSS*****************
g_layout.css
Version: 1.0 2010/8/24

1.baseLayout
2.header
3.container
4.main
5.sideBar
6.footer

********************************/	

/** 1.baseLayout***********************************************************/

body {
	margin:0 auto;
	text-align:center;
	background: url(../images/bodyBG.png) repeat-x 0 0;
	background-color:#f9f7f3;
}


body#home {
	background: url(../images/bodyBGTop.png) repeat-x 0 0;
	background-color:#f9f7f3;
}


/**2.header***********************************************************/	


header#gHeader{ 
	margin: 0 auto;
	height: 148px;
	width: 100%;
	background: url(../images/headerBG.jpg) no-repeat 50% 0;
		}

div#headerInBox {
	position:relative;
	width:960px;
	height:146px;
	margin:0 auto;
	z-index:2;
}

/*home*/

#home header#gHeader{ 
	margin: 0 auto;
	height: 198px;
	width: 100%;
	background: url(../images/TopHeaderBG.jpg) no-repeat 50% 0;
		}

#home div#headerInBox {
	position:relative;
	width:960px;
	height:196px;
	margin:0 auto;
	z-index:2;
}


/**3.container***********************************************************/	

div#container {
	width:960px;
	margin:0 auto;
	padding:0;
	background:url(../images/containerBG.png) repeat-y 0 0;
}

/** 4.main***********************************************************/	

#container div#main{
	float: right;
	display:inline;/*for IE6*/
	width: 640px;
	margin:32px 0 70px;
	min-height: 400px;
	vertical-align:top;
	/*background:url(../images/articleBG.png) no-repeat 100% 90%;*/
	}


/** 5.SideBar***********************************************************/	

#container #sideBar {
	position:relative;
	z-index:1;
	float:left;
	display:inline;/*for IE6*/
	margin-top:-148px;
	width: 320px;
	text-align:left;
	background:url(../images/sideBarBG.png) no-repeat 0 -50px;
	_background:url(../images/sideBarBG.gif) no-repeat 0 0;
	min-height:800px;
		}

/*home*/

#home #container #sideBar {
	position:relative;
	z-index:1;
	float:left;
	display:inline;/*for IE6*/
	margin-top:-198px;
	background:url(../images/sideBarBG.png) no-repeat 0 0;
	_background:url(../images/sideBarBG.gif) no-repeat 0 0;
	min-height:800px;
		}

/** 6.footer***********************************************************/	

footer#gFooter {
	clear:both;
	width: 100%;
	height: 136px;
	background:url(../images/footerBG.png) repeat-x 0 0;
	}

div#footerInBox{
	position:relative;
	padding-top:25px;
	width:960px;
	margin:0 auto;
}
