body {
	font: 300 15px/1.55 "Open Sans", sans-serif;
}

#eudat {
	background: #f45d00 none repeat scroll 0 0;
	color: #fff;
	width: 100%;
}

#eudat a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 50px;
}

#eudat a:hover {
	color: #F6D27C;
	font-weight: bold;
	text-decoration: none;
}

#menu {
	background: #f7f3e9;
	font-size: 16px;
        color: #333;
	width: 100%;
	border: 1px solid #ddd;
	width: 100%;
	margin: 0;
}

#menu a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 50px;
}

#menu a:hover {
	color: #F6D27C;
	font-weight: normal;
	text-decoration: none;
}

#footer {
	background: #f7f3e9 url("./color-line.jpg") repeat-x scroll left top;
	border-top: 1px solid #ddd;
	bottom: 0;
	font-size: 12px;
	height: 100px;
	min-height: 100px;
	width: 100%;
	color: #333;
	text-decoration: none !important;
	margin: 0;
}

#footer a, #footer a:visited {
	border-bottom: 0 none !important;
	color: #333;
	padding-right: 20px;
	text-decoration: none !important;
}

#footer a:hover {
	border-bottom: 0 none;
	color: #f45d00;
	text-decoration: underline;
}

