#mainImg {
	position: relative;
}
#mainImg a {
	display: block;
	height: 70px;
	width: 250px;
	position: absolute;
	top: 240px;
	right: 0px;
}
#garageHeader {
	margin-bottom: 30px;
}

#archive {
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}
#archiveTitle {
	float: left;
	width: 370px;
}
#archiveBtn {
	float: right;
	width: 360px;
}
#archiveBtn ul {
	list-style-type: none;
}
#archiveBtn li {
	display: block;
	width: 170px;
	padding-left: 10px;
	float: left;
}


#contributionList {
	margin-top: 30px;
	clear: both;
}



.contributionBox {
	margin-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
.imgArea {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-left: 20px;
}
.imgArea ul {
	list-style-type: none;
}
.imgArea li {
	display: block;
	float: left;
	width: 200px;
	padding-bottom: 10px;
}
.titleArea p {
	font-size: 2.5em;
	float: right;
	width: 3ex;
	text-align: right;
	display: block;
	padding-right: 10px;
}
.userName {
	font-size: 1.5em;
}
.titleArea h3 {
	padding-top: 1em;
	padding-left: 5px;
}

.titleArea h4 {
	display: block;
	padding: 5px;
	clear: both;
	font-size: 0.8em;
	line-height: 1.6em;
}
.textArea {
	float: right;
	width: 475px;
	list-style-type: none;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 20px;
}
.textArea h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.6em;
	margin-top: 10px;
	color: #000000;
}
.textArea p {
	line-height: 1.6em;
	padding-top: 5px;
}


.orange {
	background-color: #FDF0CA;
}
.orange h4 {
	background-color: #FF9900;
	color: #FFFFFF;
}
.orange .titleArea p {
	color: #FEC465;
}
.red {
	background-color: #FDEEEF;
}
.red h4 {
	background-color: #E9152B;
	color: #FFFFFF;
}
.red .titleArea p {
	color: #F3818B;
}
.black {
	background-color: #EAEAEA;
}
.black h4 {
	background-color: #000000;
	color: #FFFFFF;
}
.black .titleArea p {
	color: #7F7F7F;
}
.indexArea {
	margin-top: 20px;
	clear: both;
}
.indexArea ul {
	list-style-type: none;
}
.indexArea li {
	display: block;
	float: left;
	padding-right: 20px;
}
#lineupArea {
	clear: both;
	width: 740px;
	padding-top: 20px;
}
#lineupArea ul {
	list-style-type: none;
}
#lineupArea li {
	float: left;
	height: 105px;
	width: 105px;
	display: block;
	padding-bottom: 20px;
}
.nomalLine {
	margin-right: 20px;
}

#lineupArea a {
	display: block;
	border: 1px solid #77BBFF;
	height: 103px;
	width: 103px;
}
#lineupArea a:hover {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

