body {
	margin: 0px;
	padding: 0px;
	font:14px/20px arial,verdana,sans-serif;
	color:#333;
	background-color:#666;
	background:url(../images/bg_body.gif) top center repeat;
	min-height:600px; 
	height:auto; 
	height:100%; 
}

a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #999;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}

ul li { 
	list-style:none;
	margin:0 0 10px -20px;
	padding-left:10px;
}

#navigation {
	margin:70px 0 0 -20px;
}

#navigation li {
	padding-left:16px;
	background:url(../images/nav_bg4.gif) 0 -2px no-repeat;
}

#navigation li:hover {
	background:url(../images/nav_bg5.gif) 0 -2px no-repeat;
}

#navigation li[class="selected"] {
	background:url(../images/nav_bg6.gif) 0 -2px no-repeat;
	color:#000;
}

#navigation li[class="selected"] a {
	color:#000;
	font-weight:bold;
}

#catch {
	margin-left:10px;
}

#sidebar ul {
	margin:10px;
	margin-left:-25px
}

#sidebar ul li { 
	font-family:verdana;arial,sans-serif;
	font-size:11px;
}

#sidebar ul li:first-child { 
	background:none;
}

#navigation a {
	background: none;
	border-bottom: 1px solid #999;
	color: #666;
	display: block;
	margin: 0;
	padding-left: 12px;
	margin-left:2px;
	font-weight:500;
	text-decoration: none;
	height:24px;
	width:150px
}

#navigation a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

#thumbs {
	width:480px;
	height:440px;
	margin:25px 0 0 0;
	float:right;
}

#thumbs li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 15px 0;
}

#thumbs li img {
	-webkit-box-shadow:0 0 5px #333;
}

#logo {
	float:left;
	margin-top:-33px;
}

h1{
	margin: 3.1em 0 0.35em 0;
	font-size:14px;
	font-weight:bold;
	font-family:arial,verdana,sans-serif;
	z-index:100;
	color:#333;
}

input,textarea {
	margin-bottom:15px;
}

h1[lang="en"]{
	color:#333;
	margin-left: 245px;
}

th {
	text-align:left;
}

h3,th {
	color:maroon;
	font-size:14px;
}

h2 {
	color: #333;
	font-size:14px;
	font-family: arial,verdana,sans-serif;
	padding-bottom:10px;
}

td {
	font-size:14px;
}

h3 {
	padding:0;
	margin:0;
}

h3 + p {
	margin-top:0
}

#header {
	border-top:2em solid red;
	border-bottom:1px solid black;
}

#content {
	margin: 0 auto;
	width:894px;
	background-color:#fff;
	-webkit-box-shadow:0 0 5px #333
}

#leftcolumn {
	width:244px;
	height:100%;
	background-color:#fff;
	float:left;
}

#rightcolumn {
	position:relative;
	margin-left:244px;
	padding-bottom:50px;
	color:#333;
	background-color:#fff;
	font-family:"Times New Roman";
	background:url(../images/sidebar_bg4.gif) 500px 0 repeat-y;
}

#rightcolumncontent {
	padding:0.5em 170px 0 0;
	margin-bottom:0;
	border-top:0.75em solid #000
}

#sidebar {
	position:absolute;
	right:0;
	padding:10px;
	margin:1em 0 0 0;
	width:130px;
	color:#333;
	font:11px/16px arial,verdana,sans-serif;
}

#sidebar div:first-child {
	height:20px;
	font-size:13px;
	text-align:center;
	letter-spacing:3px;
	font-weight:900;
	border-bottom:1px dotted #666
}

#sidebar a {
	color:#333;
	text-decoration:none;
}

#sidebar a:hover {
	color:red;
}

#description {
	clear:both;
	position:relative;
	width:475px;
	padding-bottom:15px
}

#footer {
	clear:both;
	width:100%;
	height:25px;
	text-align:center;
	font-size:11px;
	padding-top:6px;
	border-top:1px solid #111;
	color:#999;
	background-color:#000;
}
