/* common elements */

body	{
	margin:0;
	padding:0;
	background:url(../images/body_bg_tile.gif) top center repeat-y #3170B3;
	text-align:center;
	}


/* universal styles */
p, div, table, td, th, ul, li, a, input, select, option, textarea, 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;
	}
p, li {font-size:0.7em;}
/* specific styles */
img	{border:0;}
a	{
	color:#036;
	font-size:1em;
	}
ul, li	{list-style-type:none;}
input, select, option, textarea	{background:#fff;}

h1, h2, h3, h4, h5, h6	{font-weight:bold;}

/* hides text when graphics used for text. */
a span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
visibility:hidden;
font-size:1px;}

/* used to force firefox and other compliant browsers to diaplay backgrounds of floated elements preceding this element */
.clearer {
	clear:both;
	height:1px;
	font-size:1px;
}

#container {
	width:910px;
	padding:0 40px 0 50px;
	margin:0 auto;
}

#top {
	height:84px;
	width:910px;
	background:url(../images/top_bg.gif) top left no-repeat #fff;
	position:relative;
}

#logo {
	padding:0 0 0 12px;
	width:500px;
	height:80px;
	background:url(../images/logo.gif) 12px 9px no-repeat;
}
#logo h1 {height:1px;}
#logo p {
	height:50px;
	margin:0 0 0 0;
	}
#logo p a {
	display:block;
	text-decoration:none;
	height:100%;
}
#top h2 {
	left:500px;
	top:0;
	position:absolute;
	width:398px;
	height:32px;
	background:url(../images/text/_slogan.gif) bottom left no-repeat;
}
#content {
	background:#fff;
	width:910px;
	margin:0 auto;
	clear:both;
	}

#footer {
	width:910px;
	background:url(../images/footer_tile.gif) top left repeat-x;
	height:90px;
	padding:16px 0 0 0;
	clear:both;
	margin:0 auto;
}

#anitron {
	float:left;
	margin:0 0 0 10px;
	}

#anitron p,
#anitron a {
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#7B98D2;
}
#anitron p	{
	float:left;
	padding-top:9px;
	height:29px;
}

#anitron .a {
	text-align:right;
	width:180px;
	padding-right:40px;
	background:url(../images/footer_anitron.gif) top right no-repeat;
}
#anitron>.a {
	width:140px;
	padding-right:40px;
}
#anitron .b {
	text-align:left;
	width:150px;
	padding-left:3px;
}

#copyright {
	float:right;
	text-align:right;
	padding:0 15px 0 0;
	}

#copyright p,
#copyright a {color:#99B2D1;}

#copyright p {text-align:right;}
