body
{
	background-color: #CFE9CB;
	background-image: url(/images/Mint-VerticalBackground.jpg);
	font-family: "Myriad Pro", Helvetica, sans-serif;
	font-size: 10pt;
	color: #6B996A;
	background-repeat: repeat-x;
}
a:link,
a:visited
{
	color: #61BF5D;
	text-decoration: none;
}
a:hover
{
	color: #83D980;
	text-decoration: underline;
}
a:active
{
	color: #61BF5D;
}

a img
{
	border: none;
}

div#Page
{
	width: auto;
	margin: auto;
	min-width: 500px;
	max-width: 1200px;
	padding-top: 200px;
}
img#Logo
{
	float: left;
	margin: 0 2em 2em 0;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px #F0F0F0 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
table
{
	width: 100%;
	border-spacing: 1em;
}
div#Page table
{
	clear: both;
}
table td
{
	margin: 1em;
	padding: 1em;
	background-color: #DAF2DA;
	border: 1px #CFE9CB solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: left;
	vertical-align: top;
}
table.three td,
table.three th
{
	width: 33%;
}
td#Creations img
{
	width: 49%;
}