body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/background.jpg) no-repeat;
}

div {
	padding: 0;
	margin: 0;
}

a {
	color: #f64800;
}

a:hover {
	text-decoration: none;
	color: #f64800;
}

h1 {
	margin: 0;
}

h4 {
	font-size: 14px;
}

div#wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	min-width: 750px;
	max-width: 1050px;
}

table#header {
	width: 100%;
}

td#header {
	text-align: left;
	background: #ffffff;
	height: 160px;
}

td#header_l {
	width: 10px;
	background: url(../images/header_t_l.png) no-repeat;
}

td#header_r {
	width: 10px;
	background: url(../images/header_t_r.png) 100% 0 no-repeat;
}

div#lang_select a {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #636363;
}

td#lang_select {
	text-align: right;
	height: 25px;
}

div#lang_select a:hover {
	color: #f64800;
}


div#logo {
	position: relative;
	margin-left: 50px;
	width: 176px;
	height: 80px;
	background: #ffffff url(../images/logo.jpg) no-repeat;
	float: left;
}

div#menu {
	display: inline;
	height: 160px;
}

div#menu ul {
	margin-top: 35px;
	list-style-type: none;
}

div#menu li  {
	float: left;
	margin-left: 45px;
}

div#menu a {
	font-family: Arial;
	font-size: 14px;
	color: #636363;
	text-decoration: none;
}

div#menu a:hover {
	border-bottom: dotted 1px #f64800;
}


div#menu li.active  a {
	color: #f64800;
}

td#content {
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
	background: #ffffff;
}

table#content {
	width: 100%;
	padding: 0;
	margin: 0;
}

td#content {
	font-family: Arial;
	font-size: 12px;
}

td#content_l {
	margin-left: -10px;
	width: 10px;
	background: url(../images/content_l.png) repeat-y;
}

td#content_r {
	width: 10px;
	background: url(../images/content_r.png) repeat-y;
}

table#footer {
	width: 100%;
}

td#footer {
	text-align: center;
	background: #ffffff;
	height: 83px;
}

td#footer_l {
	width: 10px;
	background: url(../images/footer_l.png);	
}

td#footer_r {
	width: 10px;
	background: url(../images/footer_r.png);	
}

td#footer_bottom {
	height: 17px;
	background: url(../images/footer_bottom.png);
}

table#footer_str {
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #d1d1d1;
}

td#copyright {
	width: 50%;
	text-align: left;
	padding-left: 50px;
}

td#designed {
	width: 50%;
	text-align: right;
	padding-right: 50px;
}


