@charset "utf-8";
/* CSS Document */

body {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#454545;
	text-align:center;
	margin:30px 0 0 0;
}
body,table {
	font-size:11px;
}
#wrapper {
	width:650px;
	margin:0 auto;
	text-align:left;
	background-image:url(images/wrapperBackground.gif);
	background-repeat:repeat-y;
}
img {
	border:0;
	display:block;
}
h1 {
	font-size:20px;
	font-weight:bold;
	color:#ff3000;
	padding:0;
	margin:0 0 15px 0;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#ff3000;
	padding:0;
	margin:0;
}
a:link, a:visited, a:active {
	color:#454545;
}
a:hover {
	color:#ff3000;
}
.imgBorder {
	border:solid 1px #CCC;
}
