@charset "utf-8";



#photo1 {
	background-image:url(images/photo_advice.jpg);
}
#photo2 {
	background-image:url(images/photo_order.jpg);
}




body {
	margin:0;
	padding:0;
}
#container {
	width:941px;
}
#body {
	background-color:#444546;
	padding-bottom:20px;
}
#nav {
	width:931px;
	height:31px;
}
#body_text {
	padding-left:40px;
	padding-right:250px;
	color:#c4baba;
}
#inside_body_text {
	padding-left:235px;
	padding-right:150px;
	color:#c4baba;
}
#research {
	float:right;
	border:1px solid #5d5e5f;
	width:225px;
	height:234px;
	padding:15px;
	margin-right:40px;
	background-image:url(images/research_bg.jpg);
}
#research select {
	margin-bottom:10px;
}
.photo {
	float:left;
	border:1px solid #5d5e5f;
	width:247px;
	height:266px;
	margin-right:10px;
	margin-left:40px;
}
.photo:hover {
	cursor:pointer;
}
#body_contents {
	width:931px;
	height:300px;
}
#research_form select {
	width:225px;
	font-family:'Trebuchet MS', Verdana, Arial;
	margin-bottom:10px;
}
#footer {
	width:941px;
	color:#545555;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
	#menu {
	background-image:url(images/inside_memu_bg.gif);
	background-repeat:no-repeat;
	width:164px;
	height:178px;
	float:left;
	margin-left:5px;
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:25px;
	line-height:30px;
	color:black;
}
#menu a {
	text-decoration:none;
}
#menu a:hover {
	color:#496989;
}

