/*This is for only images for creating template*/

body {	
	margin: 0px;
	padding: 16px 0;
	font: 11px arial, helvetica;
	color: #282828;
	text-align: center;
}

p {
	font-size: 11px;
	text-indent: 1cm;
	text-align: justify;
	line-height: 16px;
	padding: 0px 80px 10px 10px
}

img {
	border-style: none;
}

a {
	color: #2E9FED;
	text-decoration: none;
}

a:hover {
	color: #1471B1;
}

h1 {
	padding: 5px 0 0 20px;
	margin: 0px;
	font-size: 24px;
	color: #000000;
}

h3 {
	font-size: 22px;
	color: #003366;
}

h4 {
	font-size: 13px;
	padding: 2px;
	margin: 0px;
	color: #003366;
}

#container {
	position: relative;
	width: 950px;
	margin: 0 0 0 100px; /*Very important for moving entire template left / right*/
	padding: 0px;
	text-align: left;
	height:auto;
}

#collapse {
	width: 950px;
}

#head {
	width: 950px;
	height: 100px;
	background: url(../images/headerv2.png) no-repeat;
}

#head h1 {
	position: absolute;
	margin: 31px 0 0 36px;
	width: 900px;
	height: 10px;
	background: url(logo.gif) no-repeat;
	top: 37px;
	left: -10px;
}

#head h1 a {
	text-indent: -2000px;
	width: 154px;
	height: 10px;
	display: block;
	background: url(logo.gif) no-repeat;
}

.top_head_banner {
	float: right;
	width: 200px;
	height: 120px;
	background: url(top_head.gif) no-repeat right;
	background-position: -12px 12px;
}

#area {
	width: 950px;
	height: 260px;
	background: url(../images/bg-main.png) repeat-y;
}

#main {
	margin: auto;
	background: url(../images/bg-main.png) repeat-y;
	width: 950px;
	height: auto;
	padding: 0px 20px 30px 40px;
}

#content_left {
	float: left;
	padding: 0px 20px 30px 40px;
	width: 85%;
	height: auto;
}

#content_right {
	float: right;
	padding: 5px;
	width: 250px;
	height: auto;
	padding-right: 40px;
}


.spacer {
	width: auto;
	height: 2px;
	clear: both;
	padding-bottom: 5px;
}

#footer {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background: url(../images/footerv2.png) no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	width: 950px;
	height: 85px;
}

#footer a {
	background: none;
	padding: 0px;
}

.tb7 {
	width: 221px;
	background: transparent url(../images/bg.jpg) no-repeat;
	color : #747862;
	height:20px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
}
