DIV#container {
	margin: 0 auto;
	width: 760px;
	border: #000000 0px solid;
}

/***************************/

DIV#top{
	width: 760px;
	height: 143px;
	background-image:url(../template/images/top.jpg);
	border: #000000 0px solid;
}

DIV#topSx{
	width: 380px;
	height: 20px;
	float:left;
	border: #000000 0px solid;
}

DIV#topDx{
	width: 380px;
	height: 20px;
	float: right;
	border: #000000 0px solid;
}


DIV#menu{
	width: 760px;
	height: 43px;
	border: #000000 0px solid;
	background-image:url(../template/images/menu.jpg);
	background-repeat:no-repeat;
}


DIV#body{
	border: #000000 0px solid;
	background-image: url(../template/images/background.jpg);
	background-repeat:repeat-y;
	width: 760px;
	overflow: auto;
}

DIV#body2{
	width: 740px;
	margin: 0 auto;
}


DIV#left{
	float: left; 
	width: 290px; 
	border: #000000 0px solid;
}

DIV#right{
	border: #000000 0px solid;
	float: right; 
	width: 450px; 
}

DIV#bottom{
	background-image:url(../template/images/bottom.jpg);
	background-repeat: no-repeat;
	width: 760px; 
	height: 12px; 
	clear: both;
	border: #000000 0px solid;
}

DIV#foot{
	border: #000000 0px solid;
	clear: both;
}
