* {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

@font-face {
	font-family: "Calisto";
	src: url(Calisto_MT_Bold.ttf) format("truetype");
}

body {
	padding: 0px;
	margin: 0px auto;
	background: #f5efe2;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: center;
	background-image: url(images/gir_transparent.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

table,tr,td {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6,th {
	text-align: left;
	margin-bottom: 5px;
	color: #5a3333;
}

.largeHeader {
	text-align: left;
	margin-bottom: 5px;
	color: #5a3333;
	font-size: 18px;
	font-family: Calisto;
}

b,strong {
	color: #5a3333;
}

a:link,
a:active,
a:visited {
	color: #4298e7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#BodyWrapper {
	width: 775px;
}

#BodyContent {
	border: 1px solid #e4ded2;
	background: #fff;
	padding-top: 20px;
	float: left;
}

#BodyContent p, #BodyContent div, #BodyContent table {
	text-align: left;
	margin-bottom: 5px;
	padding: 5px;
}

#BodyLeftColumn {
	float: left;
	width: 49%;
	padding: 10px 20px;
	border-right: 1px solid #73052a;
}

#BodyRightColumn {
	float: left;
	width: 48%;
	padding: 10px 20px;
}

#ClearBoth { clear: both; height: 1px; }
