.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

body {
	margin:0 auto;
	padding: 0;
	background: none;
	font-family: Century, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align:center;
	color: #63676A;
}

a:hover {
	color:#000;
	text-decoration:none;
}
a {
	color:#4c514e;
	text-decoration:none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

h1{
	padding:0;
	font-size:20px;
	font-weight:normal;
	font-variant:small-caps;
	color: #0e1e0d;
	margin:0 0 5px 0;
	white-space:nowrap;
}

h2 {
	padding:0;
	margin:0 0 5px 0;
	white-space:nowrap;
	font-weight:normal;
	font-variant:small-caps;
	color:#4c514e;
	font-size:150%;
	background:url(images/h2.jpg) bottom repeat-x;

}

h3 {
	font-size: 120%;
	padding:0;
	margin:10px 0 10px 0;
	white-space:nowrap;
	font-weight:normal;
	font-variant:normal;
	color: #63676A;

}

h4 {
	padding: 0 20px 0 25px;
	text-align:left;
	font-weight: normal;
	white-space:nowrap;
	color: #0e1e0d;

}

hr { display: none; }


#wrapper {
	width: auto;
	z-index: 6000;

}

#page {
	background-color:#fcfcfb;
	vertical-align:top;
	width:900px;
	padding-top: 20px;
	margin: 0 auto; 
}

/* Header */

#header {
	width: auto;
	height: 50px;
	margin: 0 auto;
	background: #fcfcfb;
	position:relative;
	text-align:center;
}

#title {
	width: 875px;
	margin: 0 auto;
	position:relative;
	text-align:left;
	color:#4c514e;
}

#title p.left {
	font-size:21px;
	text-align:left;
	float: left;
	margin: 0px auto;
	padding:0px;
	position:absolute;
	top: 10px; 
}

#title p.right {
	font-size:14px;
	float: right;
	margin: 0 auto;
	position:relative;
	top: 18px; 

}


#spacer {
	color:#444444;
	text-align:justify;
	letter-spacing: 0.75px;
	line-height: 19px;
	font-size: 15px;
	width: 875px;
	height: 50px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	background: none;

}
	
/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
}

/* Menu */

#menu {
	font-size:16px;
	background: none;
	text-align:left;
	float: left;
	list-style: none;
	margin: 0 0 0 -8px;
	padding: 0;
	width: 210px;
}
#menu li {
	font-variant: small-caps;
	margin: 0;
	padding: 0;
}
#menu li .break {
	height: 15px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #fcfcfb url("images/menu.gif") left center no-repeat;
	border-bottom: 1px solid #fff;
	color: #0e1e0d;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 25px;
	text-decoration: none;
}
#menu a:hover {
	background: #fcfcfb url("images/hover.gif") left center no-repeat;
	color: #0e1e0d;
}

#submenu {
	text-align:left;
	background: left repeat-y #fcfcfb url("images/menu.gif");
	list-style: none;
	border-bottom: 1px solid #fff;
	padding: 0 0 5px 25px;
	margin: -5px 0 0 0;
}

#submenu li {
	font-variant:normal;
	margin: 0;
	padding: 0 0 0 0;
}
#submenu a {
	background: #fcfcfb;
	color: #0e1e0d;
	display: block;
	margin: 0;
	padding: 1px 1px 1px 12px;
	font-size:80%;
	text-decoration: none;
}
#submenu a:hover {
	background: #fcfcfb url("images/sub.gif") 0px center no-repeat;
	color: #0e1e0d;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #fcfcfb url(images/bot.gif) repeat-x left bottom;
	height: 12px;
	vertical-align:bottom;
}

#footer p {
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
	font-size:9px;
	line-height: normal;
	color: #000;
}

#footer a {
	color:#333;
}

/* Content */

.icon {
	float:right;
	padding:0;
	cursor:help;
	border:0;
}

#content {
	background: #fcfcfb;
	text-align:left;
	float: right;
	width:670px;
	height:inherit;
	padding:5px 15px 0 0;
	margin:0 0 0 -10px;
}
#content p {
	text-align:left;
	padding-bottom:10px;
	margin:0;
}
#content img {
	text-align:right;
	padding:0 10px 5px 10px;
	margin:0;
}
#content .date {
	background:url(images/date.gif) no-repeat;
	float:right;
	margin:0 -40px 0 0;
	padding: 7px 5px 7px 5px;
	font-weight:bold;
	font-size:12px;
}
