body{
	font-family: verdana, arial, helvetica;
	margin: 0;
	padding: 0;
	text-align: center;
}
div{
	text-align: left;
}
img{
	border: 0;
}
#language{
	width: 870px;
	text-align: right;
	margin: 30px auto 0;
	font-size: 0.7em;
	font-weight: bold;
}

#language a:link,
#language a:visited{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

#language a:hover,
#langauge a:active{
	color: #333;
	text-decoration: underline;
}

#header{
	width: 883px;
	margin: 0 auto;
	height: 127px;
	background: url(images/header.jpg) 0 0 no-repeat;
}

#header #logo{
	margin: 34px 0 0 30px;
}

#menu{
	width: 883px;
	text-align: center;
	color: #999;
	font-size: 0.85em;
	margin: 10px auto;
	font-weight: bold;
}

#menu a:link,
#menu a:visited{
	color: black;
	text-decoration: none;
}

#menu a:hover,
#menu a:active{
	color: #333;
	text-decoration: underline;
}

#wrapper{
	width: 883px;
	margin: 0 auto;
}

#leftColumn, #rightColumn{
	float: left;
	width: 177px;
	background: url(images/sideBg.jpg) 0 0 no-repeat;
	font-size: 0.7em;
	height: 343px;
	padding: 20px 13px;
}

#rightColumn{
	float: right;
}

#leftColumn.big{
	background: url(images/sideBg1.jpg) 0 0 no-repeat;
	height: 926px;
}

#content{
	font-size: 0.8em;
	width: 395px;
	margin: 0 35px;
	float: left;
}

#contentLarge{
	width: 598px;
	margin: 0 35px;
	float: left;
	font-size: 0.8em;
}

#footer{
	width: 883px;
	margin: 20px auto;
	text-align: center;
	font-size: 0.7em;
}

h1, h2, h3{
	color: #666
}
h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.1em;
}