/* The CSS for Pages and Default control */

body {
	margin:0;
	color:#000000;
	font-size:9pt;
	overflow:auto;
	background:url(../img/bg.png);
	background-color:#F3EDE2;
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

#container {
	margin:0 auto;
	width:850px;
	height:auto;
	padding:0 4px;
	background:url(../img/container_bg.png);
}

#notification, #notification a{
	position:absolute;
	z-index:9999;
}

#notification a:hover{
	text-decoration:none;
}

#header {
	height:200px;
	background:url(../img/banner.png);
}

#menu{
	background-color:#FFFFFF;
	height:26px;
}

#content {
	padding:10px;
	background:url(../img/bg2.png); 
}

#footer{
	margin:0 auto;
	width:850px;
	padding:4px;
	background:url(../img/footer_bg.png);
	background-position:bottom;
}

#footer .context{
	color:#999933;
	text-align:center;
	width:100%;
	margin:10px;
}

dl,dd{
	padding:1px 0;
}

dt{
	padding:10px 0;
}

