* {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}

html {
	width: 100%;
	overflow-y: scroll;
}

 body {
	width: 100%;
}

h1 {
	margin: 80px 0 80px 0;
	font-style: italic;
	background-color: #00FF00;
	font-size: 25px;
	float: left;
	padding-left: 30px;
	padding-right: 5px;
}

table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

tr#header td {
	background-color: #000000;
	border-bottom: 1px solid #00ff00;
	height: 110px;
	vertical-align: bottom;
}

td#content {
	vertical-align: top;
	height: 350px;
	width: 960px;
	padding: 0 0 10px 0;
}

td#footer {
	background: url(./footer-background.gif) repeat-x;
}

span.sentence {
	padding-left: 30px;
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}

span.sentence a {
	font-size: 18px;
	color: #00FF00;
	text-decoration: underline;
}

span.sentence a {

}

div#expertises {
	padding: 30px 0 80px 20px;
	width: 100%;
}

h2 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

#expertises span {
	float: left;
	display: block;
	font-size: 20px;
	padding: 0 0 0 25px;
}

h2 a {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #00ff00;
}

img#logo {
	margin-bottom: 10px
}