body {
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	background-color: #C0E5FD;
	margin-top: 0px;
	margin-left: 0px;
}

h1 {
	color: #FF6000;
	font-size: x-large;
	padding-left: 10px;
}

/* menu */

#menu {
	height: 40px;
	width: 100%;
	background-image: url("../images/menu-left.gif");	/* image is relative to the css document */
	background-size: ;
	background-color: #666666;
	font-size: 12px;
}

#menu ul {
	list-style:	none;
}

#menu li {
	float: left;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	font-weight: bold;
	color: white;
	background-image: url("../images/menu-right.gif");	/* image is relative to the css document */
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: right top;
	list-style-type: none;
}

#menu en {
	float: left;
	height: 					40px;
	padding-top: 			10px;
	padding-right: 		20px;
	font-weight: 			bold;
	color: 					white;
	background-image: 	url("../images/menu-end.gif");	/* image is relative to the css document */
	background-repeat: 	no-repeat;
	background-color: 	transparent;
	background-position: right top;
	list-style-type: 		none;
}

#menu a, .menu a:visited, .menu a:active {
	text-decoration: 	none;
	margin-top: 		15px;
	color: 				white;
}

#menu a:hover {
	text-decoration: 	underline;
	color: 				#FF6000;
}

#shadow {
	height: 					20px;
	width: 					100%;
	background-image: 	url("../images/shadow.gif");	/* image is relative to the css document */
	background-repeat: 	repeat-x;
	background-size: 		500%;
	background-color: 	#C0E5FD;
}


#content {
	width:					550px;
	background-color:		#C0E5FD;
	margin:					0px;
	clear:					both;
	padding:					10px;
}

#footer .top {
	margin-top: 			50px;
	background-color:		#0066C8;
	height:					15px;
	width: 					100%;
	padding-left: 			5px;
}

#footer .bottom {

	color: 				white;
	font-size: 			12px;
	padding-top: 		3px;
	padding-left: 		5px;
	height: 				20px;
	width: 				100%;
	background-color: #BCBCBC;

}

/* pictures */
#pics-frame-home {
	position:			absolute;
	width:				307px;
	top:					200px;
	left:					350px;
	
	/*
	height:				11px;
	width:				307px;
	border:				1px solid red; 
	*/
	
	float:				right;
	margin:				0px;
	padding:				0px;
}

#pics-frame-other {
	position:			absolute;
	width:				307px;
	top:					200px;
	left:					550px;
	
	/*
	height:				11px;
	width:				307px;
	border:				1px solid red; 
	*/
	
	float:				right;
	margin:				0px;
	padding:				0px;
}

#pics-frame {
	position:			absolute;
	width:				307px;
	top:					200px;
	left:					550px;
	/*
	height:				51px;
	width:				307px;


	border:				1px solid red; */
	float:				right;
	margin:				0px;
	padding:				0px;
}

#pic1 {
	background-image:		url("../images/right_pics/pic1.gif");
	position:				relative;
	/* border:				1px solid red; */
	width:					107px;
	height:					81px;
	background-repeat:	no-repeat;
	margin:					0px;
	padding:					0px;
	overflow:				hidden;
}

#pic2 {
	background-image:		url("../images/right_pics/pic2.gif");
	position:				relative;
	top:						24px;
	/* border:				1px solid red; */
	width:					107px;
	height:					80px;
	background-repeat:	no-repeat;
	margin:					0px;
	padding:					0px;
	overflow:				hidden;
}
