/* common elements */
body	{
	margin:0;
	padding:0;
	background:url(../images/bg_tile.gif) 0 0 repeat-x #390001;
	}
/* universal styles */
p, div, table, td, th, ul, li, a, h1, h2, h3, h4, h5, h6	{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
	margin:0;
	padding:0;
	vertical-align:top;
	border:none;
	font-style:normal;
	text-transform:none;
	}
/* specific styles */
p, li, td, th {font-size:0.7em;}
p {margin:0 0 1em 0;}
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:-9999px;
}

/* 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;
	width:864px;
}
#top {
	width:864px;
	height:68px;
	position:relative;
	background:url(../images/top.gif) 0 0 no-repeat;
}
#top h1,
#top p,
#top ul {position:absolute;}

#top a {
	display:block;
	text-decoration:none;
	height:100%;
}
#top h1, #top p {
	background:url(../images/logo.gif) 0 0 no-repeat;
	width:195px;
	height:58px;
	top:2px;
	left:17px;
}

#content {
	width:802px;
	background:url(../images/content_tile.gif) 0 0 repeat-y;
	padding:0 31px;
}
#footer {
	width:804px;
	background:url(../images/footer_tile.gif) 0 0 repeat-x;
	height:62px;
	padding:22px 30px 0 30px;
	clear:both;
	float:none;
	margin:0 auto;
}

#anitron {
	float:left;
	height:29px;
	font:0.65em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/anitron.gif) 0 0 no-repeat;
	padding:5px 0 0 25px;
	}
#anitron,
#anitron a {color:#fff;}
#anitron a {text-decoration:none;}
#anitron a:hover {text-decoration:underline;}
#copyright {
	float:right;
	text-align:right;
	font:.85em Garamond, Georgia, "Book Antiqua", Palatino, serif;
	line-height: 1.4em;
}

#copyright,
#copyright a {color:#fff;}
#copyright strong { color: #d8c1ab; }
