html {
	margin: 0px;
	padding: 0px;
	background: #4983a5;
	text-align: center;
	overflow-x: hidden;
	color: #fff;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
	text-align: center;
}



#wrapper {
	width: 975px;
	margin: auto;
	text-align: left;
}

#header,
#header2 {
	width: 100%;
	height: 100px;
	font-size: 60px;
	font-weight: bold;
	color: #256bc3;
	text-align: center;
	padding: 0;
	margin: 0 0 -30px 0;
	background: url('../img/header_01.jpg') 0 0 no-repeat;
}

#header2 {
	position: relative;
	top: -98px;
	left: 8px;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	border: 0;
}

#container {
	width: 100%;
	margin-top: 50px;
}

#left_sidebar,
#right_sidebar {
	width: 170px;
	float: left;
}

#left_sidebar div.header,
#right_sidebar div.header {
	position: relative;
	top: 0px;
	left: -5px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

div.side_box {
	width: 160px;
	float: left;
	margin: 0 0 30px 10px;
	background: none;
}

div.side_thumbnail {
	width: 125px;
	height: 90px;
	float: left;
	margin: 0 0 15px 10px;
	border: 1px solid #fff;
}

div.side_thumbnail img {
	width: 100%;
	height: 100%;
	border: 0;
}

div.side_thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}

a.side_menu {
	width: 120px;
	height: 20px;
	float: left;
	margin: 5px 0 5px 10px;
	padding: 6px 0 0 8px;
	background: #35627c;
	color: white;
	border: 1px solid #fff;
	font-size: 12px;
	text-decoration: none;
}

form.side_search {
	margin: 0;
	padding: 0;
}

input.side_search,
select.side_search {
	width: 128px;
	height: 26px;
	float: left;
	margin: 0 0 10px 10px;
	background: #35627c;
	color: white;
	border: 1px solid #fff;
	font-size: 12px;
	text-decoration: none;
}

a.side_menu:hover,
input.side_search:hover,
select.side_search:hover {
	background: #4983a5;
}

#center {
	width: 560px;
	position: relative;
	overflow: hidden;
	margin: 0 20px 0 20px;
	float: left;
	font-size: 14px;
	text-align: center;

}

#center h1 {
	margin-top: 0;
	font-size: 35px;
}

#center p {
	text-align: left;
	margin: 18px;
}

#center img {
	border: 1px solid #fff;
}

#center img.content {
}

#center #name {
	font-size: 35px;
	font-weight: bold;
}

#center #description {
	text-align: left;
}

#center img.picture {
	height: 320px;
	margin: 20px;
}

#center img.images {
	width: 50px;
	height: 50px;
	float: left;
	margin: 20px;
}

#madhatt3r {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 10px;
}

#madhatt3r a {
	color: #fff;
	text-decoration: none;
}

#thumbs {
	width: 100%;
	float: left;
}

a.flag_en,
a.flag_ge,
a.flag_sp {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 10px 0 10px;
	float: left;
	background: url('../img/flag_en.gif') 0 0 no-repeat;
}

a.flag_ge {
	background: url('../img/flag_ge.gif') 0 0 no-repeat;
}

a.flag_sp {
	background: url('../img/flag_sp.gif') 0 0 no-repeat;
}

div.data_table {
	width: 590px;
	height: 97px;
	float: left;
	background: url('../img/data_table_background.gif') no-repeat 0 0;
}
	
table.data_table {
	width: 100%;
}

tr.data_table {
	height:75px;
}

th.data_table {
	text-align: left;
}

td.data_table {
	width: 120px;
	height: 110px;
	padding: 34px 0 0 5px;
	font-size: 12px;
	vertical-align: top;
	background: url('../img/icon_notepad.gif') no-repeat 0 14px;
	color: #000;
}

td.data_table a {
	color: black;
	text-decoration: none;
}

img.table {
	width: 120px;
	height: 75px;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	border: 1px solid #fff;
}

/*
	side_photos.php
*/

.pics { height: 100px; width: 130px; padding:0; margin: 0 0 0 10px; overflow: hidden }

.pics img { height: 100px; width: 130px; border: 1px solid #fff; background-color: #256bc3; top:0; left:0px }

/*
.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}
*/
/*
	END side_photos.php
*/
