body {
	background: #e0ddcf url(../images/layout/body-bg.jpg) no-repeat center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2d392d;
	margin: 0;
}

#container	{
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e0ddcf;
}

#header	{
	background: url(../images/layout/header.jpg) no-repeat center;
	height: 186px;
	cursor: pointer;
}

#menu	{
	background: url(../images/layout/menu/bg-menu.gif) #dad7c9 repeat-x;
	height: 30px;
	padding: 7px 0;
}

#menu-items	{
	margin-top: 8px;
}

.menu-item	{
	margin-bottom: 7px;
}

.gap	{
	padding: 0 13px;
}

#menu-shadow	{
	background: url(../images/layout/menu-shadow.jpg) no-repeat center;
	height: 19px;
}

h1	{
	margin: 0;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #003900;
}

h4	{
	background: url(../images/layout/h1-bg.gif) repeat-x;
	margin: 0;
	padding: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #003900;
}

h5	{
	margin: 0;
	font-size: 15px;
	font-weight: normal;
	color: #726c63;
}

p,
form,
li	{
	margin: 0;
	color: #2d392d;
	line-height: 19px;
}

a	{
	color: #2d392d;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus	{
	color: #50642a;
	text-decoration: underline;
}

input,
select,
textarea	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #454139;
}

img	{
	border: none;
}

small	{
	font-size: 9px;
}

#box-sx	{
	float: left;
	width: 393px;
}

#box-dx	{
	float: left;
	width: 567px;
	background: url(../images/layout/bar-right.gif) repeat-x;
}

#box-dx-shadow	{
	background: url(../images/layout/box-sx-right-shadow.jpg) no-repeat left top;
	float: left;
	height: 252px;
	width: 20px;
}

#box-dx-margin	{
	height: 85px;
}

.cleaner	{
	clear: both;
}

.box-text	{
	padding: 20px;
}

#footer-shadow	{
	background: url(../images/layout/footer-shadow.jpg) no-repeat;
	height: 19px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#footer	{
	background: #e0ddcf;
	font-size: 10px;
}

#footer-menu	{
	float: right;
	font-size: 9px;
}

#footer-menu ul	{
	display: inline;
}

#footer-menu ul li	{
	display: inline;
	padding: 0 8px;
}

.img-info	{
	padding: 0 0 8px 8px;
	float: right;
}

.error {
	padding: 5px 5px 5px 25px;
	color: #CC0000;
	background: url(layout/bullet-error.gif) no-repeat center left;
}

.message {
	padding: 5px 5px 5px 25px;
	color: #006699;
	background: url(images/bullet-info.gif) no-repeat center left;
}

.tips {
	padding: 5px 5px 5px 25px;
	color: #CC6600;
	background: url(images/bullet-tips.gif) no-repeat center left;
}

#languages	{
	float: right;
	padding: 8px 8px;
}