html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%
}

body {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: #ffffff url("../../images/public/bg.jpg") repeat-x top;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Verdana;
}

* {
	outline: 0;
}

.fixed {
	overflow: hidden;
}

#wrapper {
	padding-top: 26px;
	width: 810px;
	height: auto;
	margin: 0 auto;
}

#top_box {
	width: 100%;
	height: 72px;
}

a#logo {
	display: block;
	float: left;
	width: 146px;
	height: 72px;
	background: url("../../images/public/logo.jpg") no-repeat right top;
}

#top_menu_wrapper {
	float: left;
	width: 656px;
	height: 72px;
	background: url("../../images/public/top_box_right.jpg") no-repeat left top;
}

#content_wrapper {
	float: left;
	margin-top: 19px;
	width: 630px;
	height: auto;
	background: url("../../images/public/content_bg2.jpg") repeat-y left;
}

#content_top {
	width: 630px;
	height: 37px;
	line-height: 38px;
	background: url("../../images/public/content_top.jpg") no-repeat left top;
	text-indent: 40px;
}

#content_top h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#content {
	padding: 7px 20px 10px 25px;
	line-height: 150%;
	width: 585px;
	height: auto;
	min-height: 405px;
	background: url("../../images/public/content_bg3.jpg") no-repeat left top;
}

#content_min {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.content_spacer {
	width: 630px;
	height: 3px;
	background: url("../../images/public/content_spacer.jpg") no-repeat 39px 0px;
	margin-bottom: 20px;
}

#content_bottom {
	width: 630px;
	height: 26px;
	background: url("../../images/public/content_bottom.jpg") no-repeat left top;
}

#right_box_wrapper {
	float: left;
	margin-top: 19px;
	margin-left: 9px;
	width: 167px;
	height: auto;
	background: url("../../images/public/right_box_bg2.jpg") repeat-y left;
}

#right_box_top {
	width: 167px;
	height: 16px;
	background: url("../../images/public/right_box_top.jpg") no-repeat left bottom;
}

#right_box {
	width: 167px;
	height: auto;
	min-height: 380px;
	background: url("../../images/public/right_box_bg3.jpg") no-repeat left top;
}

#right_box h3 {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-indent: 15px;
}

#right_box_bottom {
	width: 167px;
	height: 23px;
	background: url("../../images/public/right_box_bottom.jpg") no-repeat left top;
}

#bototm_menu {
	float: left;
	clear: both;
	margin-top: 40px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

#bototm_menu a {
	font-family: Arial;
	text-transform: uppercase;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#bototm_menu a:hover {
	text-decoration: underline;
}

.bottom_menu_spacer {
	color: #a5a5a5;
}

#footer {
	float: left;
	clear: both;
	margin-top: 20px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	color: #713a3a;
}

#top_msg, #languages {
	height: 38px;
	line-height: 40px;
	font-family: Arial;
	font-size: 11px;
}

#top_msg {
	float: left;
	margin-left: 36px;
	width: 400px;
	color: #14a29d;
}

#languages {
	float: right;
	padding-right: 14px;
	width: 200px;
	color: #5a5a5a;
	text-align: right;
}

#languages a {
	color: #5a5a5a;
	text-decoration: none;
}

#languages a.lang_boxactive {
	font-weight: bold;
}

#languages a:hover {
	color: #000;
}

.languages_spacer {
	color: #949494;
}

#top_menu {
	float: left;
	margin-left: 18px;
	width: 618px;
	height: 32px;
}


ul#projects {
	list-style-type: none;
	margin: 0;
	padding: 0; 
}

ul#projects li {
	margin: 10px 0px 5px 15px;
}

ul#projects a {
	text-decoration: none;
	color: #713a3a;
	font-family: Arial;
	font-size: 11px;
	line-height: 25px;
}

.contact_box {
	float: right;
	width: 180px;
	height: auto;
	padding: 0px 20px 0px 20px;
	line-height: 120%;
}

.contact_box_item {
	background: url("../../images/public/contact_spacer.jpg") repeat-y right;
}

.contact_box h4 {
	margin: 0px 0px 12px 0px;
	padding: 0;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #5a5a5a;
	text-align: center;
}


