body{
	background-image:url('bg.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#cdcdcd;
}

ul,li{
	list-style-type:disc;
}

#layout{
	width:660;
	height:520;	
	position:absolute;
	left:50%;
	margin-left:-330px;
	top:50%;
	margin-top:-260px;
	background-image:url(layoutmid.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

#layouttop{
	width:660;
	height:80px;
	background-image:url(layouttop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	float:left;	
}

#layoutmid{
	width:660;
	height:407px;
	float:left;
}

#layoutbot{
	width:660;
	height:33px;
	background-image:url(layoutbot.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	overflow:hidden;
	float:left;
}


.linetop{
	margin-left:-18px;
	margin-top:2px;
	float:left;
}

.linebot{
	margin-left:-18px;
	float:left;
}


#header{
	margin-top:16px;
	margin-left:26px;	
}

#content{
	margin-left:26px;
	margin-top:30px;	
}

#footer{
	margin-left:26px;
}



#menu{
	margin-top:31px;
	/*margin-top:3px;*/
	font-weight:bold;
	/*width:117px;*/
	width:127px;
	height:305px;
	float:left;
}

.menuitem{
	background-image:url(menuitem.gif);
	background-repeat:no-repeat;
	/*width:83px;*/
	width:100px;
	height:15px;
	/*margin-bottom:15px;*/
	margin-bottom:15px;
	padding:0;
	cursor:pointer;
}

.menuitem_selected{
	background-image:url(menuitem_selected.gif);
	background-repeat:no-repeat;
	/*width:83px;*/
	width:100px;
	height:15px;
	/*margin-bottom:15px;*/
	margin-bottom:15px;
	padding:0;
	cursor:pointer;
}

.submenuitem{
	background-image:url(submenuitem.gif);
	background-repeat:no-repeat;
	/*width:83px;*/
	width:100px;
	height:15px;
	/*margin-bottom:15px;*/
	margin-bottom:15px;
	padding:0;
	cursor:pointer;
	margin-left:5px;
}

.submenuitem_selected{
	background-image:url(submenuitem.gif);
	background-repeat:no-repeat;
	/*width:83px;*/
	width:100px;
	height:15px;
	/*margin-bottom:15px;*/
	margin-bottom:15px;
	padding:0;
	cursor:pointer;
	margin-left:5px;
}

.menutext{
	float:left;
	margin-left:7px;
	margin-top:1px;
	font-family:verdana;
	font-size:10px;
	color:#fff;
}

.submenutext{
	float:left;
	margin-left:7px;
	margin-top:1px;
	font-family:verdana;
	font-size:10px;
	color:#fff;
}


#text{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
	width:447px;
	* width: 477px;
	height:339px;
	float:left;
	font-family:verdana;
	font-size:11px;
	color:#000;
	/*background-image:url(pencil.gif);*/
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#pagetext{
	/*margin-top:15px;*/
	margin-top:13px;
	padding-right:30px;
	height:315px;
	width:447px;
	* width: 477px;
	overflow:auto;
	float:left;
}

h1{
	margin:0 0 0 0px;
	color:#ff0000;
	font-size:14px;

}

#foottext{
	float:left;
	font-family:verdana;
	font-size:9px;
	margin-top:8px;
	color:#000;
}
	
