#frame {
	width				: 1024px;
	background-color	: #fff;
	float				: left;
}

#frame.print {
	width				: 780px;
	background-color	: #fff;
	float				: left;
}

#head {
	width				: 1024px;
	height				: 267px;
	background-image	: url(../images/head.jpg);
	background-repeat	: no-repeat;
	text-align			: right;
}

#head_right {
	width				: 430px;
	height				: 267px;
	text-align			: right;
}

#head_right img {
	position			: absolute;
	top					: 215px;
	left				: 681px;
}

/* MAIN MENU */

#main_menu {
	width				: 1024px;
	background-color	: #00692A;
	float				: left;

}

#main_menu * li {
	list-style-type		: none;
	display				: inline;
	float				: left;
}

#main_menu ul a {
	text-decoration		: none;
	font-family			: arial;
	font-size			: 1.1em;
	line-height			: 1.4em;
	color				: #FFF;
	display				: block;
	padding				: 5px 25px 5px 25px;
}

#main_menu ul a.flag,
#main_menu ul a:hover {
	background-color	: #D63E30;
}

/* CONTENT */

#screen {
	width				: 717px;
	background-color	: #FFF;
	float				: left;
	background-image		: url(../images/flower.gif);
	background-repeat		: no-repeat;
	background-position		: left bottom;
}

#menu_left {
	width				: 165px;
	float				: left;
	background-color	: #FFF;
	overflow            : hidden;
}

#menu_left ul {
	list-style-type		: none;
	list-style-image: none;
	margin: 10px 0 0 0;
}

#menu_left .content {
/*	line-height			: 34px;*/
	margin				: 58px 26px 40px 10px;

}
#menu_left .content a {
	display             : block;
	text-decoration		: none;
	color				: #00692A;
	font-family			: arial;
	font-size			: 0.9em;
	font-weight			: bold;
	line-height         : 1em;
	padding             : 0px 0px 0px 20px;
	background-image    : url(../images/menu_closed.gif);
	background-position : left;
	background-repeat   : no-repeat;
	margin-top		: 26px;
}

#menu_left .content a.flag,
#menu_left .content a:hover {
	color				: #D63E30;
	background-image    : url(../images/menu_open.gif);
}

#menu_left .content a.up {
	background-image    : url(../images/menu_up_closed.gif);
}

#menu_left .content a.up:hover {
	background-image    : url(../images/menu_up_open.gif);
}

#headline{
	margin				: 40px 30px 0px 10px;
}

#content {
	width				: 552px;
	height              : 450px;
	overflow-y		: auto;
	float				: left;
/*	background-color	: #FFF;*/
}

#content .content {
	padding-right       : 20px;
	padding-left        : 20px;
}

#footer {
/*	border-top			: 47px #CFE1E9 solid; */
	height				: 16px;
	width				: 1024px;
	background-color	: #00692A;
	float				: left;
	font-family			: Arial;
	font-size			: .85em;
	color				: #FFF;
	text-align			: right;
	padding-right       : 10px;
	line-height         : 14px;
}

#footer.print {
	width				: 780px;
}

#footer a {
	text-decoration		: none;
	list-style-type		: none;
	color				: #FFF;
	padding				: 0px 10px 0px 10px;
}


#print{
	height				: 20px;
	font-family			: Arial;
	font-size			: 0.9em;
	color				: #00692A;
	margin 				: 30px 35px 15px 5px; 
}

#print a {
	text-decoration		: underline;
	list-style-type		: none;
	color				: #00692A;
}

#print a img {
	border              : none;
}

#print a:hover {
	color				: #D63E30;
}


#menu_right {
	width				: 307px;
	background-color	: #CFE1E9;
	float				: left;
}

#menu_right .content {
	font-family			: arial;
	font-size			: .95em;
	color				: #E50005;
	font-weight			: bold;
	line-height			: 1.8em;
	margin				: 20px 40px 12px 22px;
}

#menu_right ul {
	list-style-type	 : none;
	list-style-image : none;
	padding          :	20px 0px 0px 0px;
	margin           : 0px;
}

#menu_right .content  a {
	font-family			: Arial;
	text-decoration		: none;
	color				: #3B3B3B;
	font-weight			: bold;
}

