/* CSS Document */

body {
	background-image:url(../images/gui/background.jpg); margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#CONTAINER {
	width:1000px; margin-left:auto; margin-right:auto;
}
#HEAD {
	width:1000px; float:left;
}
#STAGE {
	width:1000px; float:left;
}
#CONTENT {
	width:695px; margin-left:30px; float:left;
}
#PAGE_FOOT {
	width:695px; float:left;
}
#PAGE_FOOT_MENU {
	width:695px; margin-top:20px; margin-bottom:20px; color:#336666; float:left;
}
#LEFT_COLUMN {
	width:238px; float:left;
}
#PAGE_TITLE {
	width:695px; margin-top:10px; margin-bottom:10px;
}
imgINLINE{
	display:block;
}
a:link { color:#336666; font-weight:bold; text-decoration: none;}
a:visited { color:#336666; font-weight:bold; text-decoration: none;}
a:active { color:#336666; font-weight:bold; text-decoration: none;}
a:hover { color:#FF6600; font-weight:bold; text-decoration: none;}

#column_head{
	padding: 10px; width: 675; font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; font-weight:bold;
}
#column{
	width: 152px; float:left; padding: 10px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666;
}
#footer{
	width: 675px; float:left; padding: 10px;
}