body {
	font-size:11px;
	font-family: Helvetica;
	color: #666666;
	background: url(/images/background/bg_body.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	/* overflow: -moz-scrollbars-vertical; */
}

form {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	color: #A08A63;
}

td, .body {
	font-size:11px;
	font-family: Helvetica, Arial;
	color: #000000;
	text-decoration: none;
	line-height:12px;
}

a.body:hover {
	color: #086CAE;
	text-decoration:none;
}

h1, h2, h3, h4 {
	color: #000000;
	font-weight: bold;
	font-family: Verdana;
	margin-bottom: 0px;
	margin-top:0px;
	padding: 0px;
}

/* category titles, etc. */
h1 {
	font-size:24px;
}

/* subcategory header titles, etc. */
h2 {
	font-size:13px;
}

a {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #06305B;
}

ul {
	list-style-type:  disc;
	margin: 0px 0px 0px 14px;
	padding:0px 0px 0px 5px;
}

li {
	padding:1px 0px 1px 0px;
/*	line-height: 11px; */
}


select, input {
	font-size: 10px;
}


/* GENERAL BOUNDS */
	#container {
		margin: 0 auto;
		width:722px;
		text-align: center;
	}

	#top {
		position:relative;
		background: url(/images/background/bg_top.jpg) top center repeat-y;
		width:722px;
		height:182px;
		/*padding-top: 8px;*/
	}

	#bottom {
		position:relative;
		background: url('/images/background/bg_bottom.jpg') top center repeat-y;
		width:722px;
		/*overflow:hidden;*/
	}

	#content {
		padding-top:20px;
		width:684px;
		height:239px; // Height of right and left plus 15
	}

	#left {
		position:absolute;
		left: 19px;
		background: url('/images/background/bg_lft.gif') top left repeat-y;
		width:195px;
		height: 224px;
		text-align: center;
	}

	#left img {
		display:block;
	}

	#menu {
		text-align: left;
		padding-left: 10px;
	}

	#right {
		position:absolute;
		left: 213px;
		background: url('/images/background/bg_right.gif') top right repeat-y;
		width:489px;
		height: 224px;
	}

	#rightCont {
		padding:25px 25px 0px 45px;
		text-align: left;
		font-size:13px;
		line-height:20px;
	}

	#descriptionBox {
		background-color: #ffffff;
		text-align: left;
	}

	#descriptionBox img {
		display:block;
	}

	#description {
		padding:25px 25px 25px 45px;
		text-align: left;
		font-size:13px;
		color: #A08A63;
		line-height:20px;
	}

/* HEADER */

	#headerIm {
		margin-top: 8px;
	}

	#mainNav {
		position:absolute;
		width:684px;
		height:23px;
		left:19px;
		top:65px;
	}


/* FOOTER */

	#footerNav {
		position:absolute;
		width:684px;
		height:23px;
		left:19px;
		bottom:0px;
	}


/* COMMON */

	#titleIm {
		margin-bottom:30px;
	}

/* FORM */

	#submit {

	}

	#submit td {
		color: #A08A63;
	}

	#rightCont a {
		color: #A08A63;
	}