* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/container_back.png) repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6b6b;
}

a img {
	border: none;
	cursor: pointer;
}

ul {
	list-style: none;
}

input {
	border: 1px solid #c48546;
	padding: 1px;
	font-size: 11px;
}
p {
	margin-bottom: 12px;
	padding-right: 48px;
	padding-left: 12px;
}

h1, h2, h3 {
	font-weight: normal;
	letter-spacing: -2px;
	color: #c48546;
	font-family: Georgia;
	margin-bottom: 18px;
}

/* container */
#container {
	margin: 0 auto;
	width: 960px;
	background: url(../images/container_back.png) repeat-y;
	overflow: auto;
	padding-bottom: 48px;
	position: relative;
}

#content {
	margin-top: -125px;	
	position: relative;
	z-index: 2;
}
/* header */
#header {
	width: 960px;
	height: 382px;
	background: url(../images/header.png) no-repeat;	
	position: relative;
}

#header #logo {
	position: absolute;
	top: 103px;
	left: 22px;
}
/* /header */

/* leftContent */
#leftContent {
	border: 1px solid #413f3f;
	width: 700px;
	background: url(../images/left_content_back.png) repeat-x white bottom;
	margin-left: 9px;
	margin-right: 18px;
	float: left;
}

#innerContent {
	padding: 28px 20px;
	overflow: auto;
}

#innerContent ul, #innerContent table, #innerContent ol, #innerContent img {
	padding-left: 12px;
	padding-right: 24px;
}

#innerContent ul {
	padding-left: 36px;
	list-style: square;	
}

#innerContent h1:first-child {
	margin-top: 0;
}

#leftContent h1 {
	font-size: 30px;	
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	background: url(../images/head_back.png);
	padding-left: 20px;
	width: 619px;
	margin-top: 36px;
}
/* menu */
#menu li a {
	float: left;
	display: inline;
	padding: 0 15px 0 15px;
	vertical-align: middle;
	height: 31px;
	line-height: 31px;
	color: white;
	text-decoration: none;
	border: 1px solid #85765c;
	border-top: none;
	border-left: none;
	border-bottom: none;
}

#menu li {
	display: inline;
	float: left;
}

#menu li a:hover {
	background: url(../images/menu_back_hover.png);
}

#menu ul {
	border: 1px solid;
	border-top: none;
	border-left: none;
	border-right: none;
	background: url(../images/menu_back.png);
	overflow: auto;
}

#menu {
overflow: auto ;
position: relative; }

#flags {
position: absolute;
height:20px;
top: 10px;
right: 10px;
}


/* /menu */
/* /leftContent */

/* rightContent */
#rightContent {
	float: left;
	display: inline;
	width: 202px;
	background: url(../images/right_content_back.png) repeat-x #e3e3e3 bottom;
	border: 1px solid #413f3f;
	padding: 14px 9px 0 9px;
}

#rightContent a img {
	border: 1px solid #413f3f;
	margin-bottom: 14px;
}
/* /rightContent */

/* footer */
#footer {
	position: absolute;
	bottom: 8px;
	right: 0px;
	color: white;
}

#footer a {
	color: white;
}
/* /footer */
/* /container */
