body {
	background		: url(/website/images/back.jpg) repeat-x #fefefe;
}
	
h1 {
	padding			: 0;
	color			: #194f67;
	font-size		: 19px;
	text-transform	: uppercase;
}
	
h2, h2 a {
	padding			: 0;
	color			: #4aacd6;
	font-size		: 18px;
	text-decoration	: none;
}
	
h4 {
	padding			: 0;
	color			: #4aacd6;
	font-size		: 14px
}

p {
	font-size		: 13px;
	color			: #686868;
	line-height		: 17px;
}

#container {
	width			: 802px;
	margin			: 0 auto;
}

#header {
	width			: 100%;
	height			: 190px;
	background		: url(/website/images/header.jpg) no-repeat;
}
	
#languages {
	float			: right;
	margin-top		: 108px;
	width			: 300px;
}
	
#languages img {
	margin-left		: 2px;
	float			: right;
}

#language_active {
	padding			: 1px;
	margin-top		: -2px;
	border			: 1px solid #4aacd6;
}

#main {
	width			: 800px;
	overflow		: hidden;	
	border-left		: 1px solid #d9d9d9;
	border-right	: 1px solid #d9d9d9;
	border-bottom	: 1px solid #d9d9d9;
	background		: #fff;
}
	
#menu {
	width			: 146px;
	height			: 300px;
	float			: left;
}
	
#menu ul {
	list-style-type	: none;
	padding			: 28px 10px 10px 10px;
}
	
#menu ul li {
	width			: 136px;
	height			: 24px;
	background		: url(/website/images/menu.jpg) no-repeat;
	margin-bottom	: 5px;
	padding-top		: 1px;
}
	
#menu a {
	width			: 300px;
	padding			: 5px 70px 7px 10px;
	color			: #fff;
	text-decoration	: none;
	font-size		: 12px;
}
	
#menu_active {
	background		: url(/website/images/menu_active.jpg) no-repeat !important;
}

#menu_active a {
	color			: #194f67;
}	
	
#main_txt {
	overflow		: hidden;
	width			: 634px;
	float			: left;
	margin-left		: 10px;
}
	
.portfolio_item {
	background		: #fbfbfb;
	border			: 1px #d9d9d9 solid;
	overflow		: hidden;
	margin			: 0 0 15px 0;
	padding			: 5px;
}
	
.portfolio_item h2 a {
	text-decoration	: none;
}
	
.portfolio_item h2,p {
	margin-left		: 2px;
}
	
.portfolio_item img {
	width			: 200px;
	margin			: 3px;
	border			: 1px #eee solid;
}
	
.portfolio_item img.left {
	float			: left;
}
	
.portfolio_item img.right {
	float			: right;
}
		
.contact_table {
	width			: 400px;
}
	
.contact_table h4{
	text-align		: right;
}

th {
	text-align		: right;
}
	
input {
	width			: 300px;
	border			: 1px solid #ddd;
}
	
textarea {
	width			: 530px;
	height			: 350px;
	border			: 1px solid #d9d9d9;
}

.submit_btn {
	width			: 66px;
	height			: 24px;
	background		: url(/website/images/submit.jpg) no-repeat;
	color			: #194f67;
	padding-top		: 4px;
	border			: 0;
}
	
#footer p{
	width			: 100%;
	text-align		: center;
	color			: #a8a8a8;
	font-size		: 10px;
}