body {
	background: white url("graphics/background.gif") repeat-y scroll left top ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
}
div#container {
	position: relative ;
	width: 750px ;
}
div#header {
	position: relative ;
	width: 100% ;
	height: 100px ;
	margin: 0px 0px 50px 0px ;
	padding: 0px 0px 0px 0px ;
}
div#header img {
	position: relative ;
	float: left ;
	border-top: 2px solid white ;
	border-bottom: 2px solid white ;
}
div#title {
	position: absolute ;
	left: 180px ;
	bottom: -10px ;
}
div#title h1 {
	color: #5A6262 ;
	font-family: serif ;
	font-style: italic ;
	font-weight: bold ;
	font-size: 40px ;
	text-align: left ;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
}
div#menu {
	position: relative ;
	float: left ;
	width: 144px ;
	display: block ;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
}
div#menu a {
	display: block;
	background: #849192 ;
	color: white ;
	font-weight: bold;
	text-decoration: none ;
	text-align: left ;
	margin: 4px ;
	padding-left: 16px ;
}
div#menu a:hover {
	background: white;
	color: #5A6262;
}
div#content {
	position: relative ;
	float: left ;
	width: 570px ;
	left: 36px ;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
}
div#footer {
	clear: both;
	position: relative ;
	width: 570px ;
	left: 180px ;
	font-size: 75%;
	text-align: center;
	padding: 30px 0px 10px 0px ;
}
div.portfolio {
	position: relative ;
	float: left ;
	width: 190px ;
	text-align: center ;
	margin: 20px 0px 20px 0px ;
}
div.portfolio h3 {
	text-align: center ;
}
h2 {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 20px 0px ;
}
h3 {
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px ;
}
h4{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 80%;
	text-align: left;
	margin: 0px 0px 0px 0px ;
}
p {
	text-align: justify ;
	text-indent: 30px ;
}
img.left {
	float: left ;
	clear: left ;
	margin: 0px 20px 20px 0px ;
	border: 1px solid black ;
}
img.right {
	float: right ;
	clear: right ;
	margin: 0px 0px 20px 20px ;
	border: 1px solid black ;
}
img.port {
	border: 1px solid black;
}
