/* CSS Document */
body
{
	font-family:arial;
	font-size:14px;
}
.gw
{
	width:800px;
}

div.header
{
	background-repeat:no-repeat;
	height:100px;
}
div.footer
{
	background-repeat:no-repeat;
	height:50px;
	text-align:center;
	color:#fff;
	padding-top:5px;
}
.is div.header
{
	background-image:url(../images/is/header.jpg);
}
.is div.footer
{
	background-image:url(../images/is/footer.jpg);
}
.ts div.header
{
	background-image:url(../images/ts/header.jpg);
}
.ts div.footer
{
	background-image:url(../images/ts/footer.jpg);
}
div.column
{
	width:100px;
	color:#797979;
	font-size:10px;
}
div.column h2
{
	color:#000;
	margin:0px;padding:0px;
}
div.content
{
	width:670px;
	margin-left:10px;
}
div.content h1
{
	margin:0px;
	padding:0px;
	font-size:20px;
}

div.content h2
{
	margin:0px;
	padding:0px;
	font-size:18px;
}
div.content p
{
	color:#444;
}
a.btn
{
	display:inline-block;
	font-size:24px;
	color:#fff;
	text-decoration:none;
	background-image:url(../images/is/btn.jpg);
	width:280px;
	height:80px;
	line-height:80px;
	text-align:center;
	/*padding-top:17px;*/
	background-repeat:no-repeat;
}
div.btns
{
	text-align:center;
}
div.btns img
{
	vertical-align:top;	
	padding-top:25px;
}
