@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body {
	background-color: #33FFFF;
}
#mainContents {
	padding-right: 20px;
	padding-left: 20px;
}
dl {
	float: left;
	width: 400px;
	padding-top: 10px;
}

dt {
	font-weight: bold;
	background-image: url(images/icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
	line-height: 16px;
}
dd {
	padding-right: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
}
dd img {
	margin-top: 10px;
	margin-left: 20px;
}

h1 {
	font-size: 50px;
	line-height: 70px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#photoBox {
	float: right;
	width: 300px;
}
