BODY {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #cacaca;
}

input, textarea, select {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #484848;
}

a {
	text-decoration: none;
	color: #cacaca;
}

.top {
	height: 100px;
	text-align: center;
}
	.top img {
		border: none;
	}
.mid {
	margin: 0 auto 0 auto;
	height: 450px;
	/*background: #d7d7d7;*/
	border-bottom: 1px solid #484848;
}
.bot {
	width: 750px;
	height: 30px;
	margin: 0 auto 0 auto;
	font-size: 10px;
	line-height: 20px;
	color: #484848;
}
	.bot a {
		text-decoration: none;
		color: #484848;
	}

.subpage {
	width: 750px;
	height: 450px;
	margin: 0 auto 0 auto;
	/*background: url('i/_c/subpage.jpg') no-repeat center center;*/
}
.content {
	height: 410px;
}
.menu {
	clear: both;
	height: 40px;
}
	.menu a {
		float: right;
		display: block;
		width: 100px;
		height: 40px;
		margin-left: 2px;
		text-decoration: none;
	}
		.menu a.bio {
			background: url('i/_c/bio_off.gif') no-repeat center center;
		}
			.menu a:hover.bio {
				background: url('i/_c/bio_on.gif') no-repeat center center;
			}
			.menu a.bio_selected {
				background: url('i/_c/bio_on.gif') no-repeat center center;
			}

		.menu a.gallery {
			background: url('i/_c/gallery_off.gif') no-repeat center center;
		}
			.menu a:hover.gallery {
				background: url('i/_c/gallery_on.gif') no-repeat center center;
			}
			.menu a.gallery_selected {
				background: url('i/_c/gallery_on.gif') no-repeat center center;
			}

		.menu a.work {
			background: url('i/_c/work_off.gif') no-repeat center center;
		}
			.menu a:hover.work {
				background: url('i/_c/work_on.gif') no-repeat center center;
			}
			.menu a.work_selected {
				background: url('i/_c/work_on.gif') no-repeat center center;
			}

		.menu a.posters {
			background: url('i/_c/posters_off.gif') no-repeat center center;
		}
			.menu a:hover.posters {
				background: url('i/_c/posters_on.gif') no-repeat center center;
			}
			.menu a.posters_selected {
				background: url('i/_c/posters_on.gif') no-repeat center center;
			}

		.menu a.clients {
			background: url('i/_c/clients_off.gif') no-repeat center center;
		}
			.menu a:hover.clients {
				background: url('i/_c/clients_on.gif') no-repeat center center;
			}
			.menu a.clients_selected {
				background: url('i/_c/clients_on.gif') no-repeat center center;
			}

		.menu a.contact {
			background: url('i/_c/contact_off.gif') no-repeat center center;
		}
			.menu a:hover.contact {
				background: url('i/_c/contact_on.gif') no-repeat center center;
			}
			.menu a.contact_selected {
				background: url('i/_c/contact_on.gif') no-repeat center center;
			}

.img_image {
	float: left;
	width: 542px;
	height: 362px;
	margin: 20px 0 0 0;
}

img.img_gallery {
	width: 540px;
	height: 360px;
	border: 1px solid gray;
}

.img_description {
	float: right;
	width: 200px;
	height: 342px;
	margin: 20px 0 0 0;
	text-align: right;
}

.img_gallery_navi {
	float: right;
	width: 200px;
	height: 20px;
	margin: 0;
	text-align: right;
}

table.img_navi {
	float: right;
}

.img_navi img {
	border: 0;
}
.no {
	width: 30px;
	height: 20px;
	background: url('i/_c/no.gif') no-repeat center;
	text-align: center;
}

.contact_text {
	position: relative;
	top: 100px;
	text-align: center;
	line-height: 17px;
}

.work_img {
	float: left;
	width: 550px;
	height: 362px;
	margin: 20px 0 0 0;
}
	.work_img img {
		width: 120px;
		height: 80px;
		border: 1px solid gray;
		margin: 0 10px 10px 0;
	}

.work_description {
	float: right;
	width: 200px;
	height: 360px;
	margin: 20px 0 0 0;
	text-align: right;
}