* {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #918E48;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #918E48;
}

body {
	background: #E0DFA3 url(/img/back_all2.jpg) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
}

#content {
	margin: 0 auto;
	background: #ffffff;
	width: 938px;
	text-align: left;
}

#main {
	width: 918px;
	padding-top: 10px;
}

#back {
	width: 918px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
}

#header {
	height: 195px;
	text-align: right;
	background: url(/img/logo11.jpg) no-repeat;		
}

#logo {
	width: 898px;
	height: 155px;
	text-align: right;
	padding-right: 20px;
	padding-top: 40px;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}

#logo h2 a {
	font-size: 12px;
}

#langswitch {
	padding-top: 1px;
	padding-left: 600px;
	text-align: right;
	font-size: 5px;
}

#menu {
	height: 48px;
	width: 898px;
	padding-left: 20px;
	background: url(/thimg/menu2.gif) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline; 
}

#menu a {
	float: left;
	width: 120px;
	height: 33px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
	font-size: 14px;
}

#menu a:hover {
	width: 120px;
    height: 33px;
	color: #FFF8B3;
	text-decoration: underline;
	background: url(/thimg/menu_r.gif) repeat-x;
}

#left {
	width: 233px;
	padding-top: 70px; /* 100*/
}

#left h3 {
	width: 208px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	color: #ffffff;
	background: url(/thimg/title.gif) repeat-x
}

#left ul {
	list-style: none;
	margin-bottom: 10px;
	background: url(/thimg/title_back.gif) repeat-x top;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	background: none;
}

#left li li {
	padding: 4px 20px;
}

#left a {
	color: #918E48;
}

#left a:visited {
	color: #918E48;
}

#left p
{
	padding: 10px;
}

#calendar1 {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#right {
	float: right;
	width: 650px;
	padding-right: 10px;
	padding-top: 50px;
}

#right h3 {
	margin: 0;
	padding: 0px;
	font-size: 16px;
	padding-top: 10px;
	color: #918E48;
}

#right h4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	padding-top: 10px;
	color: #918E48;
}

#right a {
	color: #918E48;
	text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #918E48;
}

#right ol, #right ul {
	margin-left: 30px;
}

.date {
	text-align: right;
	color: #918E48;
	font-size: 11px;
}

.date a {
	color: #918E48;
}

#footer {
	height: 49px;
	width: 918px;
	clear: both;
	padding-top: 30px;
	background: url(/thimg/footer.gif) repeat-x bottom;
	border-top: 4px solid #918E48;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

