/* common elements */
body	{
	margin:0;
	padding:0;
	background:#a2ac8a;
	font-family:Georgia, "Times New Roman", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#5f5d2f;
}
/* universal styles */
p, div, table, td, th, ul, li, a, h1, h2, h3, h4, h5, h6	{
	text-align:left;
	margin:0;
	padding:0;
	vertical-align:top;
	border:none;
}
/* specific styles */
p, li {font-size:0.8em;}
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;
}
h1, h2, h3, h4, h5, h6	{
	font-weight:normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ec961a;
	font-size:1.1em;
}
/* 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;
	background:url(../images/content_bottom.gif) 0 100% no-repeat;
	width:900px;
	padding:0 0 37px 0;
}
#top {
	width:840px;
	margin:0 auto;
}
#logo {
	background:url(../images/logo.gif) 0 0 no-repeat;
	width:630px;
	height:61px;
}
#content {
	background:url(../images/content_body_tile.gif) 0 0 repeat-y;
	width:900px;
}
#contentA {
	background:url(../images/content_heading.gif) 20px 0 no-repeat;
	width:880px;
	padding:10px 0 0 20px;
}
#contentB {
	float:right;
	width:468px;
	background:url(../images/contentB_02.gif) 0 0 no-repeat;
	position:relative;
	left:8px;
	top:-54px;
	padding:30px 0 0 0;
}
#contentA #contentB h2 {
	width:436px;
	height:auto;
	padding:22px 0 0 32px;
}
#contentBText {
	background:url(../images/contentB_01.gif) 0 100% no-repeat;
	padding:0 15px 18px 30px;
}
#footer {
	width:850px;
	background:url(../images/footer_tile.gif) 0 0 repeat-x;
	padding:10px 0;
	clear:both;
	margin:0 auto;
}
#footer p {font:0.65em Tahoma, Verdana, Arial, Helvetica, sans-serif;}
#footer p, #footer a {color:#f6f6f6;}

#uvium {
	background:url(../images/uvium.gif) 0 0 no-repeat;
	float:left;
	padding:5px 0;
	}
#uvium a {
	display:block;
	text-decoration:none;
	height:100%;
	padding:0 0 0 100px;
}
#copyright {
	float:right;
	text-align:right;
	padding:0 0 0 0;
}
