*, html {
	margin:0;
	padding:0;
}
body {
	font: 62.5%/1 Verdana, Helvetica, Arial, Sans-serif; /* 1em = 10px */
	background: #d5ded9 url(img/bg.gif) 0 0 repeat-x;
	color:#333;
}
/*--------------------------------------------------------------------  BASIC */

a {
	text-decoration:none;
	color:#22436b;
}
a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4 {
	font-family: Arial,sans-serif;
	font-style:normal;
	font-weight:normal;
	color: #7a6a53;
	line-height: 1.2;
}
h2 {
	font-size: 2.2em;
	padding-bottom: 0.2em;
}

h3 {
	font-size: 1.6em;
	padding-bottom: 0.2em;
}



p {
	font: 1.2em/1.5 Verdana,sans-serif;
	padding-bottom: 0.8em;
}

img {
	border:0;
}

/*--------------------------------------------------------------------  WRAP */

.wrap {
	width: 908px;
	margin: 0 auto 20px auto;
	background: url(img/wrap-bg.gif) 0 0 repeat-y;
}

/*--------------------------------------------------------------------  TOP */

#top {
	text-align:right;
	padding: 4px 14px 6px 0;
	color: #919191;
	font: 1.1em/1.2 Verdana,sans-serif;
	background: url(img/top-bg.gif) 0 0 repeat-y;
}
#top a {
	text-decoration:none;
	color: #919191;
}
#top a:hover {
	text-decoration:underline;
}

/*--------------------------------------------------------------------  HEADER */

#header {
	background: url(img/header.jpg) 0 0 no-repeat;
	height: 193px;
	padding-left: 38px;
}

#header h1 {
	display:block;
	width:179px;
	height:60px;
	text-indent:-9009px;
	background:transparent url(img/logo.gif) no-repeat 0 0;
}
#header h1 a {
	display:block;
	outline:none;
	width:100%;
	height:100%;
}

#wrapper {
	background: transparent url(img/mainnav-bg.gif) 14px bottom no-repeat;
	margin-bottom: 15px;
}


/*--------------------------------------------------------------------  MAINNAV */
#mainnav {
	margin-left: 14px;
	margin-bottom:15px;
	float:left;
	min-width: 210px;
}
#mainnav ul {
	list-style:none;
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
}
#mainnav li {
	font: 1.2em/23px Verdana,sans-serif;
	border-bottom: 1px solid #ddd;
}
#mainnav li a {
	padding-left: 18px;
	color: #4d4d4d;
	background: #f2f2f2 url(img/mainnav-a-bg.gif) 0 0 no-repeat;
	height:23px;
	text-decoration:none;
	display:block;
	width: 200px;
}
#mainnav li.sel a {
	background: #fff url(img/arrow-black.gif) 8px 10px no-repeat;
	font-weight:bold;
}
#mainnav a:hover {
	font-weight:bold;
}

/*--------------------------------------------------------------------  CONTENT */

#content {
	float:left;
	width: 612px;
	margin-left: 30px;
}

 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;

}

/*--------------------------------------------------------------------  INFOBAR */

.infobar {
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
	padding: 4px 4px;
	color: #666;
	margin-top: 5px;
}

/*--------------------------------------------------------------------  PROMOTE */

.promote {
	background: #ebebeb url(img/promote.gif) 0 0 no-repeat;
	padding: 6px;
	margin-top:11px;
	min-height: 165px;
	clear: both;
}
.promote img {
	float:left;
	margin-right:20px;
}

.promote h3 {
	font-size: 2.2em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
}
.promote p {
	margin-right: 20px;
}



/*--------------------------------------------------------------------  FOOTER */

#footer {
	clear:both;
	background: url(img/footer-bg.gif) 0 bottom no-repeat;
	text-align:center;
	padding: 0 14px 0px 14px;
	
}
#footer p {
	border-top: 1px solid #ddd;
	color: #808080;
	font: 1.1em/35px Verdana,sans-serif;
}
#footer a {
	color: #808080;
}



/*--------------------------------------------------------------------  MISC */

.clearfix {
	font-size:0.00001px;
	visibility:hidden;
	height:0;
	clear:both;
}

.right {
	float:right;
}

