body {
	background:
	#333
	url(../images/bg.jpg)
	repeat-x;
	padding:0;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#333;
	font-size:12px;
}

a:link, a:visited {
	text-decoration:underline;
	color:#777;
	font-size:12px;
	font-weight:normal;
}

a:hover, a:active {
	text-decoration:underline;
	color:#aaa;
	font-size:12px;
}

p {
	margin:10px 0;
}

ul {
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	color:#333;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:-10px;
	letter-spacing:-1px;
}

hr {
	height:1px;
	background-color:#b2735a;
	color:#b2735a;
	border:0;
	margin:0;
}

table {
	font-size:12px;
}

form {
	margin:0;
	padding:0;
}

#main {
	width:760px;
	height:560px;
	border:3px solid #636363;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	background:
		#948c81
		url(../images/content_bg.png);
}

#logo {
	margin:15px;
}

#languages {
	float:right;
	margin:15px;
	color:#dad2ca;
	line-height:14px;
	text-align:right;
}

#languages a:link, #languages a:visited {
	color:#dad2ca;
	text-decoration:none;
}

#languages a:hover, #languages a:active {
	color:#f4f3f2;
	text-decoration:none;
}

#menu {
	background:
		#5e5b56
		url(../images/menu_bg.png)
		repeat-x;
	line-height:29px;
}

#menu a:link, #menu a:visited {
	margin-left:20px;
	color:#dad2ca;
	text-decoration:none;
}

#menu a:hover, #menu a:active {
	color:#f4f3f2;
	text-decoration:none;
}

#content {
	margin:20px 20px;
}

#w3 {
	text-align:center;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#counter {
	position:absolute;
	bottom:0px;
	right:0px;
}

.worktmb {
	float:left;
	width:80px;
	height:80px;
}

.worktmb img {
	border:1px solid #333;
}

.worktmb img:hover {
	border:1px solid #777;
}