/* GENERAL DESIGN */

body, td, th {
	margin:0;
	padding:0;
	background-color:#afbe93;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:15px;
	line-height:21px;
}

a {
	color:#000000;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}

a:hover {
	color:#006491;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:28px;
	margin:0;
}

#wrapper {
	width:auto;
	margin:0;
	padding:0 40px;
}

#tl, #t, #tr, #l, #r, #bl, #b ,#br {
	margin:0;
	padding:0;
}
#tl, #tr, #bl, #br {
	height:29px;
	width:29px;
	background-position:center center;
	background-repeat:no-repeat;
}
#t, #b {
	height:29px;
	width:auto;
	background-position:center top;
	background-repeat:repeat-x;
}
#l, #r {
	height:auto;
	width:29px;
	background-position:center top;
	background-repeat:repeat-y;
}
#tl {
	background-image:url(i/bg_top-left.gif);
}
#t {
	background-image:url(i/bg_top.gif);
}
#tr {
	background-image:url(i/bg_top-right.gif);
}
#l {
	background-image:url(i/bg_left.gif);
}
#r {
	background-image:url(i/bg_right.gif);
}
#bl {
	background-image:url(i/bg_bottom-left.gif);
}
#b {
	background-image:url(i/bg_bottom.gif);
}
#br {
	background-image:url(i/bg_bottom-right.gif);
}

#header {
	width:auto;
	height:150px;
	text-align:center;
	background:url(i/bg_header.gif) left top repeat transparent;
	border-bottom:1px solid #FFF;
}

#header-left {
	width:auto;
	background:url(i/header-left.png) left top no-repeat transparent;
}

#header-right {
	width:auto;
	background:url(i/header-right.png) right top no-repeat transparent;
}

#header img {
	margin-top:65px;
}

#left {
	width:100%;
	vertical-align:top;
	background:url(i/bg_main-left.gif) left bottom no-repeat #e3e9d7;
	padding:20px;

}

#right {
	width:180px;
	vertical-align:top;
	background:url(i/bg_main-right.gif) right bottom no-repeat #dae1cb;
	padding:35px;
}

#footer {
	width:auto;
	height:auto;
	font-size:12px;
	line-height:18px;
	margin:auto;
	padding:10px 15px 15px 15px;
	background-color:#cdd8b5;
	border-top:1px solid #FFF;
	clear:both;
}

.float-r {
	float:right;
	display:inline;
}