
html { 
	height: 100%;
}

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 80%;
	height: 100%;
	background-color: #80A8A8;
	background-image:url('http://www.lipert.net/emailpopuptrans.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:fixed;	
	margin: 0em;
	padding: 0;
}

a{
	text-decoration: none;
	color: #3A4C49;
}
a:visited {
	color: #3A4C49;
}

a:hover {
	color: #FF0D51;
}
a:active {
	color: #3A4C49;
}

a:hover{
	text-decoration: underline;
	color: #3A4C49;

}

a:active
{
	color: #3A4C49;

}

a.header{
	text-decoration: none;
}

a.header:visited {
}

a.header:active {
}

a.header:hover{
	text-decoration: none;
}

a.header:active{
}

#twitter_update_list
{
	 list-style-type: none;	
}

#contentWrapperTop {
	background-color: #80A8A8;
	margin: 0 auto;
	width: 780px;
	padding: 1em;
}

#contentWrapperBottom {
	background-color: #80A8A8;
	margin: 0 auto;
	width: 460px;
	padding: 1em;
	padding-top: 3em;
}

#contentWrapperPosts {
	background-color: #80A8A8;
	margin: 0 auto;
	width: 780px;
	padding: 1em;
	clear: both;
	display: block;
}

#contentLeftTop {
	width: 160px;
	margin: 0;
	float: left;
}


#contentCenterTop {
	width: 160px;
	margin-left: 310px;
	margin-right: 310px;
}

#contentRightTop{
	width: 160px;
	float: right;
}

#contentRightBottom{
	width: 160px;
	float: right;
}

#contentLeftBottom{
	width: 160px;
	float: left;
}

#footer {
	clear: both;
	margin-top:8em;
}


h1 {
	color: #FF0D51;
	background-color: #A88C8C;
	font-size: 5em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	padding-bottom: 0;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: .33em;
	border-bottom-color: #909D9E;
}

h2 {
	color: #FF0D51;
	background-color: #A88C8C;
	font-size: 1.5em;
	padding: 1em;
	border-bottom-style: solid;
	border-bottom-width: 0.5em;
	border-bottom-color: #909D9E;
	border-right-style: solid;
	border-right-width: 0.5em;
	border-right-color: #909D9E;
}

h3 {
	color: #3A4C49;
	font-size:1.5em;
	padding-left: 1.5em;
	font-weight: bold;
	text-transform:uppercase;
	padding-top:3em;
	padding-bottom:1em;
}
#twitter_div a
{
	color: #3A4C49;
	font-size:1em;

}
a
a.header:hover
{
	text-decoration: none;
}

li {
	color: #3A4C49;
	padding: 0.3em
	margin: 1em;
}

ul {
	padding-left: 1.5em;
}

p {
	color: #3A4C49;
	font-size:1.2em;
	padding-left: .5em;
}

#textBody {
font-family:helvetica,sans-serif;
font-size:1em;
letter-spacing:.1em;
line-height:1.7em;
text-align:justify;
}

#textBody a
{
	font-weight: bold;
}

.hidden { display: none; }
