/* GENERAL Styling and Fixes */

* { padding:0px; margin:0px; }
a { text-decoration:none; }
img { border:none; }
ul { list-style:none; }
.texthide { display:none; }
.clearthis { clear:both; }

select, input, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('../img/tex_main.gif') repeat-x #e6e6f3;
	color:#4c495d;
	font-size:11px;
	padding-top:25px;
	text-align: center;
}

.setAlign {
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.setCenter {}

#wrapper {
	float:left;
	width:960px;
	background:url('../img/tex_maincontent.gif');
}

#inner {
	float:left;
	width:960px;
	background:url('../img/tex_maincontent_top.gif') no-repeat;
}

#footer {
	float:left;
	width:960px;
	height:90px;
	text-align:center;
	background:url('../img/tex_footer.gif') no-repeat;
	padding-top:48px;
}

.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-block { text-align: justify; }

