html {
	background: #ece9d6;	
}

body {
	margin: 0;
	color: #515b61;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url('../images/htmlbg.jpg');
	background-repeat: repeat-x;
}

#wrap {
	width: 1023px;
	margin: 0 auto;
	background-image: url('../images/shbg.jpg');
}

#innerwrap {
	width: 880px;
	float: left;
}

#tl { 
	float: left; 
	background: url('../images/tlbg.jpg');
	height: 175px;
	width: 75px;
}

#tr { 
	float: left; 
	background: url('../images/trbg.jpg');
	height: 175px;
	width: 68px;
}

#header {
	height: 134px;
	width: 879px;
	background: #efeee4;
	margin-left: 1px;
}

#menu {
	height: 38px;
	border-top: 1px solid #93a0a9;
	border-bottom: 1px solid #93a0a9;
	background: url('../images/menubg.jpg');
	white-space:nowrap;
}

#content {
	background: #efeee4;
	background-image: url('../images/contentbg.jpg');
	background-repeat: no-repeat;
	padding: 22px 10px 20px 24px;
}

#content_left {
	width: 392px;
	float: left;
	color: #515b61;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#content_right {
	float: right;
	width: 360px;
	height: 286px;
	margin-right: 84px;	
	//margin-right: 40px;
}

#footer {
	width: 1024px;
	margin: 0 auto;
	height: 108px;
	background: url('../images/footerbg.png');
}

#footerinner {
	margin-left: 100px;
	color: #3a391f;
	font-size: 13px;
	text-align: center;
	padding-top: 10px;
}

#footerinner a {
	text-decoration: none;
	color: #3a391f;
}

input {
	border: 0px solid #000;
	background: #dddcd0;
	height: 26px;
	width: 350px;
	margin-top: 5px;
}

.tainput {
	border: 1px solid #93a0a9;
	background: #dddcd0;
	width: 350px;
	padding: 6px;
}

.bigtext {
	font-size: 20px;
	padding: 4px;
	border:1px solid #93a0a9;
}

.btn {
	width: 124px;
	height: 71px;
}

a, a:visited {
	color:#c4642b;
}

.green {
	color:#589d32;
}