* html #internal {
	height: 1%;
}

body {
	background-color: #FFFFFF;
	color: black;
/*	font-family: garamond, georgia, serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.wrapper{
	margin: 40px auto;
	width: 982px;
	height: 549px;
	background-image:url('images/background.jpg');
	background-repeat: no-repeat;
}

#internal{
	height: 377px;
	width: 774px;
/*	border: 1px solid orange;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 80px;
}

#header{
	margin: 0 auto;
	width: 100%;
	height: 77px;
/*	border: 1px solid blue;*/
	display: block;
}

#header img{
	margin: 15px 0px 0px 72px;
	position: relative;
}

#leftside{
/*	border: 1px solid red;*/
	width: 195px;
	height: 300px;
	float: left;
	position: relative;
}

.menutext{
	padding: 1px 4px 1px 2px;
}

#content{
	width: 570px;
	height: 297px;
/*	border: 1px solid blue;*/
	border: 1px solid #949698;
	position: relative;
	float: left;
}

#info{
	margin: 5px;
}

#emaillink, #emaillink:visited{
	color: #000000;
	text-decoration: none;
}

#emaillink:hover, #emaillink:active{
	color: #000000;
	text-decoration: underline;
}

#menu{
	margin: 10px 0px auto auto;
}

#menu tr td{
	text-align: right;
}

#menu a, #menu a:visited {
	text-decoration: none;
	color: black;
}

#menu a:hover, #menu a:active{
/*	text-decoration: underline;*/
}

#contact{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding-right: 10px;
}

.name{	
	font-size: 1.3em;
	font-weight: bold;
}

.title{
	font-style: italic;
	font-size: 0.8em;
}

#iframe{
/*	border: 1px solid #949698;*/
}
