* { margin: 0; padding: 0;}

#container {
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
}

img#logo {
	width: 252px;
	height: 48px;
	position: absolute;
	top: 10px;
	border: 0;
}

#line {
	width: 780px;
	height: 31px;
	position: absolute;
	top: 100px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #b8b8b8;
}

img#portfolio {
	width: 118px;
	height: 27px;
	position: absolute;
	top: 100px;
}

img#stripes {
	width: 117px;
	height: 86px;
	position: absolute;
	top: 0;
	left: 615px;
}

img#webdesign {
	width: 83px;
	height: 17px;
	position: absolute;
	top: 114px;
	left: 475px;
	background: url('images/webdesign.png') no-repeat;
	background-position: 0 -19px;
}

img#photography {
	width: 99px;
	height: 17px;
	position: absolute;
	top: 114px;
	left: 595px;
	background: url('images/photography.png') no-repeat;
	background-position: 0 -19px;
}

img#contact {
	width: 58px;
	height: 12px;
	position: absolute;
	top: 116px;
	left: 720px;
	background: url('images/contact.png') no-repeat;
	background-position: 0 -18px;
}

hr#top {
	border: 0;
	color: #b8b8b8;
	background-color: #b8b8b8;
	width: 780px;
	height: 1px;
	position: absolute;
	top: 127px;
}

hr#bottom {
	border: 0;
	color: #b8b8b8;
	background-color: #b8b8b8;
	width: 780px;
	height: 1px;
	position: relative;
}

a#webdesign {
	display: block;
	width: 83px;
	height: 17px;
	position: absolute;
	top: 114px;
	left: 475px;
	background: url('images/webdesign.png') no-repeat;
}

a#webdesign:hover {
	background-position: 0 -19px;
}

a#photography {
	display: block;
	width: 99px;
	height: 17px;
	position: absolute;
	top: 114px;
	left: 595px;
	background: url('images/photography.png') no-repeat;
}

a#photography:hover {
	background-position: 0 -19px;
}

a#contact {
	display: block;
	width: 58px;
	height: 12px;
	position: absolute;
	top: 116px;
	left: 720px;
	background: url('images/contact.png') no-repeat;
}

a#contact:hover {
	background-position: 0 -18px;
}

#projects_list {
	width: 780px;
	position: absolute;
	top: 170px;
	overflow: hidden;
	list-style-type: none;
}

#projects_list li {
	padding-bottom: 40px;
	overflow: hidden;
}

#photos_list {
	width: 780px;
	position: absolute;
	top: 170px;
	overflow: hidden;
	text-align: center;
	list-style-type: none;
}

#photos_list li {
	padding-bottom: 40px;
	overflow: hidden;
}

a.to_top {
	float: right;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #b8b8b8;
}

a.mail {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #858585;
	text-decoration: underline;
}

a.mail:hover {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #c51010;
	text-decoration: underline;
}

p.contact {
	position: relative;
	top: 160px;
	color: #858585;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11pt;
	padding-bottom: 200px;
}

em {
	font-weight: bold;
	font-style: normal;
}