#bg_main{
	background-image : url(img/bg.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 790px;
}
#header{
	background-image : url(img/header.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 80px;
	width: 790px;
}
#logo{
	margin: 0px;
	padding: 0px;
	float: left;
}
#logo h1{
	margin: 15px 0px 0px 20px;
	padding: 0px;
	height: 50px;
	width: 278px;
	text-indent: -9999px;
	background-image : url(img/logo.jpg);
	background-repeat: no-repeat;
}
#logo h1 a{
	background-image : url(img/logo.jpg);
	height: 50px;
	width: 278px;
	background-repeat: no-repeat;
	display: block;
}
#head-right{
	font-size: 13px;
	margin: 50px 15px 0px 0px;
	padding: 0px;
	float: right;
}
#head-right a:link{
	color: 999999;
}
#head-right a:visited{
	color: 999999;
}
#head-right a:hover{
	color: 3300CC;
}
#left{
	background-image : url(img/menu_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 170px;
	float: left;
	text-align: center;
}
#center{
	background-color: 32329E;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 130px;
	float: left;
}
#right{
	background-image : url(img/contents_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	width: 480px;
	float: left;
}
#footer{
	margin: 0px auto;
	padding: 0px;
	height: 80px;
	width: 790px;
	background-image : url(img/footer_bg.jpg);
	background-repeat: no-repeat;
}
#footer p{
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding: 16px 0px 0px;
}
#main{
	margin: 0px auto;
	padding: 0px;
	width: 790px;
}
