@charset "utf-8";
#footer {
	background-image: url(images/footer-band.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:20px;
	padding-top: 20px;
	margin-bottom:20px;
	clear: both;
	font-size: smaller;
	font-style: italic;
	text-align: center;
}
#content-right {
	float: right;
	width: 580px;
	background-color: #B4CCCA;
	padding: 15px;
	margin-right:10px;
	text-align: left;
}

#container {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background-color:white;
}
#mnasthai-means {
	font-size: smaller;
	font-style: italic;
	text-align: right;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 87px;
	width: 800px;
	clear: both;
	float: left;
}
#search-box {
	text-align: right;
	position: relative;
	top: 20px;
}
#main-content {
	clear: both;
	padding-top: 20px;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*background-color:#F2F9F8;*/
}
#navigation {
	float: left;
	width: 150px;
	text-align: right;
}
#navigation li {
	list-style-type: none;
	display:block;
	margin-bottom: 10px;
	font-size: smaller;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#news {
	background-color: #CCC3B8;
}
#publications {
	background-color: #CCB7B6;
}
#services {
	background-color: #C2B6CC;
}
#order {
	background-color: #C7CCB6;
}
#about-us {
	background-color: #B4CCCA;
}
#contact {
	background-color: #B4CCCA;
}

#home {
	background-color: #B4CCCA;
}
ul  a {
color:#000000;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 2px;
	
}
ul a:hover {
	color:blue;
	}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #663333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container #footer #design-copyright {
	font-size: smaller;
}
