*{
	margin:0;
	padding:0;
	font-size:100%;
}

body{
	font:80%/110% Verdana, Helvetica, sans-serif;
	color:#666;
	margin-top:20px;
	background:#f6d5d0;
	text-align:center;
}

a {
color:#666;
text-decoration:none;
}

a.hover {
color:#f00
text-decoration:underline;
}

p,
h2{
	margin:15px 5px;
}

h2{
	color:#999;
}

#wrap{
	width:840px;
	margin:0 auto;
	position:relative;
}

#header{
	margin-bottom:20px;
}

#header a{
}

#header a.hover{
	text-decoration:underline;
}

#main-content li {
	width:88px;
	height:78px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	-moz-border-radius:10px;
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
	font-size: 0.85em;
}

#main-content li img {
	width: 82px;
}

#fullplate-photo{
	border:solid #EEE;
	border-width:0 1px 1px 0;
	-moz-border-radius:20px;
	background:#FFF;
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:735px;
}

img{
	border:1px solid #EEE;
}

#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
}