@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 20px auto;
	width: 1400px;
	background-image: url(main/background_image.png)
}
ul {
	font-size: 24px;
	text-align: left;
	margin-left: 20px;
	padding: 0px; /* Set margin and padding for cross browser consistency. */ 
	list-style-image: url(join/bullet.png);
}
.table {
	background-color: #FFF;
	border: 2px solid #CCC;
	padding: 0px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
.title1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.title2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.title3 {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}
.pics {
	border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}