body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Helvetica, sans-serif, Arial;
}

#container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	height:100%;
} 

#bg {
	z-index: -1;
	position: absolute;
	float: left;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	bottom: 0;
}

#sidebar_page {
	left: 0;
	width: 263px;
	z-index: 2;
	background-color: #b1b1b1;
	opacity: .7;
	padding: 20px;
	top: 41px;
	float: left;
	position: relative;
}

#post blockquote{
	font-size: 16px;
	font-weight: bold;
	color: #dadada;
	background: url(images/quote2.png) no-repeat;
	padding-top: 3px;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 22px;
	padding-left: 50px;
	text-indent: 10px;
}

blockquote p{
	color: #000;
	text-indent: 20px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

#post {
	background-color: #575757;
	float: right;
	width: 500px;
	font-family: Helvetica, sans-serif, Arial;
	opacity: .7;
	top: 41px;
	position: relative;
	padding: 40px;
}

#post a:link{
	color: #000;
	text-decoration: none;
}
#post a:visited{
	color: #000;
	text-decoration: none;
}
#post a:hover{
	color: #000;
	text-decoration: underline;
}

h1{
	font-size: 22px;
	border-bottom: 1px solid #777;
	margin: -10px 0 30px;
	padding-top: 0;
}
p{
	font-size: 12px;
	color: #d1d1d1;
	text-align: left;
	margin-top: 10px;
	line-height: 16px;
}

.menu a:link{
	font-size: 14px;
	color: #5a5a5a;
	text-decoration: none;
}

.menu a:visited{
	font-size: 14px;
	color: #5a5a5a;
	text-decoration: none;
}

.menu a:hover{
	font-size: 14px;
	color: #5a5a5a;
	text-decoration: underline;
}

.menu{
	padding: 10px 0 0;
	border-top: 1px solid #828282;

}

#icons{
	margin-top: 10px;
	border-top: 1px solid #828282;
	padding-top: 10px;
}

#icons img{
	margin-left: 3px;
}

.menu li{
	list-style-image: url(images/bullet2.gif);
	list-style-position: outside;
	font-size: 14px;
	color: #5a5a5a;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 0px;
	margin-left: 14px;
}
#post ul{
	margin: 0;
	padding: 0;
}

#post li{
	list-style-image: url(images/bullet2.gif);
	list-style-position: inside;
	font-size: 14px;
	color: #000;
	padding-top: 3px;
	padding: 0;
	margin: 0;
}

.submenu a:link{
	font-size: 14px;
	color: #e3e3e3;
	text-decoration: none;
	text-shadow: #242424 1px 1px 0;
}

.submenu a:visited{
	font-size: 14px;
	color: #e3e3e3;
	text-decoration: none;
	text-shadow: #242424 1px 1px 0;
}

.submenu a:hover{
	font-size: 14px;
	color: #e3e3e3;
	text-decoration: underline;
	text-shadow: #242424 1px 1px 0;
}

.submenu{
	margin: 10px 0 0;
	padding: 0;
}

.submenu li{
	list-style-position: outside;
	list-style-type: none;
	font-size: 13px;
	color: #4a4a4a;
	padding-right: 0;
	padding-top: 0px;
	list-style-image: url(images/bullet_sub.gif);
	margin: 0 0 0 10px;
	padding-left: 0;
}

.menu li.non{
	list-style-image: url(images/bullet_sub2.gif);
}
.menu li.extended{
	list-style-image: url(images/bullet_sub_minus2.gif);
}

.menuposts a:link{
	font-size: 12px;
	color: #505050;
	text-decoration: none;
	text-shadow: #7b7b7b 1px 1px 3px;
}

.menuposts a:visited{
	font-size: 12px;
	color: #505050;
	text-decoration: none;
	text-shadow: #7b7b7b 1px 1px 3px;
}

.menuposts a:hover{
	font-size: 12px;
	color: #505050;
	text-decoration: underline;
	text-shadow: #7b7b7b 1px 1px 3px;
}

.menuposts{
	margin: 0;
	padding: 0;
	visibility: show;
}

.menupostshide{
	margin: 0;
	padding: 0;
	visibility: hidden;
	float: none;
	display: none;
}
.menuposts li{
	list-style-position: outside;
	list-style-type: none;
	font-size: 12px;
	color: #8d8d8d;
	padding-right: 0;
	padding-top: 5px;
	margin: 0 0 0 20px;
	padding-left: 0;
	list-style-image: none;
}

.num {
	color: #000;
	font-weight: bold;
	font-size: 9px;
}

#post blockquote{
	font-size: 16px;
	font-weight: bold;
	color: #dadada;
	list-style-type: none;
	background: url(images/quote2.png) no-repeat;
	text-indent: 60px;
	padding-top: 3px;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 22px;
}

#footer{
	border-top: 1px solid #7e7e7e;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}
#footer p{
	font-size: 12px;
	color: #6e6e6e;
	margin: 15px;
}

#footer a:link {
	font-size: 12px;
	color: #707070;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	font-size: 12px;
	color: #707070;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	font-size: 12px;
	color: #707070;
	margin-left: 15px;
	padding-left: 15px;
	display: block;
	text-decoration: underline;
	font-weight: bold;
}
