/* import home styles */

@import url(/css/home.css);


/* wrapper ----------*/

#wrapper {
	height: auto;
	margin: 0 auto;
	background: #000 url(/images/int_bg_bw.jpg) center top no-repeat;
}


/* typography ----------*/

h2 {
	font-weight: bold;
	font-size: 18px;
}
p {
	margin: 1em 0;
}
ul {
	margin: 1em 0;
	padding-left: 2em;
	list-style-image: url(/images/diamond.gif);
}


/* body ----------*/

#body {
	width: 617px;
	margin: 258px 0 100px 79px;
	padding: 0 10px;
	color: #2d0705;
	background: url(/images/parchment.jpg) center top repeat-y;
	position: relative;
	left: 2px;
	overflow: hidden;
}

td, p, blockquote {
	font-family:arial;
	font-size:11px;
}

.grid_choice{
	width:40px;
	text-align:center;
	font-family:arial;
	font-size:10px;
	color:#000000;
}

.grid_table {
	color:#000000;
}
