body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #000000;
}

img {
	border: 0;
	margin: 0 0 5px 0;
}

p {
	padding: 5px;
	text-align: justify;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

#content {
	width: 750px;
	margin: 30px auto;
}

#logo {
	width: 200px;
	height: 110px;
	display: block;
	background: url("images/logo-am.jpg") no-repeat top left;
}

#hello {
	width: 105px;
	height: 45px;
	display: block;
	background: url("images/hello-am.jpg") no-repeat top left;
	margin: 50px 0 0 0;
}

#actual {
	width: 500px;
	height: 80px;
	margin: 0 auto;
	padding-top: 50px;
}
.workplace {
	float: left;
}
.random {
	float: right;
}

#my_work {
	width: 320px;
	height: 50px;
	display: block;
	background: url("images/work-am.jpg") no-repeat top left;
	margin: 50px 0 0 0;
}

#work_list {
	width: 800px;
	margin: 20px 0 50px 0;
}

.work_item {
	float: left;
	width: 150px;
	height: 200px;
	margin: 0 50px 30px 0;
	font-size: 12px;
	border-top: #000000 7px solid;
}

.date {
	font-family: Georgia;
	font-size: 24px;
	line-height: 24px;
	color: #00CCFF;
}

#fadeshow1 {
	float: right;
}