/* common elements */
body	{
	margin:0;
	padding:0;
	background:url(../images/bg_tile.gif) 0 0 repeat-x #3e3e3e;
}
/* universal styles */
p, div, table, td, th, ul, li, a, h1, h2, h3, h4, h5, h6	{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
	margin:0;
	padding:0;
	vertical-align:top;
	border:none;
}
/* specific styles */
p, li {font-size:0.7em;}
img	{border:0;}
a	{
	color:inherit;
	font-size:1em;
}
ul, li	{list-style-type:none;}

form,
fieldset {
	display:inline;
	border:none;
}

input, select, option, textarea	{background:#fff;}

h1, h2, h3, h4, h5, h6	{
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:0 0;
}
/* hides text when graphics used for text. */
span	{
	position:absolute;
	font-size:1px;
	left:-1000px;
}
/* used to force compliant browsers to display backgrounds of floated elements preceding this element */
.clear {
	clear:both;
	height:1px;
	font-size:1px;
}
#container {margin:0 auto;}
#top {
	background:url(../images/top.gif) 0 0 no-repeat;
	width:1100px;
	height:163px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
/* old sanswire logo
#top h1, #top p {
	background:url(../images/logo.gif) 0 0 no-repeat;
	width:177px;
	height:111px;
	position:absolute;
	top:11px;
	left:455px;
}*/

/* new sanswire-tao logo */
#top h1, #top p {
	background:url(../images/logo_sanswire-tao.jpg) 0 0 no-repeat;
	width:436px;
	height:56px;
	position:absolute;
	top:40px;
	left:332px;
}

#top a {
	display:block;
	text-decoration:none;
	height:100%;
}
#contentWrapper {
	background:url(../images/contact_top.gif) center 20px no-repeat #e8e8e8;
	padding:53px 0 0 1px;
}
#content {
	width:980px;
	margin:0 auto;
	background:url(../images/content_bg.gif) 10px 100% no-repeat;
	padding:10px 22px 50px 22px;
}
#footerContainer {
	background:url(../images/footer_tile.gif) 0 0 repeat-x;
	clear:both;
	}
#footer {
	width:980px;
	background:url(../images/footer_bg.gif) 0 0 no-repeat;
	padding:75px 60px;
	clear:both;
	margin:0 auto;
}
#footer p {font:0.65em Tahoma, Verdana, Arial, Helvetica, sans-serif;}
#footer p, #footer a {color:#6F6F6F;}
#anitron {
	float:left;
	padding:0 0 0 23px;
	height:29px;
	background:url(../images/anitron.gif) 0 0 no-repeat;
}
#copyright {
	float:right;
	text-align:right;
}