body {
	margin:30px 0px 30px 0px;
	background:#FFFFFF url(images/mainbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img{
	border:none;
}
#wrapper{
	display:block;
	width:924px;
	height:100%;
	background:#FFFFFF;
}
#header{
	width:924px;
	height:350px;
	background:url(images/inntopback.jpg) no-repeat;
}
.header_logo{
	width:205px;
	float:right;
}
.header_content{
	clear:both;
	width:924px;	
	height:258px;
}
.header_link{
	width:284px;
	height:258px;
	float:left;	
}
.header_image{
	width:640px;
	float:right;
}
#content{
	width:924px;
	height:100%;
	clear:both;
}
.pageheading{
	color:#FF0000;
	font-size:18px;
}
.content_left{
	width:65px;
	height:650px;
	background:url(images/innlt1.jpg) no-repeat;
	float:left;
}
.left_image{
	width:65px;
	height:100%;
	background:url(images/innlt2.jpg) no-repeat bottom;
}
.content_main{
	width:814px;
	float:left;
	height:100%;
	text-align:left;
	padding:10px;
}
.main {	
	color: #333333;
}
a.main:link,a.main:active,a.main:visited {
	color: #990000;
	text-decoration:none;
}
a.main:hover {
	color: #0066CC;
	text-decoration:underline;
}
a.main:active {
	color: #990000;
	text-decoration:none;	
}
.footer_bg{
	width:924px;
	height:71px;
	background:url(images/innbotbg.jpg) no-repeat;
	clear:both;
}
.footer_top{
	width:924px;
	height:36px;
	text-align:right;
}
.footer_link{
	width:438px;
	height:36px;
	float:right;
	padding-right:10px;
}
.footer_bottom{
	width:440px;
	height:25px;
	float:right;
	padding-right:17px;
	padding-top:10px;
	font-size: 11px;
	color: #FFFFFF;
}
.footer_left{
	width:300px;
	height:25px;
	float:left;
}
.footer_right{
	width:110px;
	height:25px;
	float:right;
}
a.footer:link,a.footer:active,a.footer:visited{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
a.footer:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.heading {
	font-size: 20px;
	color: #FF0000;
	font-weight:bold;
}
input{
	height:18px;
	width:auto;
	font-size:11px;
	color:#333333;
	border: 1px solid #333333;
}
.textbtn{
	height:22px;
	width:auto;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #cccccc;
	background:#D8D8D8;
}
.textarea{
	height:auto;
	width:200px;
	font-size:11px;
	color:#333333;
	border: 1px solid #333333;
}
.select{
	font-size:11px;
	color:#333333;
	width:200px;
	height:20px;
	border: 1px solid #333333;
}
.td_dark{
	background:#B5E7E6;
}
.td_light{
	background:#D2F0F0;
}
.td_heading{
	background:#F7F7F7;
}