@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

#main {
	width:956px;
	margin:auto;
	text-align:center;
	margin-top:10px;
	background-image:url(../images/sideback.png);
	background-repeat:repeat-y;
	background-position:top left;

}

#top {
	width:956px;
	height:120px;
	padding:0px;
	text-align:left;
	margin:0px;
	float:left;
	border:0px;
	border-collapse:collapse;
}

#topspacer {
	width:900px;
	height:5px;
	font-size:0px;
	padding:0px;
	margin:0px;
	border:0px;
	float:left;
	background-color:#FFFFFF;
}

#menu {
	width:193px;
	float:left;
	height:auto;
	border:0px;
	margin:0px;
	padding:0px;
	text-align:left;
}

.submenu {
	background:url(../menu/subback.png) repeat-y top left;
	width:189px;
}

.submenuI {
	width:174px;
	height:20px;
	padding-right:15px;
	text-align:right;
}

.submenuIL {
	height:18px;
	width:174px;
	padding-right:15px;
	text-align:right;
}

#loader {
	width:763px;
	float:left;
	margin:0px;
	border:0px;
	padding:0px;
	text-align:left;
}

#footer {
	float:left;
}

.menuimg {
	font-size:0.5em;
	width:189px;
	height:24px;
	cursor:pointer;
}

