@charset "utf-8";
/* CSS Document */

body {
	background: #a68542 url(images/background.jpg) repeat-x top;
	margin: 85px 0px 60px 0px;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
}

/************OBJECTS***********/

#currency_rates {
	padding: 27px 0px 0px 0px;
}
#currency_converter {
	padding: 30px 0px 0px 0px;
}

/************MENU***********/

#menu {
	padding: 0px 0px 0px 0px;
	color: #FFF;
}
.menu_item {
	font-size: 16px;
	line-height: 20px
}
.menu_item a {color: #FFF; text-decoration: none;}
.menu_item a:hover { color:#773800; font-weight:bold; text-decoration: none;}

#bottom_menu {
	text-align: center;
	color: #FFF;
	font-size: 16px;	
}
.bottom_menu_item {
	line-height: 26px;
	color: #FFF;
}
.bottom_menu_item a { color: #FFF;  text-decoration: none;}
.bottom_menu_item a:hover { color:#FFF;  text-decoration: underline;}


/************HEADINGS***********/

.heading1 {
	color: #a27f3b;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.heading2 {
	color: #a27f3b;
	font-size: 16px;
	text-transform: uppercase;
}


/************CONTENT***********/

#content_area {
	padding: 13px 13px 20px 13px;
	color: #333;
	font-size: 15px;
	text-align: justify;
}

/************FOOTER***********/

.footer {
	font-size: 12px;
	color: #4a4645;
	text-align: center;
}
.footer a { color:#4a4645; text-decoration: none;}
.footer a:hover {color:#4a4645; text-decoration: underline;}
