
* {	margin:  0;
	padding: 0; }

body {	background-image: url(../mac/gc/img/gc_bg.png);
	text-align:       center; }

.contents {
	background-color: #f5f5f5;
	text-align:       left;
	overflow: auto;
	padding:          8px;
	clear:            both;
	border-style:     solid;
	border-width:     1px 16px;
	border-color:     #e0daae; }

#wrapper {
	margin:    50px auto 30px;
	width:     70%; }

h2 {	color:            black;
	font-size:        18px;
	font-weight:      bold;
	background-color: #c40e0e;
	padding-top:      4px;
	padding-bottom:   4px; }

h3 {	font-size:   16px;
	font-weight: bold;
	margin:      8px 0; }
h4 {
	color: white;
	font-size: 14px;
	background-color: black; }
p {	color:            black;
	background-color: transparent;
	text-align:       left;
	margin:           3px 8px 8px; }

.contents img.left {	margin-right: 20px;
	float:        left; }

/*.clear {	clear: both; }*/

hr {
	display: none; }
.spacer {
	height: 250px; }

.thumb {
	/*border: 1px solid #85a6fd;*/
	float: left;
}

a img {
	margin-bottom: 8px;
	-webkit-box-shadow: 0px 4px 6px #777;
	-moz-box-shadow: 0px 4px 6px #777;
	box-shadow: 0px 4px 6px #777;
	cursor: url("../images/icon/zoomin-curor.png"),pointer;
}

a img:hover {
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	box-shadow: 0px 2px 3px #555;
}

.thumb img {
	margin-bottom: 8px;
	margin-right: 1em;
}
