@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #404040;
	background-color: #d9d9d9;
}

img {
	border: none;
}

label {
	display: block;
	font-weight: bold;
	color: #c41230;
}

input {
	width: 395px;
}

textarea {
	width: 395px;
	height: 100px;
	border: solid 1px #c0c0c0;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 808px;
	height: 810px;
	text-align: left;
	background: #d9d9d9 url(images/wrapper_bg.jpg) repeat-x;
}

#wrapper_left {
	float: left;
	width: 10px;
	height: 770px;
	background: url(images/wrapper_left.jpg) no-repeat;
}

#wrapper_right {
	float: right;
	width: 18px;
	height: 770px;
	background: url(images/wrapper_right.jpg) no-repeat;
}

#header {
	position: absolute;
	left: 0;
	top: -110px;
	width: 800px;
	height: 110px;
}

#logo {
	position: absolute;
	top: -120px;
	width: 160px;
	height: 120px;
}

#main {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 800px;
	height: 640px;
}

#menu {
	float: left;
	width: 160px;
	height: 670px;
}

#menu_content {
	width: 160px;
	height: 288px;
	background: url(images/menu_bg.jpg) no-repeat;
}

#menu_content ul {
	position: relative;
	top: 154px;
	left: 20px;
	list-style: none;
}

#menu_content li {
	width: 120px;
	height: 29px;
	margin-bottom: 1px;
	cursor: pointer;
}

#menu_content #intro {
	background: url(images/btn_intro.jpg) no-repeat;
}

#menu_content #philosophy {
	background: url(images/btn_philosophy.jpg) no-repeat;
}

#menu_content #work {
	background: url(images/btn_work.jpg) no-repeat;
}

#menu_content #contact {
	background: url(images/btn_contact.jpg) no-repeat;
}

#page {
	float: left;
	width: 640px;
	height: 640px;
	background: url(images/menu_shadow.jpg) no-repeat;
}

#page_content {
	width: 640px;
	height: 640px;
}

#footer {
	position: absolute;
	width: 808px;
	height: 30px;
	left: 0;
	top: 770px;
	background: #d9d9d9 url(images/footer_bg.jpg) no-repeat;
}

#copyright {
	font-size: 9px;
	line-height: 40px;
	text-align: center;
	color: #606060;
}

.images {
	width: 640px;
	height: 120px;
}

.copy {
	margin: 35px 110px 0 90px;
}

.copy p {
	margin-bottom: 10px;
}

.text {
	border: solid 1px #c0c0c0;
	margin: 1px;
}

.send {
	margin: 3px 0 15px 0;
	width: 90px;
}

#thumbs {
	width: 480px;
	height: 130px;
	background-color: transparent;
	padding: 10px 0 0 80px;
}

.thumb {
	float: left;
	width: 50px;
	height: 50px;
	padding: 5px;
	cursor: pointer;
}

#sample {
	float: left;
	padding-left: 80px;
	width: 480px;
	height: 480px;
}