body
{
	/* background-image:url('/assets/images/bg.png');
	background-repeat:repeat-x;
	background-color:#666666;*/
	font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
	font-size:1em;
	padding:3em;
	padding-top:0.5em;
}

img
{
	border:0px;
}

#Header
{
	color:white;
	margin:0px auto;
	width:70%;
}

#Wrapper
{
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	background-color:white;
	border:3px solid #FF8C1B;
	margin:0px auto;
	padding:1em;
	width:70%;
}

#Footer
{
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	background-color:white;
	border:3px solid #FF8C1B;
	margin:0px auto;
	margin-top:1em;
	padding:1em;
	text-align:center;
	width:70%;
}

a:link{color:#3366FF; padding-bottom:2px; text-decoration:none;}
a:visited{color:#3366FF; padding-bottom:2px;text-decoration:none;}
a:hover{color:#B88A00; padding-bottom:2px;text-decoration:none;}
a:active{color:#FFCC33; padding-bottom:2px;text-decoration:none;}


.HomePagePhoto
{
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border:1px solid #666666;
	clear:both;
	float:right;
	margin-left:1em;
	padding:10px;
	text-align:center;
	width:150px;
}