/* CSS document for SVG-Z-Cards */
/* By Brandon Ardiente 04/12/08 */
body
{
	background-color: #FFF9F4;
	font-family: Helvetica, sans-serif;
}

h1, h2, h3, h4, p
{
	padding-left: 10px;
}

#icon
{
	position: absolute;
	z-index: 2;
	width: 375px;
	top: 20px;
}
#title
{
	position: relative;
	z-index: 2;
	width: 400px;
	margin-left: 400px;
	top: 10px;
	
	background-color: #BFB7AF
}
#author
{
	position: relative;
	z-index: 2;
	width: 400px;
	margin-left: 400px;
	margin-top: 20px;
	background-color: #A9A097
}
#downloads
{
	position: relative;
	z-index: 2;
	width: 400px;
	margin-left: 400px;
	margin-top: 10px;
	background-color: #A9B7CD
}
#content
{
	position: relative;
	width: 800px;
	margin-top: 10px;
	background-color: #BCB4AC
}
#status
{
	position: relative;
	width: 800px;
	margin-top: 10px;
	background-color: #A9B7CD
}