@charset "UTF-8";
/* CSS Document */

body {
	background-color: #95bf3d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

#container {
	margin: auto;
	padding-left: auto;
	width: 900px;
	height:600px;
}

#header {
	height: 68px;
	background: url(imgs/welcome.png) no-repeat center;
	width: 900px;
}

#content {
	height: 450px;
	width:900px;
}

#morby {
	width: 235px;
	height: 400px;
	background: url(imgs/morby.png) no-repeat center;
}

#page {
	width: 640px;
	height: 390px;
	padding: 20px;
	padding-right:0;
	padding-bottom: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#page p {
	margin: 0;
}

.leftdiv {
	float: left;
}

#portfolio div {
	height:305px;
	width: 150px;
	position:relative;
	float: left;
	padding: 3px;
}

#portfolio {
	overflow: hidden;
	width: 500px;
	height: 310px;
	position: relative;
}

/*
#portfolio ul {
	list-style: none;
	list-style-image: none;
}

#portfolio ul li {
	list-style: none;
	list-style-image: none;
	margin-right: 4px;
	float: left;
	position: relative;
}*/

#footer {
	text-align: center;
	width: 900px;
	padding: 12px 0 0 0;
}
