body {
	background: #f0e7d9 url(images/background1.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, serif;
}
#container {
	margin: 0 auto;
	width: 750px;
	background: #000000 url(images/backgroundcontainer.png) repeat-y;
}

#logo {
	margin: 0 auto;
	height: 120px;
	width: 750px;
	text-align: center;
	background: url(images/logo.png);
}

#header {
	width: 100%
}


#main_content {
	margin: 0 auto;
	width: 100%;
	background:url(images/background_content.png);
	background-repeat: repeat-y;
} 

#footer {
	text-align: center;
	width: 750px;
	font-size: 12px;
	margin: 0px auto;
	background:url(images/footer.png);
	color: #FFFFFF;
}

#news {
	text-align: center;
	width: 750px;
	font-size: 12px;
	margin: 0px auto;
	background:url(images/news.png);
	color: #FFFFFF;
}


#footer a {
	color: gray;
}

.content {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 10px 30px 0 30px;
	font-size: 1.0em;
}
.menu {
	width: 139px;
	float: right;
	padding: 10px 20px 0 20px;
	font-size: 1.0em;
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}
.menu il {
	list-style-type: disc;
}
#header h1 {
	margin-bottom: 0px;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 25px;
	color: #000000;
	font-family: Arial Narrow, Verdana, serif;
	float: right;
	padding-right: 20px;
}

#logo h1 {
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 25px;
	color: rgb(15,49,128);
	font-family: Arial Narrow, Verdana, serif;
	float: right;
	padding-right: 45px;
	padding-top: 3px;
}

.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: rgb(15,49,128);
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: rgb(15,49,128);
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: circle;
}
a {
	color: blue;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: blue;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.menu_link:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.quote1 {
	margin: 20px;
	text-align: center;
}