html {
	height: 100%
}

body {
	height: 100%;
	background: #ff6600;
	margin: 0px;
	font-size: 62.8%;
}

img {
	border: 0px
}

.left {
	float: left;
	padding: 0px 10px 0px 0px
}

.right {
	float: right;
	padding: 0px 0px 0px 10px
}

div#wrapper {
	width: 800px;
	height: 100%;
	margin: 0px auto
}

div#header {
	width: 800px;
	height: 210px;
	background: #23237e url('img/header_bg.jpg');
	text-align: center;
	color: white;
	font-family: georgia, times new roman, times, garamond, serif;
	letter-spacing: 0.2em;
	font-weight: bold
}

span#location {
	font-size: 1.5em;
	position: relative;
	top: 134px
}

span#description {
	font-size: 1.2em;
	position: relative;
	top: 153px;
	text-transform: uppercase
}

div#languages {
	text-align: right;
	position: relative;
	top: 138px
}

div#home {
	width: 10px;
	height: 11px;
	position: relative;
	left: 10px;
	top: 124px;
}

img.languages {
	padding-right: 10px;
}

div#torso {
	background: #c7d7dd url('img/torso_bg.gif');
	width: 800px;
	padding-top: 10px

}

div#menu {
	width: 210px;
	float: left
}

div.menu_item {
	width: 186px;
	background: #3d3d7b url('img/menu_item_bg.gif') repeat-x;
	margin-left: 10px;
	margin-bottom: 3px;
	padding: 5px;
	border: 2px solid #6f6fb8;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	color: white;
	font-size: 1.4em
}

a.menu_item:link {
	color: white;
	font-weight: bold;
	text-decoration: none
}

a.menu_item:visited {
	color: white;
	font-weight: bold;
	text-decoration: none
}

a.menu_item:hover {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none
}

a.menu_item:active {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none
}

div#content {
	width: 570px;
	float: right;
	padding: 0px 10px 10px 0px;
	font-family: trebuchet ms, tahoma, arial narrow, arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em
}

div.bogus_defloater {
	clear: both
}

div#footer {
	width: 800px;
	height: 138px;
	background: #23237e url('img/footer_bg.gif');
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 1.1em;
	color: white;
	text-align: center;
	overflow: hidden
}

a.footer:link {
	color: white;
	font-weight: bold;
	text-decoration: none
}

a.footer:visited {
	color: white;
	font-weight: bold;
	text-decoration: none
}

a.footer:hover {
	color: #ffd1b2;
	font-weight: bold;
	text-decoration: none
}

a.footer:active {
	color: #ffd1b2;
	font-weight: bold;	
	text-decoration: none
}

p#contacts {
	position: relative;
	top: 20px;
	margin-top: 0px
}

p#ds {
	position: relative;
	top: 30px
}

img#ds {
	position: relative;
	top: 4px
}

div#associations {
	display: inline;
	width: 120px;
	position: relative;
	top: -70px;
	left: 340px
}

a:link {
	color: #ff6600;
	text-decoration: none
}

a:visited {
	color: #ff6600;
	text-decoration: none
}

a:hover {
	color: #ff6600;
	text-decoration: underline
}

a:active {
	color: #ff6600;
	text-decoration: underline
}

h1 {
	color: #ff6600;
	margin: 0px 0px 10px 0px;
	font-size: 1.4em
}

td.guestbook_entry {
	width: 100%;
	border-top: 2px dotted #93B5C5;
	padding-bottom: 15px
}

span.name {
	font-weight: bold
}

span.date {
	font-style: italic;
	margin-left: 0.8em;
	font-size: 0.8em
}

div.guestbook_answer {
	margin: 5px 5px 5px 50px;
	background: #a9c6d3;
	padding: 5px 5px 0px 5px
}

div#pages {
	width: 100%;
	text-align: center;
	border-top: 2px dotted #93B5C5
}

input#input_text {
	width: 200px;
	border: 1px solid #a9c6d3;
	background: #e3e9ec
}

input.blue {
	width: 200px;
	border: 1px solid #a9c6d3;
	background: #e3e9ec
}

textarea#input_textarea {
	width: 560px;
	height: 150px;
	border: 1px solid #a9c6d3;
	background: #e3e9ec
}

input#input_submit {
	border: 1px solid #a9c6d3;
	background: #e3e9ec
}

td.gallery_cell {
	width: 50%;
	border-bottom: 2px dotted #93B5C5;
	text-align: center
}

img.gallery_picture {
	border: solid #93bacb 5px
}

img.gallery_picture:hover {
	border: solid #a7e4ff 5px
}
