* {
	margin: 0;
	padding: 0;
}
body {
	background-image:url(../img/bg.jpg);
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	min-height:100%;
	min-width:100%;
}
#container {
	padding:25px;
	margin-left:20%;
	margin-top:50px;
	width:750px;
	background-color:#FFF;
}
#logo {
	float:left;
	width:350px;
	height:60px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	padding-bottom:5px;
}
#language {
	float:right;
	text-align:right;
	padding:2px;
}
#language a {
	text-decoration:none;
	color:#333;
}
#header {
	clear:both;
	width:750px;
	height:200px;
	background-image:url(../img/h1.jpg);
	margin-bottom:20px;
}
#navigation {
	/* dimensions */
	width:750px;
	height:31px !important;
	margin:0 !important;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	background-color: #333;
}
/* single tab */
#navigation li {
	float:left;
	margin:0;
	padding:0;
	text-indent:0;
	list-style-type:none;
}
/* a- tag inside single tab */
#navigation li a {
	display:block;
	height: 31px;
	width: 150px;
	padding:0px;
	margin:0px;
	/* font decoration */
	color:#FFF;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}
/* adjust the background image position on each tab */
#navigation #t1 {
	background-position: 0 0;
}
#navigation #t2 {
	background-position: -150px 0;
}
#navigation #t3 {
	background-position: -300px 0;
}
#navigation #t4 {
	background-position: -450px 0;
}
#navigation #t5 {
	background-position: -600px 0;
}
/* mouseover state */
#navigation a:hover {
	color:#fff;
}
#navigation #t1:hover {
}
#navigation #t2:hover {
}
#navigation #t3:hover {
}
#navigation #t4:hover {
}
#navigation #t5:hover {
}
/* currently selected tabs */
#navigation a.current {
	cursor:default;
	color:#999;
	line-height:34px;
}
#navigation #t1.current {
}
#navigation #t2.current {
}
#navigation #t3.current {
}
#navigation #t4.current {
}
#navigation #t5.current {
}
/* panes */
#maincontent {
	width:750px;
	height:220px;
	position:relative;
	overflow:hidden;
	clear:both;
}
/* single pane */
#maincontent div {
	color:#36C;
	margin:20px 40px;
	float:left;
	display:block;
	width:700px;
	font-size:14px;
}
#maincontent li {
	color:#444;
	font-size:16px;
	padding-bottom:5px;
	padding-left:5px;
}
#maincontent .narrow {
	padding-right:160px;
}
#maincontent .items {
	width:30000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#maincontent .less, #maincontent .less a {
	color:#999 !important;
	font-size:11px;
}
#maincontent a
{
	text-decoration: none;
	color: #333;
}
#footer {
	text-align:right;
	height:30px;
	padding-right:40px;
	padding-top:10px;
}
#footer a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
h2 {
	font-weight:normal;
	color:#333;
	letter-spacing:1px;
	margin:10px 0 10px 0px;
	font-size:22px;
}
p {
	color:#444;
	font-size:16px;
	padding-bottom:5px;
}

