body {
	margin: 0;
	background: url(/admin/images/bg.gif);
	font: 10pt arial;
}
	td {
		vertical-align: top;
		font: 10pt arial;
	}

#container {
	width: 762px;
	border: 0px;
}

#left_shadow {
	background: url(/admin/images/bg-l_shadow.jpg);
	width: 6px;
}

#right_shadow {
	background: url(/admin/images/bg-r_shadow.jpg);
	width: 6px;
}

#top {
	background: #ffffff url(/admin/images/bg-top.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding: 8px 0px 0px 8px;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
	height: 225px;
	padding-top: 5px;
}

#side {
	background: url(/admin/images/bg-side.jpg);
	width: 229px;
	padding-top: 40px;
}
	#nav {
		height: 25px;
		padding: 4px 0px 3px 0px;
		display: block;
		text-align: center;
		font: 10pt verdana;
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;		
	}
	
	#nav:hover {
		background-color: #5988B2;
		height: 25px;
		padding: 4px 0px 3px 0px;
		display: block;
		text-align: center;
		font: 10pt verdana;
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;	
	}
	
	#q_links {
		padding-left: 15px;
		color: #ffffff;
	}
	
	#s_link {
		color: #ffffff;
		text-decoration: none;
	}
	
	#s_link:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
#content {
	background: url(/admin/images/bg-content.jpg);
	width: 521px;
	padding: 5px 11px 5px 11px;
}
	#title {
		background: url(/admin/images/bg-title.jpg);
		width: 499px;
		height: 34px;
		vertical-align: middle;
		font: 10pt arial;
		font-weight: bold;
		color: #ffffff;
	}
	
	#link {
		color: #3366CC;
		text-decoration: underline;
	}
	
	#link:hover {
		color: #3366CC;
		text-decoration: none;
	}
	
	#t_link {
		color: #ffffff;
		text-decoration: none;
	}
	
	#t_link:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
#l_desc {
	font: 10pt arial;
	color: #003366;
}

#s_desc {
	font: 10pt arial;
	color: #003366;
}

#footer {
	background: url(/admin/images/bg-footer.jpg);
	height: 20px;
}