body, html {
			width: 100%;
			margin:0px;
			padding:0px;
			background-image: url("../images/bg_main.gif");
			background-repeat: repeat-y;
		}

		div#top {
			position: absolute;
			background-image: url("../images/bg_top.gif");
			background-color:#003366;
			background-repeat: repeat-x;
			top:0px;
			left:0px;
			height:111px;
			width:100%;
			background-color:#FFFFFF;
		}

		div#topimeage{
			position:absolute;
			left:0px;
			top:0px;
		}

		div#topmenu {
			color: #FFFFFF;
			position: absolute;
			top:0px;
			left:200px;
		}
		
		div#logo {
			position: absolute;
			top:28px;
			right:20px;
		}

		div#subtop {
			position: relative;
			background-image: url("../images/bg_under_top.gif");
			background-repeat: no-repeat;
			height:22px;
			top:111px;
			_top:111px;
			width:auto;
		}
		
		div#content {
			padding-left:200px;
			padding-top:140px;
			padding-right:10px;
			top:0;
			left:0;
		}
		
		div#bottom_menu {
			clear: both;
			color: #336699;
			font-size:11px;
			padding-bottom:10px;
		}
		
		div#bottom {
			clear: both;
			color: #336699;
			font-size:11px;
		}
		
		div#submenu {
			position: absolute;
			left:0px;
			top:131px;
			width:170px;
			color:#c6c7c9;
		}
		
		div#index_main {
			width:auto;
			height:44px;
			padding-left:120px;
			font-size:40px;
			color: #cccccc;
			background-image: url("../images/bg_gray.gif");
			background-repeat: repeat-x;
			background-position: bottom;
		}
		
		div#contentWidth {
			width:600px;
		}
