* { margin: 0px; padding: 0px; }
img { border: none; }
.invisible { display: none; }

h2 a { text-decoration: none; }
h2 a:hover { text-decoration: none; }
/*=================================================================*/
body, table, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	color: #603C40;
	text-align: center;
	background-color: #8B6468;
	background-image: url(design/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/*=================================================================*/
h1 {
	color: #381C1E;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	border-bottom: solid 1px #957B7E;
	text-transform: none;
	background: url(design/title_bg.jpg) no-repeat bottom left;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	padding-left: 8px;
	padding-top: 1px;
	margin-bottom: 10px;
}

/*=================================================================*/
/*==========================CONTAINER==============================*/
div.container {
	text-align: left;
	background-image: url(design/container_bg_repeat.jpg);
	background-repeat: repeat-y;
	width: 920px;
	margin: auto;
}
div.maincontainer {
	background-image: url(design/container_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding-left: 18px !important;
	padding-right: 4px;
}
/*=================================================================*/
/*==========================FOOTER=================================*/
div.footer {
	background-image: url(design/footer_bg.jpg);
	background-position: bottom center;
	height: 106px;
	width: 920px;
}
/*=================================================================*/
/*==========================HEADER=================================*/
div.header {
	height: 94px;
	width: 883px;
	position: relative;
}
div.header div.languages {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: #8A6367;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	width: 90px;
	top: 2px;
	right: 0px;
}

/*=================================================================*/
/*==========================MENU===================================*/
div.menu {
	height: 26px;
	width: 743px;
	padding-left: 140px;
}
div.menu a {
	background-image: url(design/menu_icon.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div.menu a:hover {
	color: #381C1E;
	background-position: 0px -26px;
}
div.menu img {
	float: left;
	text-align: center;
}
/*=================================================================*/
/*==========================SIDEBAR================================*/
div.sidebar {
	float: left;
	width: 157px;
	margin-right: 4px;
	padding: 20px;
	padding-top: 50px;
}
div.sidebar h1 {
	font-size: 16px;
	text-transform: uppercase;
	background: url(design/sidebar_title_bg.gif) no-repeat;
	height: 46px !important;
	line-height: 46px;
	border: none;
	padding: 0px;
	margin: 0px;
}
div.sidebar h1.first {
	background: url(design/sidebar_title_bg1st.gif) no-repeat;
}
/*==========================NEWS===================================*/
div.news {
	margin-bottom: 20px;
}
div.news p {
	font-size: 10px;
	margin: 0px;
}
div.news p.date, div.news p.title {
	font-weight: bold;
}
/*==========================NEWSLETTER=============================*/
div.newsletter input {
	background-color: #F1E4E5;
	width: 160px;
	height: 20px;
	line-height: 20px;
	border: solid 1px #603C40;
}

/*=================================================================*/
/*==========================CONTENT================================*/
div.content {
	float: left;
	width: 642px;
	padding: 20px;
}